Class ConfigApplier
Defined in File config_applier.h
Class Documentation
-
class ConfigApplier
Class to apply configuration to a device.
Public Functions
-
ConfigApplier(SbgEComHandle &ref_sbg_com_handle)
Default constructor.
- Parameters:
ref_com_handle – [in] SBG communication handle.
-
void applyConfiguration(const ConfigStore &ref_config_store)
Apply a configuration to the SBG device.
- Parameters:
ref_config_store – [in] Configuration to apply.
-
void saveConfiguration()
Save the configuration to the device.
-
ConfigApplier(SbgEComHandle &ref_sbg_com_handle)