![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
PTP profile structure. More...
#include <ptp_types.h>
Data Fields | |
| PtpTransportType | transportType |
| transport layer | |
| PtpTransportSpecific | transportSpecific |
| majorSdoId ('transportSpecific') | |
| PtpDelayMechanism | delayMechanism |
| delay mechanism | |
| int8_t | logDelayReqPeriod |
| logarithm of (P)DelayReq period (SLAVE and MASTER) | |
| int8_t | logSyncPeriod |
| logarithm of the Sync transmission period (MASTER only) | |
| int8_t | logAnnouncePeriod |
| logarithm of the Announce period (MASTER only) | |
| uint8_t | domainNumber |
| PTP domain number. | |
| uint8_t | flags |
| Flags associated with this profile. | |
| char | tlvSet [(7)+1] |
| Name of the corresponding TLV set. | |
PTP profile structure.
Definition at line 356 of file ptp_types.h.
| PtpDelayMechanism delayMechanism |
delay mechanism
Definition at line 359 of file ptp_types.h.
| uint8_t domainNumber |
PTP domain number.
Definition at line 363 of file ptp_types.h.
| uint8_t flags |
Flags associated with this profile.
Definition at line 364 of file ptp_types.h.
| int8_t logAnnouncePeriod |
logarithm of the Announce period (MASTER only)
Definition at line 362 of file ptp_types.h.
| int8_t logDelayReqPeriod |
logarithm of (P)DelayReq period (SLAVE and MASTER)
Definition at line 360 of file ptp_types.h.
| int8_t logSyncPeriod |
logarithm of the Sync transmission period (MASTER only)
Definition at line 361 of file ptp_types.h.
| char tlvSet[(7)+1] |
Name of the corresponding TLV set.
Definition at line 365 of file ptp_types.h.
| PtpTransportSpecific transportSpecific |
majorSdoId ('transportSpecific')
Definition at line 358 of file ptp_types.h.
| PtpTransportType transportType |
transport layer
Definition at line 357 of file ptp_types.h.