|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| ConfigAssignmentInputSource () | |
| ConfigAssignmentInputSource (bool IsAssignmentClientIdFilterEnabled, M_Common::StringListType const &AssignmentClientIds) | |
Public Attributes | |
| bool | IsAssignmentClientIdFilterEnabled |
| Indicates whether the mount should filter assignment client ID input. More... | |
| M_Common::StringListType | AssignmentClientIds |
| List of client IDs from which to accept data via NotifyAssignment(). More... | |
Determine source for assignment inputs.
Note: Input data should only be handled by the mount from the configured clients. Input data from other clients should be ignored. If a filter is disabled, all inputs are allowed. If a filter is enabled, all inputs in the according list are allowed (white list). (Therefore, an enabled filter in combination with an empty list inhibits all input.)
| M_MultiMount::ConfigAssignmentInputSource::ConfigAssignmentInputSource | ( | ) |
| M_MultiMount::ConfigAssignmentInputSource::ConfigAssignmentInputSource | ( | bool | IsAssignmentClientIdFilterEnabled, |
| M_Common::StringListType const & | AssignmentClientIds | ||
| ) |
| M_Common::StringListType M_MultiMount::ConfigAssignmentInputSource::AssignmentClientIds |
List of client IDs from which to accept data via NotifyAssignment().
| bool M_MultiMount::ConfigAssignmentInputSource::IsAssignmentClientIdFilterEnabled |
Indicates whether the mount should filter assignment client ID input.