types.h File Reference
#include <stdint.h>
#include <csp/csp.h>
Go to the source code of this file.
Data Structures | |
union | telemetry_union |
Telemetry union for storing data. More... | |
struct | telemetry_source |
Telemetry source structure. More... | |
struct | telemetry_packet |
Basic telemetry packet structure - encapsulating routing information and data. More... | |
Enumerations | |
enum | telemetry_data_type { TELEMETRY_TYPE_INT = 0, TELEMETRY_TYPE_FLOAT } |
Telemetry data types - each enum corresponds to a a member of telemetry_union. More... | |