SRS-control 0.1.4
 
Loading...
Searching...
No Matches
CommonAlias.hpp File Reference
#include <boost/asio/thread_pool.hpp>
#include <srs/utils/CommonDefitions.hpp>
#include <vector>
Include dependency graph for CommonAlias.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  srs
 

Typedefs

using srs::io_context_type = asio::thread_pool
 
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