Namespaces | |
detail | |
low_level | |
Classes | |
class | Client |
A client able to subscribe to multiple streams. More... | |
class | Server |
A streaming server. More... | |
class | Token |
A token that uniquely identify a stream. More... | |
Typedefs | |
using | Stream = detail::Stream< detail::MultiStreamState > |
A stream represents an unidirectional channel for sending data from server to client. More... | |
using | stream_token = detail::token_type |
Functions | |
static auto | make_address (const std::string &address) |
template<typename Protocol > | |
static auto | make_endpoint (boost::asio::ip::basic_endpoint< Protocol > ep) |
template<typename Protocol > | |
static auto | make_endpoint (const char *address, uint16_t port) |
template<typename Protocol > | |
static auto | make_endpoint (const std::string &address, uint16_t port) |
template<typename Protocol > | |
static auto | make_endpoint (uint16_t port) |
static auto | make_localhost_address () |
using carla::streaming::Stream = typedef detail::Stream<detail::MultiStreamState> |
using carla::streaming::stream_token = typedef detail::token_type |
Definition at line 20 of file streaming/Client.h.
|
inlinestatic |
Definition at line 75 of file EndPoint.h.
Referenced by make_endpoint(), and make_localhost_address().
|
inlinestatic |
Definition at line 90 of file EndPoint.h.
|
inlinestatic |
Definition at line 95 of file EndPoint.h.
References make_address().
|
inlinestatic |
Definition at line 100 of file EndPoint.h.
|
inlinestatic |
Definition at line 105 of file EndPoint.h.
|
inlinestatic |
Definition at line 71 of file EndPoint.h.
References make_address().