提交 c268ded2 编写于 作者: F Fla3inH0tCheet0s 提交者: Calvin Miao

cyber TimerComponent GetInterval

上级 a2070e8f
......@@ -55,5 +55,9 @@ bool TimerComponent::Initialize(const TimerComponentConfig& config) {
return true;
}
uint64_t TimerComponent::GetInterval() const {
return interval_;
}
} // namespace cyber
} // namespace apollo
......@@ -46,6 +46,7 @@ class TimerComponent : public ComponentBase {
*/
bool Initialize(const TimerComponentConfig& config) override;
bool Process();
uint64_t GetInterval() const;
private:
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册