HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDGE_EvaluationOptions.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * COMMENTS:
7  */
8 
9 #ifndef PDGE_EVALUATION_OPTIONS_H
10 #define PDGE_EVALUATION_OPTIONS_H
11 
12 #include "PDGE_API.h"
13 
14 /**
15  * Options available to configure PDGE graph evaluation
16  */
18 {
20  : myTickRate(50)
21  , myAutoRecookInterval(100)
22  , myAutoRecook(false)
23  , myBlocking(false)
24  , myInterruptable(false)
25  , mySerial(false) {}
26 
29 
31  bool myBlocking;
33 
34  bool mySerial;
35 };
36 
37 #endif
#define PDGE_API
Definition: PDGE_API.h:23