Machine Cloud
Diff: MachineCloud.h
- Revision:
- 2:3fb7c06efa1e
- Parent:
- 1:f5eafb42e9e4
--- a/MachineCloud.h Thu Aug 15 23:54:25 2013 +0000 +++ b/MachineCloud.h Fri Aug 16 16:49:34 2013 +0000 @@ -35,8 +35,8 @@ public: // constructor - MachineCloud(char *model); - MachineCloud(char *model, uint16_t router); + MachineCloud(); + MachineCloud(uint16_t router); // connect to the machine cloud int connect(); @@ -54,11 +54,10 @@ private: - void init(char *model, uint16_t router); + void init(uint16_t router); void receive(char *key, char *value); Mutex m_lock; - char *m_model; MachineCloudCallback *m_receiverFunction; MachineCloudReceiver *m_receiverObject; uint16_t m_router;