emlabcpp
modern opinionated embedded C++ library
emlabcpp::protocol::sequencer< Def > Class Template Reference

#include <sequencer.h>

Public Types

using message_type = typename Def::message_type
 

Public Member Functions

template<typename Container >
void insert (Container &&dview)
 
std::variant< sequencer_read_request, message_typeget_message ()
 

Static Public Attributes

static constexpr auto prefix = Def::prefix
 
static constexpr std::size_t fixed_size = Def::fixed_size
 

Member Typedef Documentation

◆ message_type

template<typename Def >
using emlabcpp::protocol::sequencer< Def >::message_type = typename Def::message_type

Member Function Documentation

◆ get_message()

template<typename Def >
std::variant< sequencer_read_request, message_type > emlabcpp::protocol::sequencer< Def >::get_message ( )
inline

◆ insert()

template<typename Def >
template<typename Container >
void emlabcpp::protocol::sequencer< Def >::insert ( Container &&  dview)
inline

References emlabcpp::copy().

Member Data Documentation

◆ fixed_size

template<typename Def >
constexpr std::size_t emlabcpp::protocol::sequencer< Def >::fixed_size = Def::fixed_size
staticconstexpr

◆ prefix

template<typename Def >
constexpr auto emlabcpp::protocol::sequencer< Def >::prefix = Def::prefix
staticconstexpr

The documentation for this class was generated from the following file: