SRS-control 0.1.4
 
Loading...
Searching...
No Matches
Common aliases

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
 

Detailed Description

Typedef Documentation

◆ BinaryData

using srs::BinaryData = std::vector<BufferElementType>

Definition at line 17 of file CommonAlias.hpp.

◆ BufferElementType

using srs::BufferElementType = char

Definition at line 16 of file CommonAlias.hpp.

◆ CommunicateEntryType

using srs::CommunicateEntryType = uint32_t

Definition at line 22 of file CommonAlias.hpp.

◆ io_context_type

using srs::io_context_type = asio::thread_pool

Definition at line 14 of file CommonAlias.hpp.

◆ ReadBufferType

template<int buffer_size = common::SMALL_READ_MSG_BUFFER_SIZE>
using srs::ReadBufferType = std::array<BufferElementType, buffer_size>

Definition at line 20 of file CommonAlias.hpp.