Apollo 10.0
自动驾驶开放平台
|
#include <signal.h>
Public 类型 | |
using | SlotPtr = std::shared_ptr< Slot< Args... > > |
using | SignalPtr = Signal< Args... > * |
Public 成员函数 | |
Connection () | |
Connection (const SlotPtr &slot, const SignalPtr &signal) | |
virtual | ~Connection () |
Connection & | operator= (const Connection &another) |
bool | HasSlot (const SlotPtr &slot) const |
bool | IsConnected () const |
bool | Disconnect () |
using apollo::cyber::base::Connection< Args >::SignalPtr = Signal<Args...>* |
using apollo::cyber::base::Connection< Args >::SlotPtr = std::shared_ptr<Slot<Args...> > |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |