priority_vector Structure
This structure defines settings for the priority_Vector structure for gPTP.
typedef struct __declspec (align(1))
{
system_identity sysid;
uint16_t steps_removed;
port_identity portid;
uint16_t port_number;
}priority_vector;
Remarks
Item
Description
sysid
See system_identity structure
steps_removed
Indicates the number of Network paths from the root the source is
portid
See port_identity structure
port_number
portNumber represents the PTP ports on the network.
Last updated