Adding stub and skeleton for Lifxtest and LifxLightBulb; Creating build flow for...
[iot2.git] / benchmarks / Cpp / Lifxtest / LightBulbTest_Stub.cpp
1 #include <iostream>
2 #include "LightBulbTest_Stub.hpp"
3
4 // External creator/destroyer
5 /*extern "C" LightBulbTest_Stub* create(int _port, const char* _skeletonAddress, string _callbackAddress, int _rev, bool* _bResult, vector<int> _ports) {
6         return new LightBulbTest_Stub(_port, _skeletonAddress, _callbackAddress, _rev, _bResult, _ports);
7 }
8
9 extern "C" void destroy(LightBulbTest_Stub* t) {
10         delete t;
11 }*/