HDK
|
#include <PDGE_EvaluationOptions.h>
Public Member Functions | |
PDGE_EvaluationOptions () | |
Public Attributes | |
int | myTickRate |
int | myAutoRecookInterval |
bool | myAutoRecook |
bool | myBlocking |
bool | myInterruptable |
bool | mySerial |
Options available to configure PDGE graph evaluation
Definition at line 17 of file PDGE_EvaluationOptions.h.
|
inline |
Definition at line 19 of file PDGE_EvaluationOptions.h.
bool PDGE_EvaluationOptions::myAutoRecook |
Definition at line 30 of file PDGE_EvaluationOptions.h.
int PDGE_EvaluationOptions::myAutoRecookInterval |
Definition at line 28 of file PDGE_EvaluationOptions.h.
bool PDGE_EvaluationOptions::myBlocking |
Definition at line 31 of file PDGE_EvaluationOptions.h.
bool PDGE_EvaluationOptions::myInterruptable |
Definition at line 32 of file PDGE_EvaluationOptions.h.
bool PDGE_EvaluationOptions::mySerial |
Definition at line 34 of file PDGE_EvaluationOptions.h.
int PDGE_EvaluationOptions::myTickRate |
Definition at line 27 of file PDGE_EvaluationOptions.h.