|
WSF
|
#include <functional>#include <memory>#include <string>#include "wsf_export.h"

Go to the source code of this file.
Namespaces | |
| namespace | WsfSensorSchedulerTypes |
Typedefs | |
| using | WsfSensorSchedulerTypes::FactoryPtr = std::function<std::unique_ptr<WsfSensorScheduler>(const std::string&)> |
Functions | |
| bool | WsfSensorSchedulerTypes::LoadInstance (UtInput &aInput, std::unique_ptr< WsfSensorScheduler > &aSensorSchedulerPtr) |
| WSF_EXPORT void | WsfSensorSchedulerTypes::AddObjectFactory (FactoryPtr aFactoryPtr) |