waterlinkedsonar
C++ client library for the Water Linked Sonar 3D-15
Loading...
Searching...
No Matches
Public Attributes | List of all members
waterlinked::sonar::TimeStatus Struct Reference

Device clock state from GET /time/status. More...

#include <waterlinkedsonar/types.hpp>

Public Attributes

std::chrono::system_clock::time_point system_time
 
bool ntp_synced
 
std::string ntp_synced_to
 
std::optional< std::int64_t > ntp_seconds_since_last_sync
 

Detailed Description

Device clock state from GET /time/status.

Member Data Documentation

◆ ntp_seconds_since_last_sync

std::optional<std::int64_t> waterlinked::sonar::TimeStatus::ntp_seconds_since_last_sync

◆ ntp_synced

bool waterlinked::sonar::TimeStatus::ntp_synced

◆ ntp_synced_to

std::string waterlinked::sonar::TimeStatus::ntp_synced_to

◆ system_time

std::chrono::system_clock::time_point waterlinked::sonar::TimeStatus::system_time

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