#include "../Device/Device.h"
#include "../Device/ProtocolMessage.h"
#include "../Util/Random.h"
#include "../Util/StopWatch.h"
Go to the source code of this file.
Classes | |
class | CProtocolDevice |
Defines | |
#define | READ 1 |
#define | WRITE 0 |
#define READ 1 |
Definition at line 57 of file ProtocolDevice.h.
#define WRITE 0 |
Definition at line 58 of file ProtocolDevice.h.