Operator Console
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Enumerations
qso.h File Reference
This graph shows which files directly or indirectly include this file:

Typedefs

typedef enum EQuadrant EQuadrant
 Quadrant Status Overlay (QSO) refers to values drawn on top of the image indicating whether or not each area passed a test. More...
 

Enumerations

enum  EQuadrant {
  eCenter = 0, eUpperRight, eLowerRight, eUpperLeft,
  eLowerLeft, eNumQuadrants, eCenter = 0, eUpperRight,
  eLowerRight, eUpperLeft, eLowerLeft, eNumQuadrants
}
 Quadrant Status Overlay (QSO) refers to values drawn on top of the image indicating whether or not each area passed a test. More...
 

Typedef Documentation

typedef enum EQuadrant EQuadrant

Quadrant Status Overlay (QSO) refers to values drawn on top of the image indicating whether or not each area passed a test.

The image is divided into 5 areas called quadrants:

x--—x
—x—
x--—x
This is the order of the quadrants in the data

Enumeration Type Documentation

enum EQuadrant

Quadrant Status Overlay (QSO) refers to values drawn on top of the image indicating whether or not each area passed a test.

The image is divided into 5 areas called quadrants:

x--—x
—x—
x--—x
This is the order of the quadrants in the data

Enumerator
eCenter 
eUpperRight 
eLowerRight 
eUpperLeft 
eLowerLeft 
eNumQuadrants 
eCenter 
eUpperRight 
eLowerRight 
eUpperLeft 
eLowerLeft 
eNumQuadrants 
35 {
36  eCenter = 0,
39  eUpperLeft,
40  eLowerLeft,
42 } EQuadrant;
EQuadrant
Quadrant Status Overlay (QSO) refers to values drawn on top of the image indicating whether or not ea...
Definition: qso.h:34
Definition: qso.h:40
Definition: qso.h:37
Definition: qso.h:36
Definition: qso.h:38
Definition: qso.h:39
Definition: qso.h:41