|
Allolib
1.0
C++ Components For Interactive Multimedia
|
The NodeConfiguration struct describes a distributed node and its capabilities. More...
Public Member Functions | |
| bool | hasCapability (Capability cap) |
| bool | isPrimary () |
| void | setRole (std::string role) |
Public Attributes | |
| uint16_t | rank {0} |
| uint16_t | group {0} |
| std::string | dataRoot |
| Capability | mCapabilites {CAP_NONE} |
The NodeConfiguration struct describes a distributed node and its capabilities.
Definition at line 28 of file al_NodeConfiguration.hpp.