Apollo
6.0
Open source self driving car software
|
A specialized trigger that does not trigger anything but indicates what small topics need to be restored. More...
#include <small_topics_trigger.h>
Public Member Functions | |
SmallTopicsTrigger () | |
void | Pull (const cyber::record::RecordMessage &msg) override |
bool | ShouldRestore (const cyber::record::RecordMessage &msg) const override |
virtual | ~SmallTopicsTrigger ()=default |
![]() | |
TriggerBase ()=default | |
virtual bool | Init (const SmartRecordTrigger &trigger_conf) |
const std::string & | GetTriggerName () const |
uint64_t | SecondsToNanoSeconds (const double seconds) const |
virtual | ~TriggerBase ()=default |
Additional Inherited Members | |
![]() | |
void | TriggerIt (const uint64_t msg_time) const |
uint64_t | GetValidValueInRange (const double desired_value, const double min_limit, const double max_limit) const |
![]() | |
std::string | trigger_name_ |
std::unique_ptr< Trigger > | trigger_obj_ = nullptr |
A specialized trigger that does not trigger anything but indicates what small topics need to be restored.
apollo::data::SmallTopicsTrigger::SmallTopicsTrigger | ( | ) |
|
virtualdefault |
|
inlineoverridevirtual |
Implements apollo::data::TriggerBase.
|
overridevirtual |
Implements apollo::data::TriggerBase.