Implemented DebugService with TCPLogger injection
This commit is contained in:
@@ -21,7 +21,7 @@ void timeout_handler(int sig) {
|
||||
}
|
||||
|
||||
void ErrorProcessFunction(const MARTe::ErrorManagement::ErrorInformation &errorInfo, const char8 * const errorDescription) {
|
||||
// printf("[MARTe Error] %s: %s\n", errorInfo.className, errorDescription);
|
||||
printf("[MARTe Error] %s: %s\n", errorInfo.className, errorDescription);
|
||||
}
|
||||
|
||||
// Forward declarations of other tests
|
||||
|
||||
Reference in New Issue
Block a user