Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
Enumerations
Constants defining Node flags.
COSMOS Definitions
»
Constants defining Node types.
Enumerations
enum
NODE_FLAG
: uint16_t {
NODE_FLAG_NONE
=0 ,
NODE_FLAG_CHARGING
=0x0001 ,
NODE_FLAG_LAUNCHED
=0x0002 ,
NODE_FLAG_DEPLOYED
=0x0004 ,
NODE_FLAG_BOOTCHECK
=0x0008 ,
NODE_FLAG_ALL
=UINT16_MAX
}
Detailed Description
Generated by
1.9.1