#include <std.h>#include <sem.h>Classes | |
| class | MityDSP::tcDspError |
| The tcDspError class handles formatting and reporting errors in a consistent manner. More... | |
Namespaces | |
| namespace | MityDSP |
Macros | |
| #define | tcDspError_H |
Typedefs | |
| typedef void(* | MityDSP::tfErrorCallback )(enum teErrorValues, const char *) |
| Prototypes for the tcDspError callbacks. | |
| typedef void(* | MityDSP::tfLogCallback )(const char *, int, teErrorValues) |
Enumerations | |
| enum | MityDSP::teErrorValues { MityDSP::debug = 0, MityDSP::status = 1, MityDSP::warning = 2, MityDSP::error = 3, MityDSP::none = 4 } |
| This enumeration lists the available message severities. More... | |
| enum | MityDSP::teTimeFormats { MityDSP::eeHHMMSS, MityDSP::eeMsecSinceBoot } |
| This enumeration lists the available timestamp formats. More... | |
| enum | MityDSP::teOutputFormats { MityDSP::eeFormatA, MityDSP::eeFormatB } |
| This enumeration lists the available output formats. More... | |
| #define tcDspError_H |