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

Method IMotor

tests/gtest_interface.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8struct IMotor
9{
10 IMotor() = default;
11 virtual ~IMotor() = default;
12 IMotor(const IMotor&) = default;
13 IMotor& operator=(const IMotor&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected