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

Method Now

src/interface/aimrt_module_cpp_interface/executor/executor.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 std::chrono::system_clock::time_point Now() const {
72 AIMRT_ASSERT(base_ptr_, "Reference is null.");
73 return common::util::GetTimePointFromTimestampNs(base_ptr_->now(base_ptr_->impl));
74 }
75
76 void ExecuteAt(std::chrono::system_clock::time_point tp, Task&& task) {
77 AIMRT_ASSERT(base_ptr_, "Reference is null.");

Callers 4

tag_invokeMethod · 0.45
TimeUntilNextCallMethod · 0.45
ResetMethod · 0.45
ExecuteLoopMethod · 0.45

Calls 1

Tested by

no test coverage detected