3 #ifndef GCP_UTIL_DLIPOWERSTRIP_H
4 #define GCP_UTIL_DLIPOWERSTRIP_H
41 static const unsigned MAX_OUTLETS;
55 void on(
unsigned outlet);
59 void on(Outlet outletMask);
63 void off(
unsigned outlet);
67 void off(Outlet outletMask);
71 void cycle(
unsigned outlet);
75 void cycle(Outlet outletMask);
91 std::vector<State> queryStatus();
95 std::vector<State> state_;
98 void checkOutlet(
unsigned outlet);
99 std::string sendRequest(std::string str);
108 #endif // End #ifndef GCP_UTIL_DLIPOWERSTRIP_H
DliPowerStrip(std::string host)
Definition: DliPowerStrip.cc:14
Definition: DliPowerStrip.h:20
virtual ~DliPowerStrip()
Definition: DliPowerStrip.cc:28