#include <inttypes.h>
#include <avr/pgmspace.h>
#include "printhex.h"
#include "hexdump.h"
Go to the source code of this file.
|
void | Notify (uint8_t b, int lvl) |
|
void | Notify (double d, int lvl) |
|
void | Notify (char const *msg, int lvl) |
|
void | NotifyStr (char const *msg, int lvl) |
|
template<class ERROR_TYPE > |
void | ErrorMessage (char const *msg, ERROR_TYPE rcode=0) |
|
#define NotifyFailGetDevDescr |
( |
|
void | ) |
|
#define NotifyFailSetDevTblEntry |
( |
|
void | ) |
|
#define NotifyFailGetConfDescr |
( |
|
void | ) |
|
#define NotifyFailSetConfDescr |
( |
|
void | ) |
|
#define NotifyFailUnknownDevice |
( |
|
VID, |
|
|
|
PID |
|
) |
| |
#define NotifyFail |
( |
|
rcode | ) |
|
void Notify |
( |
uint8_t |
b, |
|
|
int |
lvl |
|
) |
| |
void Notify |
( |
double |
d, |
|
|
int |
lvl |
|
) |
| |
void Notify |
( |
char const * |
msg, |
|
|
int |
lvl |
|
) |
| |
void NotifyStr |
( |
char const * |
msg, |
|
|
int |
lvl |
|
) |
| |
template<class ERROR_TYPE >
void ErrorMessage |
( |
char const * |
msg, |
|
|
ERROR_TYPE |
rcode = 0 |
|
) |
| |