Apollo
6.0
Open source self driving car software
|
#include <clients.h>
Public Member Functions | |
Clients () | |
~Clients () | |
void | start (std::shared_ptr< Client > client) |
void | stop (std::shared_ptr< Client > client) |
void | stop_all () |
Clients::Clients | ( | ) |
Clients::~Clients | ( | ) |
void Clients::start | ( | std::shared_ptr< Client > | client | ) |
void Clients::stop | ( | std::shared_ptr< Client > | client | ) |
void Clients::stop_all | ( | ) |