ddt 1.2.1
Loading...
Searching...
No Matches
ddtConstants.hpp
Go to the documentation of this file.
1
19#ifndef DDTCONSTANTS_HPP_
20#define DDTCONSTANTS_HPP_
21
22namespace ddt {
23
28const int NUMERICAL_BASE = 10;
29
33const int HEARTBEAT_PAUSE_MS = 10;
34
38const int THREAD_PAUSE_MS = 100;
39
43const int THREAD_PAUSE_SEC = 1;
44
48const int WAIT_FOR_CONNECT = 3;
49
53const int PUBLISH_TIMEOUT = 3;
54
59
63const int WAIT_FOR_CONNECTION = 10;
64
68const int META_DATA_LENGTH = 1024;
69
73const int REPLY_TIME_INFINITE = 86400;
74
78const int ADDITIONAL_SPACE = 1500;
79
84
89
93const int PUBLISHER_LATENCY_MS = 10000;
94
99
103const int SUBSCRIBER_LATENCY_MS = 10000;
104
109
110} // namespace ddt
111
112#endif /* DDTCONSTANTS_HPP_ */
113
Definition ddtClient.hpp:39
const int HEARTBEAT_PAUSE_MS
Definition ddtConstants.hpp:33
const int ADDITIONAL_SPACE
Definition ddtConstants.hpp:78
const int WAIT_FOR_CONNECT
Definition ddtConstants.hpp:48
const int NUMERICAL_BASE
Definition ddtConstants.hpp:28
const int SUBSCRIBER_DEADLINE_SEC
Definition ddtConstants.hpp:108
const int REGISTRATION_TIMEOUT
Definition ddtConstants.hpp:58
const int PUBLISHER_LATENCY_MS
Definition ddtConstants.hpp:93
const int PUBLISH_TIMEOUT
Definition ddtConstants.hpp:53
const int PUBLISHER_DEADLINE_SEC
Definition ddtConstants.hpp:98
const int GUI_DISPLAY_RESULTS_LOW_PRECISION
Definition ddtConstants.hpp:88
const int META_DATA_LENGTH
Definition ddtConstants.hpp:68
const int REPLY_TIME_INFINITE
Definition ddtConstants.hpp:73
const int SUBSCRIBER_LATENCY_MS
Definition ddtConstants.hpp:103
const int GUI_DISPLAY_RESULTS_HIGH_PRECISION
Definition ddtConstants.hpp:83
const int THREAD_PAUSE_SEC
Definition ddtConstants.hpp:43
const int WAIT_FOR_CONNECTION
Definition ddtConstants.hpp:63
const int THREAD_PAUSE_MS
Definition ddtConstants.hpp:38