emlabcpp
modern opinionated embedded C++ library
emlabcpp::cobs_encoder Class Reference

TODO: make this no inline. More...

#include <cobs.h>

Public Member Functions

 cobs_encoder (view< std::byte * > target)
 
bool insert (std::byte b)
 
view< std::byte * > commit () &&
 

Detailed Description

TODO: make this no inline.

Constructor & Destructor Documentation

◆ cobs_encoder()

emlabcpp::cobs_encoder::cobs_encoder ( view< std::byte * >  target)
inline

Member Function Documentation

◆ commit()

view< std::byte* > emlabcpp::cobs_encoder::commit ( ) &&
inline

◆ insert()

bool emlabcpp::cobs_encoder::insert ( std::byte  b)
inline

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