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

Method Period

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

Source from the content-addressed store, hash-verified

30 [[nodiscard]] bool IsCancelled() const { return cancelled_; }
31
32 [[nodiscard]] std::chrono::nanoseconds Period() const { return period_; }
33
34 [[nodiscard]] std::chrono::system_clock::time_point NextCallTime() const {
35 return next_call_time_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected