Loom
|
Possible sections of the module lookup table to include. More...
Variables | |
constexpr auto | None = std::make_tuple() |
Empty block (used if a block of modules is disabled) More... | |
constexpr auto | Common |
Common modules. More... | |
constexpr auto | Radios |
Radios modules. More... | |
constexpr auto | Max |
Max modules. More... | |
constexpr auto | EthernetAndWiFi |
Ethernet and WiFi modules. More... | |
constexpr auto | Ethernet |
Ethernet modules. More... | |
constexpr auto | WiFi |
WiFi modules. More... | |
constexpr auto | LTE |
LTE modules. More... | |
constexpr auto | Sensors |
Sensor modules. More... | |
constexpr auto | Actuators |
Actuator modules. More... | |
Possible sections of the module lookup table to include.
Factory concatenates selected blocks to form its lookup table for module creation. Blocks are made up of tuples of NameModulePair
constexpr auto Include::Actuators |
Actuator modules.
constexpr auto Include::Common |
Common modules.
constexpr auto Include::Ethernet |
Ethernet modules.
constexpr auto Include::EthernetAndWiFi |
Ethernet and WiFi modules.
constexpr auto Include::LTE |
LTE modules.
constexpr auto Include::Max |
Max modules.
constexpr auto Include::None = std::make_tuple() |
Empty block (used if a block of modules is disabled)
constexpr auto Include::Radios |
Radios modules.
constexpr auto Include::Sensors |
Sensor modules.
constexpr auto Include::WiFi |
WiFi modules.