X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2FCpp%2FLifxtest%2FLifxtest.hpp;h=eb8c15b47a2df1557175d62a6d77d47998943a66;hb=4d76dd9bf966df1b7fa8acfbcb14911d0bc5fdd0;hp=0cdc745974eb865df63f66786587cba8e3624a49;hpb=db205c86272ade784240295eb0e4c8d160f02717;p=iot2.git diff --git a/benchmarks/Cpp/Lifxtest/Lifxtest.hpp b/benchmarks/Cpp/Lifxtest/Lifxtest.hpp index 0cdc745..eb8c15b 100644 --- a/benchmarks/Cpp/Lifxtest/Lifxtest.hpp +++ b/benchmarks/Cpp/Lifxtest/Lifxtest.hpp @@ -1,22 +1,25 @@ #ifndef _LIFXTEST_HPP__ #define _LIFXTEST_HPP__ #include +#include #include "IoTSet.hpp" #include "LightBulb.hpp" #include "LightBulbTest.hpp" + class Lifxtest { private: // IoTSet - //IoTSet lifx_light_bulb; - IoTSet lifx_light_bulb; + IoTSet* lifx_light_bulb; + + ofstream log; public: Lifxtest(); - //Lifxtest(IoTSet _lifx_light_bulb); + Lifxtest(IoTSet* _lifx_light_bulb); Lifxtest(void** args); ~Lifxtest(); void init();