Public Attributes

SCS::canAS_Data_t Union Reference

Union combining CAN Aerospace message data types. More...

#include <canaerotypes.h>

List of all members.

Public Attributes

float flt
 float according to IEEE
uint32_t uLong
 Unsigned 32 bit integer.
int32_t sLong
 Signed 32 bit integer.
uint16_t uShort [2]
 2 x unsigned 16 bit integer.
int16_t sShort [2]
 2 x signed 16 bit integer.
uint8_t uChar [4]
 4 x unsigned 8 bit integer.
int8_t sChar [4]
 4 x signed 8 bit integer.
char aChar [4]
 4 x unsigned ASCII character.

Detailed Description

Union combining CAN Aerospace message data types.

This union holds all possible data that can be transmitted in the bytes 4-7 of a CAN Aerospace message. Binary data types will be handled through their unsigned variants.


The documentation for this union was generated from the following file: