Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
Artemis::Devices::Switches::switchbeacon Struct Reference

The PDU switches beacon structure. More...

#include <artemis_devices.h>

Public Attributes

BeaconType type = BeaconType::SwitchBeacon
 The type of the beacon.
 
uint32_t deci = 0
 A decimal identifier for the beacon.
 
uint8_t sw [NUMBER_OF_SWITCHES+1]
 The switch states.
 

Detailed Description

The PDU switches beacon structure.

A diagram of the struct is included below.

1 byte  4 bytes 4*X bytes
+-------+-------+------+
| type  | deci  | sw[] |
+-------+-------+------+
(Note: X = NUMBER_OF_SWITCHES + 1)

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