Apollo  6.0
Open source self driving car software
apollo::drivers::gnss::TcpStream Member List

This is the complete list of members for apollo::drivers::gnss::TcpStream, including all inherited members.

Connect()apollo::drivers::gnss::TcpStreamvirtual
create_ntrip(const std::string &address, uint16_t port, const std::string &mountpoint, const std::string &user, const std::string &passwd, uint32_t timeout_s=30)apollo::drivers::gnss::Streamstatic
create_serial(const char *device_name, uint32_t baud_rate, uint32_t timeout_usec=0)apollo::drivers::gnss::Streamstatic
create_tcp(const char *address, uint16_t port, uint32_t timeout_usec=1000000)apollo::drivers::gnss::Streamstatic
create_udp(const char *address, uint16_t port, uint32_t timeout_usec=1000000)apollo::drivers::gnss::Streamstatic
Disconnect()apollo::drivers::gnss::TcpStreamvirtual
get_status() constapollo::drivers::gnss::Streaminline
Login()apollo::drivers::gnss::Streaminline
NUM_STATUSapollo::drivers::gnss::Streamstatic
read(uint8_t *buffer, size_t max_length)apollo::drivers::gnss::TcpStreamvirtual
RegisterLoginData(const std::vector< std::string > login_data)apollo::drivers::gnss::Streaminline
Status enum nameapollo::drivers::gnss::Stream
status_apollo::drivers::gnss::Streamprotected
Stream()apollo::drivers::gnss::Streaminlineprotected
TcpStream(const char *address, uint16_t port, uint32_t timeout_usec, bool auto_reconnect=true)apollo::drivers::gnss::TcpStream
write(const uint8_t *data, size_t length)apollo::drivers::gnss::TcpStreamvirtual
apollo::drivers::gnss::Stream::write(const std::string &buffer)apollo::drivers::gnss::Streaminline
~Stream()apollo::drivers::gnss::Streaminlinevirtual
~TcpStream()apollo::drivers::gnss::TcpStream