dsf
Dependencies: BLE_API mbed nRF51822
CmdEnums.hpp
- Committer:
- stoicancristi
- Date:
- 2017-02-05
- Revision:
- 0:b5906c81772b
File content as of revision 0:b5906c81772b:
#ifndef CMDENUMS_H #define CMDENUMS_H enum SysObj { CONTROLLER = 0x01, MONITOR = 0x02 }; enum SysObjTypes { P = 0x11, PI = 0x12, PID = 0x13, RST = 0x14 }; enum Actions { CREATE = 0x20, START = 0x21, UPDATE = 0x22, STOP = 0x23 }; enum Separators { LT = 0x3c, GT = 0x3e, USCORE = 0x5f }; #endif