Sha256: 6af2ce5b786a32e48e3898934aa33b6eb0792f36434d1f14c6e77f0fbfeade4a
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
#pragma once #include "../../../../shared/generated/cpp/SensorBase.h" #include "SensorRuntime.h" namespace rho { class CSensorFactory: public CSensorFactoryBase { private: static rhoruntime::ISensorFactoryImpl^ _impl; public: static void setImpl(rhoruntime::ISensorFactoryImpl^ impl) { _impl = impl; } ~CSensorFactory(){} virtual ISensorSingleton* createModuleSingleton(); virtual ISensor* createModuleByID(const rho::String& strID); }; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/sensor/ext/platform/wp8/generated/lib/SensorFactory.h |