#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | msp |
Enumerations | |
enum | msp::FirmwareVariant { msp::NONE = 0, msp::MWII = 1, msp::BAFL = 2, msp::BTFL = 3, msp::CLFL = 4, msp::INAV = 5, msp::RCFL = 6 } |
Enum of firmware variants. More... | |
Functions | |
std::string | msp::firmwareVariantToString (FirmwareVariant variant) |
Converts a FirmwareVariant into a matching string. | |
Variables | |
static const std::map < std::string, FirmwareVariant > | msp::variant_map |