52 if (
is_null(printErrorOStream)) {
55 return printErrorOStream;
59bool& showStackTraceOnExceptionImpl()
61 static bool showStackTraceOnException =
false;
62 return showStackTraceOnException;
static void setShowStackTraceOnException(const bool showStrackTraceOnException)
Set if the stacktrace should be shown on every caught exception.
static bool getShowStackTraceOnException()
Get if the stacktrace should be shown on every caught exception.
Concrete serial communicator subclass.
static RCP< FancyOStream > getDefaultOStream()
Get the default output stream object.
static RCP< FancyOStream > getPrintErrorOStream()
Get the ostream that will be printed when errors occur.
static void setPrintErrorOStream(const RCP< FancyOStream > &errorOStream)
Set the ostream that will be printed to when errors occur.
bool is_null(const boost::shared_ptr< T > &p)
Returns true if p.get()==NULL.