|
VR-Engage
2.2
|
Manages the relationship between an entity and its associated roles and function groups, defining what capabilities are available for controlling the entity
#include <vrfRemoteControlConnector.h>
Public Member Functions | |
| ControlSet () | |
| bool | valid () |
Public Attributes | |
| DtEntityIdentifier | entityId |
| std::set< DtString > | functionGroups |
| std::vector< std::string > | roles |
|
inline |
|
inline |
Checks if the control set is valid.
References entityId.
| DtEntityIdentifier makVre::ControlSet::entityId |
Entity identifier.
Referenced by ControlSet(), and valid().
| std::set<DtString> makVre::ControlSet::functionGroups |
Set of function groups available for this entity.
| std::vector<std::string> makVre::ControlSet::roles |
Vector of roles available for this entity.