|
SRS-control 0.1.4
|
#include <array>#include <boost/asio/any_io_executor.hpp>#include <boost/asio/thread_pool.hpp>#include <cstdint>#include <srs/utils/CommonDefinitions.hpp>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | srs |
Typedefs | |
| using | srs::io_context_type = asio::thread_pool |
| using | srs::io_executor_type = asio::any_io_executor |
| using | srs::BufferElementType = char |
| using | srs::BinaryData = std::vector<BufferElementType> |
| template<int buffer_size = common::SMALL_READ_MSG_BUFFER_SIZE> | |
| using | srs::ReadBufferType = std::array<BufferElementType, buffer_size> |
| using | srs::CommunicateEntryType = uint32_t |