![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Defines useful display constants. More...
#include <string>Go to the source code of this file.
Macros | |
| #define | DISPLAY_COLORS 1 |
Variables | |
| const std::string | TEXT_RESET = "\033[0m" |
| const std::string | TEXT_BLACK = "\033[30m" |
| const std::string | TEXT_RED = "\033[31m" |
| const std::string | TEXT_GREEN = "\033[32m" |
| const std::string | TEXT_YELLOW = "\033[33m" |
| const std::string | TEXT_BLUE = "\033[34m" |
| const std::string | TEXT_MAGENTA = "\033[35m" |
| const std::string | TEXT_CYAN = "\033[36m" |
| const std::string | TEXT_WHITE = "\033[37m" |
| const std::string | TEXT_BOLD_BLACK = "\033[1m\033[30m" |
| const std::string | TEXT_BOLD_RED = "\033[1m\033[31m" |
| const std::string | TEXT_BOLD_GREEN = "\033[1m\033[32m" |
| const std::string | TEXT_BOLD_YELLOW = "\033[1m\033[33m" |
| const std::string | TEXT_BOLD_BLUE = "\033[1m\033[34m" |
| const std::string | TEXT_BOLD_MAGENTA = "\033[1m\033[35m" |
| const std::string | TEXT_BOLD_CYAN = "\033[1m\033[36m" |
| const std::string | TEXT_BOLD_WHITE = "\033[1m\033[37m" |
Defines useful display constants.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file display.h.