|
WSF
|
Typedefs | |
| using | FactoryPtr = std::function<std::unique_ptr<WsfSensorScheduler>(const std::string&)> |
Functions | |
| bool | LoadInstance (UtInput &aInput, std::unique_ptr< WsfSensorScheduler > &aSensorSchedulerPtr) |
| WSF_EXPORT void | AddObjectFactory (FactoryPtr aFactoryPtr) |
| using WsfSensorSchedulerTypes::FactoryPtr = std::function<std::unique_ptr<WsfSensorScheduler>(const std::string&)> |
| void WsfSensorSchedulerTypes::AddObjectFactory | ( | FactoryPtr | aFactoryPtr | ) |
Add an object factory for creating an instance from a fundamental type. The factory should be added only once.
Referenced by WsfSensorTypes::WsfSensorTypes().
| bool WsfSensorSchedulerTypes::LoadInstance | ( | UtInput & | aInput, |
| std::unique_ptr< WsfSensorScheduler > & | aSensorSchedulerPtr ) |
Process scheduler type input.
| aInput | The current input stream. |
| aSensorSchedulerPtr | The pointer to the sensor scheduler. |
Referenced by WsfSensor::ProcessInput().