Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
Loading...
Searching...
No Matches
artemisbeacons.h
Go to the documentation of this file.
1
16
#ifndef _ARTEMIS_BEACONS_H
17
#define _ARTEMIS_BEACONS_H
18
19
#include "
config/artemis_defs.h
"
20
#include <cstdint>
21
22
namespace
Artemis {
23
namespace
Devices {
30
enum class
BeaconType
: uint8_t {
31
NoBeacon
,
32
TemperatureBeacon
,
33
CurrentBeacon1
,
34
CurrentBeacon2
,
35
IMUBeacon
,
36
MagnetometerBeacon
,
37
GPSBeacon
,
38
SwitchBeacon
39
};
40
}
// namespace Devices
41
}
// namespace Artemis
42
43
#endif
// _ARTEMIS_BEACONS_H
artemis_defs.h
The Artemis definitions header file.
Artemis::Devices::BeaconType
BeaconType
Enumeration of beacon type.
Definition
artemisbeacons.h:30
Artemis::Devices::BeaconType::IMUBeacon
@ IMUBeacon
IMU beacon.
Artemis::Devices::BeaconType::GPSBeacon
@ GPSBeacon
GPS beacon.
Artemis::Devices::BeaconType::CurrentBeacon2
@ CurrentBeacon2
Second current beacon.
Artemis::Devices::BeaconType::NoBeacon
@ NoBeacon
No particular beacon type. Just raw data.
Artemis::Devices::BeaconType::SwitchBeacon
@ SwitchBeacon
PDU switches beacon.
Artemis::Devices::BeaconType::CurrentBeacon1
@ CurrentBeacon1
First current beacon.
Artemis::Devices::BeaconType::TemperatureBeacon
@ TemperatureBeacon
Temperature beacon.
Artemis::Devices::BeaconType::MagnetometerBeacon
@ MagnetometerBeacon
Magnetometer beacon.
include
artemisbeacons.h
Generated by
1.9.7