Apollo
6.0
Open source self driving car software
|
#include <data_notifier.h>
Public Types | |
using | NotifyVector = std::vector< std::shared_ptr< Notifier > > |
Public Member Functions | |
~DataNotifier () | |
void | AddNotifier (uint64_t channel_id, const std::shared_ptr< Notifier > ¬ifier) |
bool | Notify (const uint64_t channel_id) |
using apollo::cyber::data::DataNotifier::NotifyVector = std::vector<std::shared_ptr<Notifier> > |
|
inline |
|
inline |
|
inline |