1#ifndef CLIENT_INITIAL_WAIT_STATE_H
2#define CLIENT_INITIAL_WAIT_STATE_H
4#include "./client_service_state.h"
5#include "./initial_wait_state.h"
32 std::function<
void()> onTimerExpired,
Time To Live countdown timer.
Definition: ttl_timer.h:17
Client's service initial wait state.
Definition: client_initial_wait_state.h:19
void Activate(helper::SdClientState previousState) override
Activate the state.
Definition: client_initial_wait_state.cpp:28
void SetTimer() override
Set the phase time on state activation.
Definition: client_initial_wait_state.cpp:35
Abstract client's service state.
Definition: client_service_state.h:21
Server's or client's service initial wait state.
Definition: initial_wait_state.h:24
SdClientState
Service discovery client machine state.
Definition: machine_state.h:24