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

Method GetState

src/runtime/core/executor/tbb_thread_executor.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 size_t CurrentTaskNum() noexcept override { return queue_task_num_.load(); }
53
54 State GetState() const { return state_.load(); }
55
56 void SetLogger(const std::shared_ptr<aimrt::common::util::LoggerWrapper>& logger_ptr) { logger_ptr_ = logger_ptr; }
57 const aimrt::common::util::LoggerWrapper& GetLogger() const { return *logger_ptr_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected