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

Method Cancel

src/interface/aimrt_module_cpp_interface/executor/timer.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 virtual void ExecuteTask() = 0;
27
28 void Cancel() { cancelled_ = true; }
29
30 [[nodiscard]] bool IsCancelled() const { return cancelled_; }
31

Callers 6

StopPulisherMethod · 0.80
InitializeMethod · 0.80
ShutdownMethod · 0.80
ShutdownMethod · 0.80
StartMethod · 0.80
ShutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected