Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::cyber::blocker::BlockerAttr Struct Reference

#include <blocker.h>

Collaboration diagram for apollo::cyber::blocker::BlockerAttr:
Collaboration graph

Public Member Functions

 BlockerAttr ()
 
 BlockerAttr (const std::string &channel)
 
 BlockerAttr (size_t cap, const std::string &channel)
 
 BlockerAttr (const BlockerAttr &attr)
 

Public Attributes

size_t capacity
 
std::string channel_name
 

Constructor & Destructor Documentation

◆ BlockerAttr() [1/4]

apollo::cyber::blocker::BlockerAttr::BlockerAttr ( )
inline

◆ BlockerAttr() [2/4]

apollo::cyber::blocker::BlockerAttr::BlockerAttr ( const std::string &  channel)
inlineexplicit

◆ BlockerAttr() [3/4]

apollo::cyber::blocker::BlockerAttr::BlockerAttr ( size_t  cap,
const std::string &  channel 
)
inline

◆ BlockerAttr() [4/4]

apollo::cyber::blocker::BlockerAttr::BlockerAttr ( const BlockerAttr attr)
inline

Member Data Documentation

◆ capacity

size_t apollo::cyber::blocker::BlockerAttr::capacity

◆ channel_name

std::string apollo::cyber::blocker::BlockerAttr::channel_name

The documentation for this struct was generated from the following file: