SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
PTP Constants

Constant values used by PTP. More...

+ Collaboration diagram for PTP Constants:

Macros

#define PTP_ALL_CLOCKS   0xFFFFFFFFFFFFFFFF;
 
#define PTP_PROFILE_DEFAULT_E2E   = 0x001B19000100
 
#define PTP_PROFILE_DEFAULT_P2P   = 0x001B19000200
 
#define PTP_CT   PTP_CT_BOUNDARY
 
#define PTP_ZEROSEQ64   "\x00\x00\x00\x00\x00\x00\x00\x00"
 

Detailed Description

Constant values used by PTP.

Macro Definition Documentation

#define PTP_ALL_CLOCKS   0xFFFFFFFFFFFFFFFF;

clockIdentity designating all clocks on the domain.

Definition at line 36 of file ptp_const.h.

#define PTP_CT   PTP_CT_BOUNDARY

Clock type

Definition at line 48 of file ptp_const.h.

#define PTP_PROFILE_DEFAULT_E2E   = 0x001B19000100

Default profiles

Definition at line 41 of file ptp_const.h.

#define PTP_ZEROSEQ64   "\x00\x00\x00\x00\x00\x00\x00\x00"

8 byte zero value used to send zero sequences or address zero.

Definition at line 58 of file ptp_const.h.

Referenced by ptp_bmc(), ptp_clock_initialize(), ptp_dataSetComparisonDE(), ptp_dataSetComparisonEE(), ptp_MsgHeaderSnd(), ptp_MsgPdelayReqSnd(), and ptp_portsSetListening().