|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| ConfigInputSource () | |
| ConfigInputSource (bool IsClientIdFilterEnabled, M_Common::StringListType const &ClientIds) | |
Public Attributes | |
| bool | IsClientIdFilterEnabled |
| Indicates whether the mount should filter client ID input. More... | |
| M_Common::StringListType | ClientIds |
| List of client IDs from which to accept data via NotifyAxisRotation(). More... | |
Determine source for 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::ConfigInputSource::ConfigInputSource | ( | ) |
| M_MultiMount::ConfigInputSource::ConfigInputSource | ( | bool | IsClientIdFilterEnabled, |
| M_Common::StringListType const & | ClientIds | ||
| ) |
| M_Common::StringListType M_MultiMount::ConfigInputSource::ClientIds |
List of client IDs from which to accept data via NotifyAxisRotation().
| bool M_MultiMount::ConfigInputSource::IsClientIdFilterEnabled |
Indicates whether the mount should filter client ID input.