Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / drivers / Cpp / LabRoom / LabRoom.cpp
index 6b79706c6ce8393dfeadc8b048f23ac97f5f5494..3107a501d5321a18bc4bed995cb42be01b7250ca 100644 (file)
@@ -16,6 +16,15 @@ extern "C" void destroyLabRoom(void* t) {
 }
 
 
+extern "C" void initLabRoom(void* t) {
+       // TODO: We actually need init() in LabRoom class
+       // But, this is declared here just for the sake of consistency for Sentinel
+       // In this case, we need the symbol "init" when loading object handlers with .so files
+       //LabRoom* lr = (LabRoom*) t;
+       //lr->init();
+}
+
+
 // Constructor
 LabRoom::LabRoom() {