1) Define the interface class that will be used to represent the next and current frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
|
| | DtOrbatStateComponent (DtStateData *storage) |
| |
| | UNDEFINED_RETURNREF_ACCESSOR (DtUUID, orbatUUID) |
| |
| | UNDEFINED_RETURNVALUE_ACCESSOR_MUTATOR (int, orbatOrder, OrbatOrder) |
| |
| | UNDEFINED_RETURNREF_ACCESSOR_MUTATOR (DtUUID, parent, Parent) |
| |
| | UNDEFINED_RETURNREF_ACCESSOR_MUTATOR (DtRwOrbatData, data, Data) |
| |
| | UNDEFINED_RETURNREF_ACCESSOR_MUTATOR (unsigned long long, objectId, ObjectId) |
| |
| | UNDEFINED_RETURNREF_ACCESSOR_MUTATOR (DtString, label, Label) |
| |
| virtual bool | mainComponentOnLegion () const override |
| |
| | DtSimulatedObjectStateComponent (DtStateData *) |
| |
| | DtFrameStateInterface (DtStateData *) |
| |
| virtual | ~DtFrameStateInterface () |
| |
| void | setIsWritable (bool b) |
| |
| bool | isWritable () const |
| |
| UInt64 | stateId () const |
| |
| UInt64 | legionGlobalId () const |
| |
| void | setLegionGlobalId (UInt64 d) |
| |
| virtual bool | isModified () const |
| |
| virtual void | clearModified () |
| |
| virtual void | markModified () |
| |
virtual
DtStateComponent::StateComponentType | type () const |
| |
virtual
DtStateComponent::StateComponentType | componentType () const =0 |
| |
| virtual const char * | stringType () const =0 |
| |
| void | setId (UInt64 id) |
| |
| virtual UInt64 | id () const |
| |
| virtual void | updateStateData (DtStateData *sd) |
| |
| virtual Legion::ReadStateInstance | readStateInstance () const |
| |
| virtual Legion::WriteStateInstance | writeStateInstance () |
| |
| void | emitComponentUpdated () |
| |
| bool | cleared () const |
| |
| bool | advancedFrame () const |
| |
| virtual void | frameAdvanced () |
| |
| virtual void | convertToRemote () |
| |
| virtual void | convertToLocal () |
| |
| virtual void | aboutToBeDeleted () |
| |