9 #ifndef anna_test_Communicator_hpp 10 #define anna_test_Communicator_hpp 25 a_avgDelay (
"AvgDelay"),
30 void setMaxMessage (
const int maxMessage) { a_maxMessage = maxMessage; }
36 void delay () noexcept(
false);
Definition: Communicator.hpp:79
Definition: Millisecond.hpp:24
int getMessage() const
Definition: Communicator.hpp:33
Definition: Communicator.hpp:14
Definition: Average.hpp:24
int getMaxMessage() const
Definition: Communicator.hpp:32
Definition: Communicator.hpp:18
Definition: ClientSocket.hpp:38
void setDelay(const Millisecond delay)
Definition: Communicator.hpp:29
Communicator()
Definition: Communicator.hpp:20
void setMaxMessage(const int maxMessage)
Definition: Communicator.hpp:30