ifw-ccf
6.0.0
Loading...
Searching...
No Matches
ctrlInstance.hpp
Go to the documentation of this file.
1
6
7
#ifndef CCF_CONTROL_TEST_CTRL_INSTANCE_HPP
8
#define CCF_CONTROL_TEST_CTRL_INSTANCE_HPP
9
10
namespace
ifw::ccf::control::test
{
11
12
void
Server
();
13
14
class
ServerInstance
{
15
public
:
16
ServerInstance
();
17
~ServerInstance
();
18
19
void
ExecuteServer
();
20
void
StopServer
();
21
private
:
22
std::shared_ptr<std::thread> m_srv_thread;
23
};
24
}
25
26
#endif
// CCF_CONTROL_TEST_CTRL_INSTANCE_HPP
ifw::ccf::control::test::ServerInstance::ServerInstance
ServerInstance()
Definition
ctrlInstance.cpp:17
ifw::ccf::control::test::ServerInstance::StopServer
void StopServer()
Definition
ctrlInstance.cpp:29
ifw::ccf::control::test::ServerInstance::~ServerInstance
~ServerInstance()
Definition
ctrlInstance.cpp:20
ifw::ccf::control::test::ServerInstance::ExecuteServer
void ExecuteServer()
Definition
ctrlInstance.cpp:23
ifw::ccf::control::test
Definition
ctrlInstance.cpp:15
ifw::ccf::control::test::Server
void Server()
Definition
ctrlInstance.cpp:40
control
test
ctrlInstance.hpp
Generated by
1.13.2