| 
    Marlin
    01.17.01
    
   | 
 
#include "marlin/CCProcessor.h"#include "marlin/CCCollection.h"#include "marlin/CMProcessor.h"#include "marlin/XMLParser.h"
 Include dependency graph for MarlinSteerCheck.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | marlin::MarlinSteerCheck | 
| this class is a Marlin Steering File consistency check Tool.  More... | |
Namespaces | |
| marlin | |
| Simple event selector processor.  | |
Macros | |
| #define | TERM_COLOR | 
| #define | clrscr() printf("\033[2J") | 
| #define | dblue() printf("\x1b[34m") | 
| #define | dred() printf("\x1b[31m") | 
| #define | dyellow() printf("\x1b[33m") | 
| #define | dgreen() printf("\x1b[32m") | 
| #define | dunderline() printf("\x1b[4m") | 
| #define | ditalic() printf("\x1b[3m") | 
| #define | ddunkel() printf("\x1b[2m") | 
| #define | dhell() printf("\x1b[1m") | 
| #define | dblink() printf("\x1b[5m") | 
| #define | endcolor() printf("\x1b[m") | 
| #define | MAXEVENTS 30 | 
Typedefs | |
| typedef std::vector < CCProcessor * >  | marlin::ProcVec | 
| #define clrscr | ( | ) | printf("\033[2J") | 
Definition at line 15 of file MarlinSteerCheck.h.
| #define dblink | ( | ) | printf("\x1b[5m") | 
Definition at line 24 of file MarlinSteerCheck.h.
| #define dblue | ( | ) | printf("\x1b[34m") | 
Definition at line 16 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define ddunkel | ( | ) | printf("\x1b[2m") | 
Definition at line 22 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information().
| #define dgreen | ( | ) | printf("\x1b[32m") | 
Definition at line 19 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define dhell | ( | ) | printf("\x1b[1m") | 
Definition at line 23 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define ditalic | ( | ) | printf("\x1b[3m") | 
Definition at line 21 of file MarlinSteerCheck.h.
| #define dred | ( | ) | printf("\x1b[31m") | 
Definition at line 17 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define dunderline | ( | ) | printf("\x1b[4m") | 
Definition at line 20 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define dyellow | ( | ) | printf("\x1b[33m") | 
Definition at line 18 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define endcolor | ( | ) | printf("\x1b[m") | 
Definition at line 25 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::dump_information(), and marlin::MarlinSteerCheck::dumpColErrors().
| #define MAXEVENTS 30 | 
Definition at line 43 of file MarlinSteerCheck.h.
Referenced by marlin::MarlinSteerCheck::addLCIOFile().
| #define TERM_COLOR | 
Definition at line 11 of file MarlinSteerCheck.h.
 1.8.5