Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
Enumerations | |
enum | PIECE { PIECE_TYPE_EXTERNAL_PANEL =0 , PIECE_TYPE_INTERNAL_PANEL =1 , PIECE_TYPE_BOX =2 , PIECE_TYPE_CYLINDER =3 , PIECE_TYPE_SPHERE =4 , PIECE_TYPE_DIMENSIONLESS =5 , PIECE_TYPE_CONE =6 , PIECE_TYPE_COUNT , PIECE_TYPE_NONE =UINT16_MAX } |
These constants define the different Part types that a Node can be made of.
enum PIECE |