Type
Definitions
Description
Value | Description |
FEATURE_PTP_STATUS_INITIALIZING | |
FEATURE_PTP_STATUS_FAULTY | |
FEATURE_PTP_STATUS_DISABLED | |
FEATURE_PTP_STATUS_LISTENING | |
FEATURE_PTP_STATUS_PREMASTER | |
FEATURE_PTP_STATUS_MASTER | |
FEATURE_PTP_STATUS_PASSIVE | Not used |
FEATURE_PTP_STATUS_UNCALIBRATED | |
FEATURE_PTP_STATUS_SLAVE |
FEATURE_PTP_PARAM_STATUS is a whole number representing the FEATURE_PTP_STATUS_ enumerations shown above. The parameter will report on the status of the PTP state machine when the user performs a get on this feature.
Steady state values of this parameter are _STATUS_FAULTY (the clock is not functioning properly), _STATUS_DISABLED (the camera’s default state, but is otherwise only gets to this state via user direction), _STATUS_SLAVE (this clock is the slave to the connected (maser) clock), and _STATUS_MASTER (this clock is a master to all subtended clocks, and given our camera is a IEEE-1588 ordinary clock, we must be the domain grandmaster clock).
Usage