#include <test_control_plugin.hpp>
Definition at line 38 of file test_control_plugin.hpp.
◆ test_control_plugin() [1/3]
sysio::test_control_plugin::test_control_plugin |
( |
| ) |
|
|
default |
◆ test_control_plugin() [2/3]
◆ test_control_plugin() [3/3]
◆ ~test_control_plugin()
virtual sysio::test_control_plugin::~test_control_plugin |
( |
| ) |
|
|
overridevirtualdefault |
◆ get_read_write_api()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ plugin_initialize()
void sysio::test_control_plugin::plugin_initialize |
( |
const variables_map & | options | ) |
|
◆ plugin_shutdown()
void sysio::test_control_plugin::plugin_shutdown |
( |
| ) |
|
◆ plugin_startup()
void sysio::test_control_plugin::plugin_startup |
( |
| ) |
|
Definition at line 115 of file test_control_plugin.cpp.
115 {
116 ilog(
"test_control_plugin starting up");
117 my.reset(
new test_control_plugin_impl(
app().get_plugin<chain_plugin>().chain()));
118 my->connect();
119}
◆ set_program_options()
void sysio::test_control_plugin::set_program_options |
( |
options_description & | cli, |
|
|
options_description & | cfg ) |
|
overridevirtual |
The documentation for this class was generated from the following files: