DateSources Struct Reference
#include <dateSourceTypes.h>
Public Attributes | |
| DateSourceType | Type |
| Date Source Type. | |
| std::uint32_t | Priority |
| Priority of date source [1 - highest priority, 100 - lowest priority]. | |
| std::string | URI |
| URL/IP address or file absolute path where date source is located (127.0.0.1 for localhost) | |
| bool | LocalTime |
| Indicates if source is provided in local time or UTC time. | |
Detailed Description
Struct with information related to date sources
- Note
- Pay attention to URI parameter, as it depends on the type of source:
DateSourceType URI type GNSS IP address (127.0.0.1 for localhost) MODEM IP address (127.0.0.1 for localhost) SNTP SNTP server URL FILE File absolute path containing Date Time (Format ISO 8601:2000 [FTTZ])
