Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
Public Member Functions | List of all members
SerialBuf Struct Reference

#include <include/linalg/Arduino/ArduinoCout.hpp>

Detailed Description

"Buffer" custom std::ostream that wraps the Serial output of the Arduino.

Definition at line 33 of file ArduinoCout.hpp.

+ Inheritance diagram for SerialBuf:
+ Collaboration diagram for SerialBuf:

Public Member Functions

std::streamsize xsputn (const std::streambuf::char_type *s, std::streamsize n) override
 
std::streambuf::int_type overflow (std::streambuf::int_type c) override
 

Member Function Documentation

◆ xsputn()

std::streamsize xsputn ( const std::streambuf::char_type *  s,
std::streamsize  n 
)
inlineoverride

Definition at line 34 of file ArduinoCout.hpp.

◆ overflow()

std::streambuf::int_type overflow ( std::streambuf::int_type  c)
inlineoverride

Definition at line 38 of file ArduinoCout.hpp.


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