|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportSignalProcessingSettings (M_SignalProcessing::SignalProcessingSettingsType const &Settings) |
| virtual void | ReportHfComponent (std::string const &KeyId, M_SignalProcessing::HfComponentType const &HfComponent, bool IsRemoved) |
| virtual void | ReportSoi (std::string const &KeyId, M_SignalProcessing::SoiType const &Soi, bool IsRemoved) |
Signal processing interface. Contains callback operations from the signal processing service to the client.
|
virtual |
|
virtual |
Report high frequency component (transmitter/receiver).
| KeyId | HF component identifier. |
| HfComponent | HF component data. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |
|
virtual |
Report static settings of the signal processing device.
| Settings | Settings of the signal processing device. |
|
virtual |
Report signal of interest.
| KeyId | SOI identifier. |
| Soi | SOI data. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |