#include <stdio.h>
#include <stdlib.h>
#include "mutex"
#include "sick_scan/tcp/errorhandler.hpp"
#include "sick_scan/tcp/Time.hpp"
Go to the source code of this file.
Functions | |
void | dieWithError (std::string errorMessage) |
void | doNothing () |
void | infoMessage (std::string message, bool print) |
void | printError (std::string message) |
void | printWarning (std::string message) |
Variables | |
std::mutex | m_printMutex |
void dieWithError | ( | std::string | errorMessage | ) |
Fehler-"behandlung": Schreibe die Fehlermeldung und beende das Programm.
Definition at line 30 of file errorhandler.cpp.
void doNothing | ( | ) |
Der Name ist Programm...
Definition at line 22 of file errorhandler.cpp.
void infoMessage | ( | std::string | message, |
bool | |||
) |
Info-Text auf die Ausgabe schreiben.
Definition at line 52 of file errorhandler.cpp.
void printError | ( | std::string | message | ) |
Definition at line 102 of file errorhandler.cpp.
void printWarning | ( | std::string | message | ) |
Definition at line 80 of file errorhandler.cpp.
std::mutex m_printMutex |
ErrorHandler.
Definition at line 17 of file errorhandler.cpp.