githubEdit

RAD_REPORTING_SETTINGS Structure

Setting structure for reporting options for the Rad Galaxy

typedef struct __declspec (align(2))
{
   uint32_t flags;
   uint16_t temp_interval_ms;
   uint16_t gps_interval_ms;
   uint16_t serdes_interval_ms;
   uint16_t io_interval_ms;
   uint32_t rsvd;
}RAD_REPORTING_SETTINGS;

Remarks

Item
Description

flags

Bitfield for enabling different IO features.

temp_interval_ms

Sets the interval in ms for reporting the temperature.

gps_interval_ms

Sets the interval in ms for reporting the GPS.

serdes_interval_ms

Sets the interval in ms for reporting the Serdes.

io_interval_ms

Sets the interval in ms for reporting the IO.

rsvd

Reserved

Last updated