ARGoS
3
A parallel, multi-engine simulator for swarm robotics
|
Stream modifier to set attribute and color of the subsequent text. More...
#include <argos_colored_text.h>
Public Member Functions | |
SLogColor () | |
Constructor with standard settings. | |
SLogColor (EARGoSLogAttributes e_attribute, EARGoSLogColors e_foreground_color) | |
Constructor with custom settings. | |
Public Attributes | |
UInt8 | Attribute |
The text attribute. | |
UInt8 | Foreground |
The foreground color. |
Stream modifier to set attribute and color of the subsequent text.
Definition at line 49 of file argos_colored_text.h.
argos::SLogColor::SLogColor | ( | ) | [inline] |
Constructor with standard settings.
Definition at line 62 of file argos_colored_text.h.
argos::SLogColor::SLogColor | ( | EARGoSLogAttributes | e_attribute, |
EARGoSLogColors | e_foreground_color | ||
) | [inline] |
Constructor with custom settings.
Definition at line 68 of file argos_colored_text.h.
The text attribute.
Definition at line 53 of file argos_colored_text.h.
The foreground color.
Definition at line 57 of file argos_colored_text.h.