Defines | Variables

epics/apps/crucible/EPICS-DIM-interface/caDIMInterfaceApp/src/dabc/recordsStrings.h File Reference

(r4864/r2310)

#include "records.h"
Include dependency graph for recordsStrings.h:

Go to the source code of this file.

Defines

#define _DABC_HISTOGRAM_RECORD_FORMAT_   "L:1;F:1;F:1;C:32;C:32;C:16;L"
#define _DABC_STATUS_RECORD_FORMAT_   "L:1;C:16;C:16"
#define _DABC_INFO_RECORD_FORMAT_   "L:1;C:16;C:128"
#define _DABC_RATE_RECORD_FORMAT_   "F:1;L:1;F:1;F:1;F:1;F:1;C:16;C:16;C:16"
#define _DABC_COLOR_RED_   "Red"
#define _DABC_COLOR_GREEN_   "Green"
#define _DABC_COLOR_BLUE_   "Blue"
#define _DABC_COLOR_CYAN_   "Cyan"
#define _DABC_COLOR_YELLOW_   "Yellow"
#define _DABC_COLOR_MAGENTA_   "Magenta"

Variables

const char * HistogramRecDesc = _DABC_HISTOGRAM_RECORD_FORMAT_
const char * StatusRecDesc = _DABC_STATUS_RECORD_FORMAT_
const char * InfoRecDesc = _DABC_INFO_RECORD_FORMAT_
const char * RateRecDesc = _DABC_RATE_RECORD_FORMAT_
const char * col_Red = _DABC_COLOR_RED_
const char * col_Green = _DABC_COLOR_GREEN_
const char * col_Blue = _DABC_COLOR_BLUE_
const char * col_Cyan = _DABC_COLOR_CYAN_
const char * col_Yellow = _DABC_COLOR_YELLOW_
const char * col_Magenta = _DABC_COLOR_MAGENTA_

Define Documentation

#define _DABC_COLOR_BLUE_   "Blue"

Definition at line 14 of file recordsStrings.h.

#define _DABC_COLOR_CYAN_   "Cyan"

Definition at line 15 of file recordsStrings.h.

#define _DABC_COLOR_GREEN_   "Green"

Definition at line 13 of file recordsStrings.h.

#define _DABC_COLOR_MAGENTA_   "Magenta"

Definition at line 17 of file recordsStrings.h.

#define _DABC_COLOR_RED_   "Red"

Definition at line 12 of file recordsStrings.h.

#define _DABC_COLOR_YELLOW_   "Yellow"

Definition at line 16 of file recordsStrings.h.

#define _DABC_HISTOGRAM_RECORD_FORMAT_   "L:1;F:1;F:1;C:32;C:32;C:16;L"

Definition at line 7 of file recordsStrings.h.

#define _DABC_INFO_RECORD_FORMAT_   "L:1;C:16;C:128"

Definition at line 9 of file recordsStrings.h.

#define _DABC_RATE_RECORD_FORMAT_   "F:1;L:1;F:1;F:1;F:1;F:1;C:16;C:16;C:16"

Definition at line 10 of file recordsStrings.h.

#define _DABC_STATUS_RECORD_FORMAT_   "L:1;C:16;C:16"

Definition at line 8 of file recordsStrings.h.


Variable Documentation

const char* col_Blue = _DABC_COLOR_BLUE_

Definition at line 26 of file recordsStrings.h.

const char* col_Cyan = _DABC_COLOR_CYAN_

Definition at line 27 of file recordsStrings.h.

const char* col_Green = _DABC_COLOR_GREEN_

Definition at line 25 of file recordsStrings.h.

const char* col_Magenta = _DABC_COLOR_MAGENTA_

Definition at line 29 of file recordsStrings.h.

const char* col_Red = _DABC_COLOR_RED_

Definition at line 24 of file recordsStrings.h.

const char* col_Yellow = _DABC_COLOR_YELLOW_

Definition at line 28 of file recordsStrings.h.

const char* HistogramRecDesc = _DABC_HISTOGRAM_RECORD_FORMAT_

Definition at line 19 of file recordsStrings.h.

const char* InfoRecDesc = _DABC_INFO_RECORD_FORMAT_

Definition at line 21 of file recordsStrings.h.

const char* RateRecDesc = _DABC_RATE_RECORD_FORMAT_

Definition at line 22 of file recordsStrings.h.

const char* StatusRecDesc = _DABC_STATUS_RECORD_FORMAT_

Definition at line 20 of file recordsStrings.h.