Skip to content

OnboardComputerStatus (повідомлення UORB)

ONBOARD_COMPUTER_STATUS message data.

TOPICS: onboard_computerstatus

Fields

НазваТипUnit [Frame]Range/EnumОпис
timestampuint64ustime since system start (microseconds)
uptimeuint32mstime since system boot of the companion (milliseconds)
typeuint8type of onboard computer 0: Mission computer primary, 1: Mission computer backup 1, 2: Mission computer backup 2, 3: Compute node, 4-5: Compute spares, 6-9: Payload computers.
cpu_coresuint8[8]CPU usage on the component in percent
cpu_combineduint8[10]Combined CPU usage as the last 10 slices of 100 MS
gpu_coresuint8[4]GPU usage on the component in percent
gpu_combineduint8[10]Combined GPU usage as the last 10 slices of 100 MS
temperature_boardint8degCTemperature of the board
temperature_coreint8[8]degCTemperature of the CPU core
fan_speedint16[4]rpmFan speeds
ram_usageuint32MBAmount of used RAM on the component system
ram_totaluint32MBTotal amount of RAM on the component system
storage_typeuint32[4]Storage type: 0: HDD, 1: SSD, 2: EMMC, 3: SD card (non-removable), 4: SD card (removable)
storage_usageuint32[4]MBAmount of used storage space on the component system
storage_totaluint32[4]MBTotal amount of storage space on the component system
link_typeuint32[6]Kb/sLink type: 0-9: UART, 10-19: Wired network, 20-29: Wifi, 30-39: Point-to-point proprietary, 40-49: Mesh proprietary
link_tx_rateuint32[6]Kb/sNetwork traffic from the component system
link_rx_rateuint32[6]Kb/sNetwork traffic to the component system
link_tx_maxuint32[6]Kb/sNetwork capacity from the component system
link_rx_maxuint32[6]Kb/sNetwork capacity to the component system

Source Message

Source file (GitHub)

Details

Click here to see original file

c
# ONBOARD_COMPUTER_STATUS message data
uint64 timestamp # [us] time since system start (microseconds)
uint32 uptime	 # [ms] time since system boot of the companion (milliseconds)

uint8 type	 # type of onboard computer 0: Mission computer primary, 1: Mission computer backup 1, 2: Mission computer backup 2, 3: Compute node, 4-5: Compute spares, 6-9: Payload computers.

uint8[8] cpu_cores # CPU usage on the component in percent
uint8[10] cpu_combined # Combined CPU usage as the last 10 slices of 100 MS
uint8[4] gpu_cores # GPU usage on the component in percent
uint8[10] gpu_combined # Combined GPU usage as the last 10 slices of 100 MS
int8 temperature_board # [degC] Temperature of the board
int8[8] temperature_core # [degC] Temperature of the CPU core
int16[4] fan_speed # [rpm] Fan speeds
uint32 ram_usage # [MB] Amount of used RAM on the component system
uint32 ram_total # [MB] Total amount of RAM on the component system
uint32[4] storage_type # Storage type: 0: HDD, 1: SSD, 2: EMMC, 3: SD card (non-removable), 4: SD card (removable)
uint32[4] storage_usage # [MB] Amount of used storage space on the component system
uint32[4] storage_total # [MB] Total amount of storage space on the component system
uint32[6] link_type # [Kb/s] Link type: 0-9: UART, 10-19: Wired network, 20-29: Wifi, 30-39: Point-to-point proprietary, 40-49: Mesh proprietary
uint32[6] link_tx_rate # [Kb/s] Network traffic from the component system
uint32[6] link_rx_rate # [Kb/s] Network traffic to the component system
uint32[6] link_tx_max # [Kb/s] Network capacity from the component system
uint32[6] link_rx_max # [Kb/s] Network capacity to the component system