Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
defines.hpp
Go to the documentation of this file.
1#ifndef IV_SERVICES_DEFINES_HPP
2#define IV_SERVICES_DEFINES_HPP
3
4#include "core/defines.hpp"
5
7{
8
10inline constexpr std::string_view ServiceRemoteName {"diamar_remote"};
11
12inline constexpr std::string_view RemoteSection {"Remote"};
13inline constexpr std::string_view RemoteTechnicianNumberKey {"DIAMAR_TECHNICIAN_NUM_REMOTE"};
14
15namespace dataLogger
16{
18}
19
20namespace api
21{
22inline constexpr std::string_view ResponseData {"data"};
23inline constexpr std::string_view ResponseCount {"count"};
24inline constexpr std::string_view ResponseLimit {"limit"};
25inline constexpr std::string_view ResponseOffset {"offset"};
26inline constexpr std::string_view ResponseTotal {"total"};
27}// namespace api
28
29}// namespace iv::comms::api::constants
30
31#endif//IV_SERVICES_DEFINES_HPP
constexpr std::string_view ResponseTotal
Definition defines.hpp:26
constexpr std::string_view ResponseCount
Definition defines.hpp:23
constexpr std::string_view ResponseData
Definition defines.hpp:22
constexpr std::string_view ResponseOffset
Definition defines.hpp:25
constexpr std::string_view ResponseLimit
Definition defines.hpp:24
constexpr iv::types::timestamp TimeBetweenRepeatedSaves
Definition defines.hpp:17
Definition defines.hpp:7
constexpr std::string_view RemoteSection
Definition defines.hpp:12
constexpr std::string_view ServiceRemoteName
Nombre del servicio remote.
Definition defines.hpp:10
constexpr std::string_view RemoteTechnicianNumberKey
Definition defines.hpp:13
uint64_t timestamp
Definition types.hpp:21