HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
*/
17
struct
PDGE_API
PDGE_EvaluationOptions
18
{
19
PDGE_EvaluationOptions
()
20
: myTickRate(50)
21
, myAutoRecookInterval(100)
22
, myAutoRecook(false)
23
, myBlocking(false)
24
, myInterruptable(false)
25
, mySerial(false) {}
26
27
int
myTickRate
;
28
int
myAutoRecookInterval
;
29
30
bool
myAutoRecook
;
31
bool
myBlocking
;
32
bool
myInterruptable
;
33
34
bool
mySerial
;
35
};
36
37
#endif
PDGE_EvaluationOptions::mySerial
bool mySerial
Definition:
PDGE_EvaluationOptions.h:34
PDGE_EvaluationOptions
Definition:
PDGE_EvaluationOptions.h:17
PDGE_API.h
PDGE_EvaluationOptions::myBlocking
bool myBlocking
Definition:
PDGE_EvaluationOptions.h:31
PDGE_EvaluationOptions::myTickRate
int myTickRate
Definition:
PDGE_EvaluationOptions.h:27
PDGE_EvaluationOptions::myInterruptable
bool myInterruptable
Definition:
PDGE_EvaluationOptions.h:32
PDGE_EvaluationOptions::PDGE_EvaluationOptions
PDGE_EvaluationOptions()
Definition:
PDGE_EvaluationOptions.h:19
PDGE_API
#define PDGE_API
Definition:
PDGE_API.h:23
PDGE_EvaluationOptions::myAutoRecook
bool myAutoRecook
Definition:
PDGE_EvaluationOptions.h:30
PDGE_EvaluationOptions::myAutoRecookInterval
int myAutoRecookInterval
Definition:
PDGE_EvaluationOptions.h:28
PDGE
PDGE_EvaluationOptions.h
Generated on Thu Nov 21 2024 02:44:22 for HDK by
1.8.6