Functions for printing messages, warnings and errors. More...
#include <fstream>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "avrerror.h"
#include "helper.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | trioaccess (const char *t, unsigned char val) |
Helper function for writing trace (trace IO access). | |
Variables | |
SystemConsoleHandler | sysConHandler |
The SystemConsoleHandler instance for common usage. | |
int | global_verbose_on = 0 |
Verbose enable flag. |
Functions for printing messages, warnings and errors.
This module provides output printing facilities. Further it provides raising exceptions instead of calling exit/abort, if needed and the possibility to redirect output to a stream instead of stdout/stderr.
Definition in file avrerror.cpp.
void trioaccess | ( | const char * | t, | |
unsigned char | val | |||
) |
Helper function for writing trace (trace IO access).
Definition at line 222 of file avrerror.cpp.
References SystemConsoleHandler::traceOutStream().
int global_verbose_on = 0 |
Verbose enable flag.
Definition at line 220 of file avrerror.cpp.
Referenced by main(), ThreadList::OnPop(), and AvrDevice::Step().
The SystemConsoleHandler instance for common usage.
Definition at line 218 of file avrerror.cpp.
Referenced by avr_trace_tf(), RWAbort::get(), RWExit::get(), main(), RWAbort::set(), RWExit::set(), and AvrDevice::Step().