emlabcpp
modern opinionated embedded C++ library
sequencer.h File Reference
#include "../assert.h"
#include "../quantity.h"
#include "../static_circular_buffer.h"
#include <array>
+ Include dependency graph for sequencer.h:

Go to the source code of this file.

Classes

struct  emlabcpp::protocol::sequencer_read_request
 
class  emlabcpp::protocol::sequencer< Def >
 

Namespaces

 emlabcpp
 MIT License.
 
 emlabcpp::protocol
 MIT License.
 

Functions

template<typename Sequencer , typename ReadCallback >
std::optional< typename Sequencer::message_type > emlabcpp::protocol::sequencer_simple_load (std::size_t const read_limit, ReadCallback &&read)