Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AimRT/AimRT
/ ModuleBase
Method
ModuleBase
src/interface/aimrt_module_cpp_interface/module_base.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
class ModuleBase {
19
public:
20
ModuleBase() : base_(GenBase(this)) {}
21
virtual ~ModuleBase() = default;
22
23
ModuleBase(const ModuleBase&) = delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected