libcsdbg  1.28
C++ exception (and generic) stack trace debug library
sttybuf & csdbg::sttybuf::open ( )
inlinevirtual

Open the serial interface for output.

Returns
*this
Exceptions
csdbg::exception

Implements csdbg::streambuf.

Definition at line 233 of file sttybuf.cpp.

Referenced by open().

234 {
235  return open(false);
236 }
virtual sttybuf & open()
Open the serial interface for output.
Definition: sttybuf.cpp:233

+ Here is the caller graph for this function: