Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LightBulb_Skeleton.hpp
index 5b7aaaac387cbb9d1cdcaa16fc23ba5fec0c60b6..b70b21dd3e6c04b7a7f4bb24ba312101fd81ead7 100644 (file)
@@ -329,4 +329,7 @@ class LightBulb_Skeleton : public LightBulb
 
 };
 set<int> LightBulb_Skeleton::set0Allowed { 2, 10, 1, 3, 11, 8, 12, 7, 13, 9, 6, 16, 17, 4, 0, 14, 15, 5 };
+
+//typedef LightBulb_Skeleton* create_t(LightBulb *_mainObj, string _callbackAddress, int _port);
+//typedef void destroy_t(LightBulb_Skeleton*);
 #endif