Colored prefix option only if colored output is enabled #449
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#449
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/ColeredDebugOutput"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -11,6 +11,8 @@
#include "FreeRTOS.h"
#include "queue.h"
#include "FreeRTOS.h"
double include
meier/ColeredDebugOutputto Colored prefix option only if colored output is enabled@ -175,2 +174,2 @@
this->colorPrefix = colorPrefix;
}
#if FSFW_COLORED_OUTPUT == 1
void ServiceInterfaceBuffer::setAsciiColorPrefix(std::string colorPrefix) {
Usually code in preprocessor defines has not been indented yet. I'd keep it consistent
@ -4,3 +4,3 @@
#include <fsfw/ipc/MessageQueueIF.h>
#include <fsfw/ipc/MessageQueueMessage.h>
#include <unittest/core/CatchDefinitions.h>
#include <unittest/user/unittest/core/CatchDefinitions.h>
I think this needs to remain
#include <unittest/core/CatchDefinitions.h>
but I'd need to checkfsfw-test
for that again.. Unless you are sure this is the correct include, I'd leave it the old way