Apollo 10.0
自动驾驶开放平台
|
#include <role.h>
Public 成员函数 | |
RoleServer () | |
RoleServer (const proto::RoleAttributes &attr, uint64_t timestamp_ns=0) | |
virtual | ~RoleServer ()=default |
bool | Match (const proto::RoleAttributes &target_attr) const override |
![]() | |
RoleBase () | |
RoleBase (const proto::RoleAttributes &attr, uint64_t timestamp_ns=0) | |
virtual | ~RoleBase ()=default |
bool | IsEarlierThan (const RoleBase &other) const |
const proto::RoleAttributes & | attributes () const |
void | set_attributes (const proto::RoleAttributes &attr) |
uint64_t | timestamp_ns () const |
void | set_timestamp_ns (uint64_t timestamp_ns) |
额外继承的成员函数 | |
![]() | |
proto::RoleAttributes | attributes_ |
uint64_t | timestamp_ns_ |
|
explicit |
|
virtualdefault |
|
overridevirtual |
重载 apollo::cyber::service_discovery::RoleBase .