1 #ifndef LOCALCONSTANTS_H_
2 #define LOCALCONSTANTS_H_
4 namespace remote
{ namespace protocols
{ namespace motecontrol
{
16 MOTE_STATUS_UNKNOWN
, // the status of the mote could not be determined
17 MOTE_UNAVAILABLE
, // mote is unreachable
18 MOTE_STOPPED
, // mote has been stopped
19 MOTE_RUNNING
, // mote is running
20 MOTE_PROGRAMMING
// Mote is being programmed
25 #endif /*LOCALCONSTANTS_H_*/