QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Colors Namespace Reference

Variables

const char * Reset = "\033[0m"
 
const char * Red = "\033[31m"
 
const char * Green = "\033[32m"
 
const char * Yellow = "\033[33m"
 
const char * Blue = "\033[34m"
 
const char * Magenta = "\033[35m"
 
const char * Cyan = "\033[36m"
 
const char * White = "\033[37m"
 
const char * BoldRed = "\033[1;31m"
 
const char * Gray = "\033[90m"
 

Variable Documentation

◆ Blue

const char* Colors::Blue = "\033[34m"

Definition at line 17 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ BoldRed

const char* Colors::BoldRed = "\033[1;31m"

Definition at line 21 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Cyan

const char* Colors::Cyan = "\033[36m"

Definition at line 19 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Gray

const char* Colors::Gray = "\033[90m"

Definition at line 22 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Green

const char* Colors::Green = "\033[32m"

Definition at line 15 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Magenta

const char* Colors::Magenta = "\033[35m"

Definition at line 18 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Red

const char* Colors::Red = "\033[31m"

Definition at line 14 of file StateMachineLogger.cc.

◆ Reset

const char* Colors::Reset = "\033[0m"

Definition at line 13 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ White

const char* Colors::White = "\033[37m"

Definition at line 20 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().

◆ Yellow

const char* Colors::Yellow = "\033[33m"

Definition at line 16 of file StateMachineLogger.cc.

Referenced by StateMachineLogger::LogEntry::toString().