- #ifndef ZMAC_INFO_H
- #define ZMAC_INFO_H
- typedef struct syncMsgType{
- uint16_t mticks;
- uint16_t sticks;
- uint8_t trust;
- uint16_t sender;
- } syncMsgType;
- typedef struct ecnMsgType{
- uint8_t hopCount;
- uint16_t nextHop;
- uint16_t senderAddress;
- } ecnMsgType;
- typedef struct ecnForwardMsgType{
- uint8_t hopCount;
- uint16_t nextHop;
- uint16_t senderAddress;
- } ecnForwardMsgType;
- #endif