4#include "./client_service_state.h"
21 std::condition_variable *
const mConditionVariable;
34 std::condition_variable *conditionVariable)
noexcept;
Time To Live countdown timer.
Definition: ttl_timer.h:17
Abstract client's service state.
Definition: client_service_state.h:21
Client state when the service is stopped.
Definition: stopped_state.h:19
void Activate(helper::SdClientState previousState) override
Activate the state.
Definition: stopped_state.cpp:38
void Deactivate(helper::SdClientState nextState) override
Deactivating the current state before transiting to the next state.
Definition: stopped_state.cpp:46
SdClientState
Service discovery client machine state.
Definition: machine_state.h:24