DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne_decoder.bcolors Class Reference

Static Public Attributes

str HEADER = '\033[95m'
 
str OKBLUE = '\033[94m'
 
str OKCYAN = '\033[96m'
 
str OKGREEN = '\033[92m'
 
str WARNING = '\033[93m'
 
str FAIL = '\033[91m'
 
str ENDC = '\033[0m'
 
str BOLD = '\033[1m'
 
str UNDERLINE = '\033[4m'
 

Detailed Description

Definition at line 28 of file daphne_decoder.py.

Member Data Documentation

◆ BOLD

str daphne_decoder.bcolors.BOLD = '\033[1m'
static

Definition at line 36 of file daphne_decoder.py.

◆ ENDC

str daphne_decoder.bcolors.ENDC = '\033[0m'
static

Definition at line 35 of file daphne_decoder.py.

◆ FAIL

str daphne_decoder.bcolors.FAIL = '\033[91m'
static

Definition at line 34 of file daphne_decoder.py.

◆ HEADER

str daphne_decoder.bcolors.HEADER = '\033[95m'
static

Definition at line 29 of file daphne_decoder.py.

◆ OKBLUE

str daphne_decoder.bcolors.OKBLUE = '\033[94m'
static

Definition at line 30 of file daphne_decoder.py.

◆ OKCYAN

str daphne_decoder.bcolors.OKCYAN = '\033[96m'
static

Definition at line 31 of file daphne_decoder.py.

◆ OKGREEN

str daphne_decoder.bcolors.OKGREEN = '\033[92m'
static

Definition at line 32 of file daphne_decoder.py.

◆ UNDERLINE

str daphne_decoder.bcolors.UNDERLINE = '\033[4m'
static

Definition at line 37 of file daphne_decoder.py.

◆ WARNING

str daphne_decoder.bcolors.WARNING = '\033[93m'
static

Definition at line 33 of file daphne_decoder.py.


The documentation for this class was generated from the following file: