Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Type [Size]

Description

Start Angle

float [4]

The start angle of the sector [0 .. 360.0]

Finish Angle

float [4]

The end angle of the sector [0 .. 360.0]

Time Source Status Get/Set messages

The Time Source Status request message allows the client to query the current status of the NTP and/or PTP time source for the radar.

The Time Source Status response message contains the current status of the time synchronisation on the radar. The payload indicates which (if any) network time protocol is currently enabled and whether the radar is synchronised to its time server.

Additionally, the response message contains the radar’s current time (generated at the point the request is received). This data may be used to verify the time synchronisation of the radar.

This message is only supported by NavOS radars running firmware version 3.1.0.xxx or later.

Time Source Status message structure

...

Field

Type [Size]

Description

NTP enabled

bool [1]

Is the NTP service enabled (specifically, does the radar have its NTP remote address configured correctly)

NTP synchronised

bool [1]

Is the time service on the radar synchronised with its time server

NTP remote address

uint8_t[4] [4]

The address of the NTP remote.
The address is held as an array of 4 octets, in network order
If the NTP server is not enabled the IP address will be set to 0.0.0.0

PTP enabled

bool [1]

Is the PTP service enabled

PTP synchronised

bool [1]

Is the time service on the radar synchronised with its PTP server

PTP remote address

uint8_t[4] [4]

The address of the PTP remote.
The address is held as an array of 4 octets, in network order

If the PTP server is not enabled the IP address will be set to 0.0.0.0

Time seconds

uint32_t [4]

The radar’s clock time at the point of request.
Stored as the number of seconds since the epoch (01 Jan 1970 00:00:00)

Time nanoseconds

uint32_t [4]

The nanosecond component of the radar’s clock time.

Related Information

Filter by label (Content by label)
showLabelsfalse
max10
cqllabel in ( "protocol" , "tcp" , "colossus" , "network" )

...