
ControllerBox directs electromechanical equipment in restaurants to display information.
Dependencies: TextLCD MbedJSONValue libMotiv picojson mbed-rtos mbed
Fork of Mbed_MotiVControllerBox by
Diff: library/Table.h
- Revision:
- 1:d54aed10ddf3
diff -r 2279181caaa1 -r d54aed10ddf3 library/Table.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/library/Table.h Sat Nov 15 13:04:09 2014 +0000 @@ -0,0 +1,17 @@ +#ifndef MOTIV_TABLE_H +#define MOTIV_TABLE_H + +class Table { + public: + Table(); + Table(int id); + ~Table(); + + private: + int id, status, fStatus, dStatus, sStatus; + int statusPrev, fStatusPrev, dStatusPrev, sStatusPrev; + + + }; + +#endif \ No newline at end of file