libjson | |
AppFlags | A struct for holding the various flags used throughout the application |
AppThread | Main thread/header file for the Operator Console application |
auto_delete | |
BlemishPassFail | A struct that contains an entry<T>,minMaxEntry<T>, or vecEntry<T> for every pass/fail Blemish variable |
BlemishTest | Details of an Blemish test to be performed including all relevant fields for determining pass or fail |
CAboutDlg | CAboutDlg dialog used for App About |
Config | A class that contains a few configuration details |
COperatorConsoleApp | The main class for the Operator Console Application |
COperatorConsoleDlg | The class underlying the main dialog |
CPassFail | The class underlying the PassFail dialog |
CPassFailSettings | A class to contain the pass/fail criteria including the descriptions of each pass/fail variable |
CPasswordDialog | Class for a simple password query dialog |
CriticalBuf | Buffer class where all access (read or write) to the buffer is protected by critical sections |
CriticalCString | A null-terminated string class for which all access is controlled by critical sections |
CSetup | The class underlying the setup dialog |
CStaticBmp | A class used to hold a bitmap image for display |
entry | A templated struct that contains all information for a single, scalar pass/fail variable |
FileAcq | A class for acquiring from a file with the data in RGB format |
FileAcquisition | Another class for loading an image file that loads into the critical buffer m_frame inherited from class ImageAcquisition |
getLenSize | |
getLenSize< 1 > | |
getLenSize< 2 > | |
getLenSize< 4 > | |
getLenSize< 8 > | |
ImageAcquisition | Base class for image acquisition |
ImageTest | An abstract class that defines an image test to be performed |
ImatestLibAcq | A class for acquiring live images through the Imatest library |
internalJSONNode | |
value_union_t | |
json_auto | |
json_shared_string | |
json_shared_string_internal | |
JSONBase64 | |
jsonChildren | |
iteratorKeeper | |
JSONNode | |
const_iterator | |
iterator | |
reverse_const_iterator | |
reverse_iterator | |
JSONSingleton | |
JSONStream | |
JSONValidator | |
JSONWorker | |
minMaxEntry | A templated struct that contains all information for a single min-max variable pair |
ModelessDialogThread | Thread class for creating modeless dialogs which can operate without halting the main dialog |
MoveData | A struct for containing data relevant for moving a window |
MsgDialog | |
NumberToString | |
OISPassFail | A struct that contains an entry<T>,minMaxEntry<T>, or vecEntry<T> for every pass/fail OIS variable |
OtherPassFail | A struct that can be used to catch other (that is, not Blemish, OIS, or SFRplus) pass/fail categories into a vector of entry<CString>'s |
ResizeDlg | A class that resizes and centers dialog objects within a parent window |
setup_settings | A struct that contains the various data controlled by the setup dialog |
SFRplusPassFail | A struct that contains an entry<T>,minMaxEntry<T>, etc |
SFRplusTest | Details of an sfrPlus test to be performed including all relevant fields for determining pass or fail |
SimpleCapParams | |
SimpleDirectShowAcq | A class for acquiring directly from a camera with a DirectShow driver |
StderrRedirect | Defines functions for redirecting stderr through a buffered pipe |
StderrThread | Defines a thread class for capturing stderr |
StdoutRedirect | Defines functions for redirecting stdout through a buffered pipe |
StdoutThread | Defines a thread class for capturing stdout |
TestID | This struct is used for figuring out which test(s) failed in class ImageTest |
TestResults | A struct for holding all results (including JSON) of a test |
TextDlg | TextDlg dialog |
ThreadControl | Thread synchronization and communication class |
Timer | Timer class for getting the elapsed time between events |
Timestamp | A class for acquiring the current time |
vecEntry | A templated struct that contains all the information for a single vector pass/fail variable |