#include <ostream.hpp>
Static Public Member Functions | |
static OStream & | endl (OStream &stream) |
static OStream & | instance () |
Private Member Functions | |
OStream () | |
![]() | |
Noncopyable () | |
~Noncopyable () | |
Compact replacement for std::ostream for use on embedded systems. Can be used for printing UAVCAN messages to stdout.
Relevant discussion: https://groups.google.com/forum/#!topic/px4users/6c1CLNutN90
Usage: OStream::instance() << "Hello world!" << OStream::endl;
Definition at line 22 of file ostream.hpp.
|
inlineprivate |
Definition at line 24 of file ostream.hpp.
Definition at line 33 of file ostream.hpp.
|
inlinestatic |
Definition at line 27 of file ostream.hpp.