Skip to content

Commit

Permalink
add missing standard object 0x1019 (synchronous counter overflow value)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 10, 2024
1 parent cad883e commit e05707c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions oresat_configs/base/fw_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ std_objects:
- inhibit_time_emcy
- producer_heartbeat_time
- identity
- synchronous_counter_overflow_value
- sdo_server_parameter
- scet
- utc
Expand Down
1 change: 1 addition & 0 deletions oresat_configs/base/sw_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ std_objects:
- inhibit_time_emcy
- producer_heartbeat_time
- identity
- synchronous_counter_overflow_value
- sdo_server_parameter
- os_command
- scet
Expand Down
7 changes: 7 additions & 0 deletions oresat_configs/standard_objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@
data_type: uint32
access_type: ro

- index: 0x1019
name: synchronous_counter_overflow_value
object_type: variable
description: highest supported value of the synchronous counter
data_type: uint8
access_type: rw

- index: 0x1200
name: sdo_server_parameter
object_type: record
Expand Down

0 comments on commit e05707c

Please sign in to comment.