Apollo
6.0
Open source self driving car software
|
This is the complete list of members for apollo::cyber::transport::ChannelChain, including all inherited members.
AddListener(uint64_t self_id, uint64_t channel_id, const std::string &message_type, const MessageListener< MessageT > &listener) | apollo::cyber::transport::ChannelChain | inline |
AddListener(uint64_t self_id, uint64_t oppo_id, uint64_t channel_id, const std::string &message_type, const MessageListener< MessageT > &listener) | apollo::cyber::transport::ChannelChain | inline |
RemoveListener(uint64_t self_id, uint64_t channel_id, const std::string &message_type) | apollo::cyber::transport::ChannelChain | inline |
RemoveListener(uint64_t self_id, uint64_t oppo_id, uint64_t channel_id, const std::string &message_type) | apollo::cyber::transport::ChannelChain | inline |
Run(uint64_t self_id, uint64_t channel_id, const std::string &message_type, const std::shared_ptr< MessageT > &message, const MessageInfo &message_info) | apollo::cyber::transport::ChannelChain | inline |
Run(uint64_t self_id, uint64_t oppo_id, uint64_t channel_id, const std::string &message_type, const std::shared_ptr< MessageT > &message, const MessageInfo &message_info) | apollo::cyber::transport::ChannelChain | inline |