mcx::fbus
less than a minute
mcx::fbus
Classes
| Name | |
|---|---|
| class | mcx::fbus::Dummy |
| class | mcx::fbus::Manager |
Attributes
| Name | |
|---|---|
| constexpr auto | PRODUCTION |
| constexpr auto | SIMULATION |
| constexpr auto | VERSION |
| constexpr auto | MOTORCORTEX |
| constexpr auto | FIELDBUS_LIST |
| constexpr auto | FIELDBUS |
| constexpr auto | MASTER |
| constexpr auto | DEVICE |
| constexpr auto | GROUP |
| constexpr auto | TYPE |
| constexpr auto | SYSTEM_MODE |
| constexpr auto | SIMULATION_MODE |
| constexpr auto | NAME |
| constexpr auto | INCLUDED |
| constexpr auto | ETHERCAT |
Attributes Documentation
variable PRODUCTION
constexpr auto PRODUCTION = "production";
variable SIMULATION
constexpr auto SIMULATION = "simulation";
variable VERSION
constexpr auto VERSION = "Version";
variable MOTORCORTEX
constexpr auto MOTORCORTEX = "Motorcortex";
variable FIELDBUS_LIST
constexpr auto FIELDBUS_LIST = "FieldBusList";
variable FIELDBUS
constexpr auto FIELDBUS = "FieldBus";
variable MASTER
constexpr auto MASTER = "Master";
variable DEVICE
constexpr auto DEVICE = "Device";
variable GROUP
constexpr auto GROUP = "Group";
variable TYPE
constexpr auto TYPE = "Type";
variable SYSTEM_MODE
constexpr auto SYSTEM_MODE = "SystemMode";
variable SIMULATION_MODE
constexpr auto SIMULATION_MODE = "Simulation";
variable NAME
constexpr auto NAME = "Name";
variable INCLUDED
constexpr auto INCLUDED = "Included";
variable ETHERCAT
constexpr auto ETHERCAT = "ethercat";
Updated on 2022-04-05 at 16:21:27 +0200