MCPcopy Create free account
hub / github.com/AimRT/AimRT / Start

Method Start

src/examples/cpp/executor/module/executor_module/executor_module.cc:33–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool ExecutorModule::Start() {
34 // Test simple execute
35 SimpleExecuteDemo();
36
37 // Test thread safe execute
38 ThreadSafeDemo();
39
40 // Test time schedule execute
41 TimeScheduleDemo();
42
43 AIMRT_INFO("Start succeeded.");
44
45 return true;
46}
47
48void ExecutorModule::Shutdown() {
49 run_flag_ = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected