MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SimpleCoroAction

Method SimpleCoroAction

tests/gtest_coroutines.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25{
26public:
27 SimpleCoroAction(milliseconds timeout, bool will_fail, const std::string& node_name,
28 const BT::NodeConfig& config)
29 : BT::CoroActionNode(node_name, config)
30 , will_fail_(will_fail)
31 , timeout_(timeout)
32 , start_time_(Timepoint::min())
33 {}
34
35 virtual void halt() override
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected