Parameters required for calculating Cable Delay.
Data Fields | |
uint8_t | ifTwoStep |
uint64_t | correctionField |
uint64_t | originTsSec |
uint32_t | originTsNs |
uint32_t | rxTs |
uint64_t | rxTsSec |
uint32_t | txTs |
uint64_t | txTsSec |
uint8_t syncParam_t::ifTwoStep |
Set to 1 if Two step sync frame
uint64_t syncParam_t::correctionField |
Correction Field. Nanoseconds. Contains sum of sync and followup correction fields in case master is a two step clock
uint64_t syncParam_t::originTsSec |
Timestamp (seconds). If it's a followup packet then it's precise origin timestamp of follow up
uint32_t syncParam_t::originTsNs |
Timestamp in nanoseconds.If it's a followup packet then it's precise origin timestamp of follow up
uint32_t syncParam_t::rxTs |
Input timestamp of Sync Frame
uint64_t syncParam_t::rxTsSec |
Input timestamp of Sync Frame in seconds
uint32_t syncParam_t::txTs |
Transmit timestamp of Sync frame on other port in nanoseconds
uint64_t syncParam_t::txTsSec |
Transmit timestamp of Sync frame on other port in Seconds