#include <tvu_sr.h>
Inheritance diagram for CTSRTriggerModel::
Public Types | |
typedef struct CTSRTriggerModel::tagPREENTRY | PREENTRY |
An internal struct used for the entries of the start. More... | |
typedef struct CTSRTriggerModel::tagPREENTRY * | LPPREENTRY |
An internal struct used for the entries of the start. More... | |
Public Methods | |
CTSRTriggerModel () | |
Constructor/destructor. More... | |
~CTSRTriggerModel () | |
DEFINE_ID_FUNCTIONS (CTSRTriggerModel, CTObject, CLASSNAME_SR_SRTRIGGER_MODEL_ID, CLASSNAME_SR_SRTRIGGER_MODEL) public | |
Overwrite. More... | |
CTSRTriggerInstance* | CreateTrigger (CTSRBehaviourInstance *pTermination) |
Create a new trigger instance from a trigger model. More... | |
CTSRTriggerModel& | operator= (CTSRTriggerModel &Object) |
Operations. More... | |
Data Fields | |
CTSRModel* | m_pModel |
Model to verify. More... | |
PREENTRY | m_TValues [MAX_NUMBER_VALUES] |
The termination Pointers (corresponding to the variables) to the values. More... | |
TINT | m_nTValues |
CTList | m_TConditions |
Keep the value pointers to verify. More... | |
PREENTRY | m_SValues [MAX_NUMBER_VALUES] |
For the start. More... | |
TINT | m_nSValues |
|
An internal struct used for the entries of the start.
|
|
An internal struct used for the entries of the start.
|
|
Constructor/destructor.
|
|
Create a new trigger instance from a trigger model.
|
|
Overwrite.
00870 : 00871 enum { MAX_NUMBER_VALUES = 64 }; public: |
|
Operations.
|
|
For the start.
|
|
Keep the value pointers to verify.
|
|
The termination Pointers (corresponding to the variables) to the values.
|
|
Model to verify.
|