ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtConstants.hpp
Go to the documentation of this file.
1
9
10#ifndef DDTCONSTANTS_HPP_
11#define DDTCONSTANTS_HPP_
12
13namespace ddt {
14
19const int NUMERICAL_BASE = 10;
20
24const int HEARTBEAT_PAUSE_MS = 10;
25
29const int THREAD_PAUSE_MS = 100;
30
34const int THREAD_PAUSE_SEC = 1;
35
39const int WAIT_FOR_CONNECT = 3;
40
44const int PUBLISH_TIMEOUT = 3;
45
50
54const int WAIT_FOR_CONNECTION = 10;
55
59const int META_DATA_LENGTH = 1024;
60
64const int REPLY_TIME_INFINITE = 86400;
65
69const int ADDITIONAL_SPACE = 1500;
70
75
80
84const int PUBLISHER_LATENCY_MS = 10000;
85
90
94const int SUBSCRIBER_LATENCY_MS = 10000;
95
100
101} // namespace ddt
102
103#endif /* DDTCONSTANTS_HPP_ */
Definition ddtClient.hpp:32
const int HEARTBEAT_PAUSE_MS
Definition ddtConstants.hpp:24
const int ADDITIONAL_SPACE
Definition ddtConstants.hpp:69
const int WAIT_FOR_CONNECT
Definition ddtConstants.hpp:39
const int NUMERICAL_BASE
Definition ddtConstants.hpp:19
const int SUBSCRIBER_DEADLINE_SEC
Definition ddtConstants.hpp:99
const int REGISTRATION_TIMEOUT
Definition ddtConstants.hpp:49
const int PUBLISHER_LATENCY_MS
Definition ddtConstants.hpp:84
const int PUBLISH_TIMEOUT
Definition ddtConstants.hpp:44
const int PUBLISHER_DEADLINE_SEC
Definition ddtConstants.hpp:89
const int GUI_DISPLAY_RESULTS_LOW_PRECISION
Definition ddtConstants.hpp:79
const int META_DATA_LENGTH
Definition ddtConstants.hpp:59
const int REPLY_TIME_INFINITE
Definition ddtConstants.hpp:64
const int SUBSCRIBER_LATENCY_MS
Definition ddtConstants.hpp:94
const int GUI_DISPLAY_RESULTS_HIGH_PRECISION
Definition ddtConstants.hpp:74
const int THREAD_PAUSE_SEC
Definition ddtConstants.hpp:34
const int WAIT_FOR_CONNECTION
Definition ddtConstants.hpp:54
const int THREAD_PAUSE_MS
Definition ddtConstants.hpp:29