flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
PtpSlaveMessagingState Struct Reference

PTP slave messaging state structure. More...

#include <ptp_types.h>

Data Fields

uint16_t sequenceID
 
uint16_t delay_reqSequenceID
 last sequence IDs
 
uint16_t lastRespondedDelReqId
 ID of the last (P)Delay_Req got responded.
 
PtpM2SState m2sState
 Sync-FollowUp state.
 
int8_t logSyncPeriod
 logarithm of Sync interval
 
uint16_t syncPeriodMs
 Sync interval in milliseconds.
 

Detailed Description

PTP slave messaging state structure.

Definition at line 387 of file ptp_types.h.

Field Documentation

◆ delay_reqSequenceID

uint16_t delay_reqSequenceID

last sequence IDs

Definition at line 388 of file ptp_types.h.

◆ lastRespondedDelReqId

uint16_t lastRespondedDelReqId

ID of the last (P)Delay_Req got responded.

Definition at line 389 of file ptp_types.h.

◆ logSyncPeriod

int8_t logSyncPeriod

logarithm of Sync interval

Definition at line 391 of file ptp_types.h.

◆ m2sState

PtpM2SState m2sState

Sync-FollowUp state.

Definition at line 390 of file ptp_types.h.

◆ sequenceID

uint16_t sequenceID

Definition at line 388 of file ptp_types.h.

◆ syncPeriodMs

uint16_t syncPeriodMs

Sync interval in milliseconds.

Definition at line 392 of file ptp_types.h.


The documentation for this struct was generated from the following file: