4 #include "SerialControl.h"
5 #include "Configuration.h"
7 namespace remote
{ namespace diku_mch
{
9 class Mote
: public SerialControl
12 /** Create a new mote. Just after creation, isValid and isNew will always return true.
14 Mote( uint64_t p_macAddress
,
22 void validate(std::string
& p_path
, uint16_t p_ttyNum
);
26 const std::string
& getPath();