1 #ifndef MOTEADDRESSES_H_
2 #define MOTEADDRESSES_H_
4 #include "MCIAddress.h"
6 namespace remote
{ namespace diku_mcs
{
10 /** This is the deployment specific specialization of the
11 * MCIAddress class. It has a TOS (TinyOS) address as
12 * well as a MAC address for each mote **/
13 class MoteAddresses
: public MCIAddress
17 * \param p_tosAddress TOS address
18 * \param p_macAddress MAC address
20 MoteAddresses(uint16_t p_tosAddress
,uint64_t p_macAddress
);
29 #endif /*MOTEMACADDRESS_H_*/