DUECA/DUSIME
Loading...
Searching...
No Matches
dueca::SimulationState Struct Reference

An automatically generated class. More...

#include <SimulationState.hxx>

Public Types

enum  Type {
  HoldCurrent , Advance , Replay , Inactive ,
  Inactive_HoldCurrent , Calibrate_HoldCurrent , Advance_HoldCurrent , Replay_HoldCurrent ,
  HoldCurrent_Inactive , Neutral , Undefined
}
 Enumerated type for an automatically generated object class. More...
 
typedef SimulationState __ThisDCOType__
 typedef for internal reference
 

Public Member Functions

 SimulationState ()
 default constructor.
 
 SimulationState (const Type &t)
 Constructor with arguments.
 
 SimulationState (const SimulationState &o)
 copy constructor.
 
 SimulationState (::dueca::AmorphReStore &r)
 constructor to restore an SimulationState from amorphous storage.
 
 ~SimulationState ()
 destructor.
 
void packData (::dueca::AmorphStore &s) const
 packs the SimulationState into amorphous storage.
 
void packDataDiff (::dueca::AmorphStore &s, const SimulationState &ref) const
 packs the SimulationState into amorphous storage.
 
void unPackData (::dueca::AmorphReStore &s)
 unpacks the SimulationState from an amorphous storage.
 
void unPackDataDiff (::dueca::AmorphReStore &s)
 unpacks the differences for SimulationState from an amorphous storage.
 
bool operator== (const SimulationState &o) const
 Test for equality.
 
bool operator!= (const SimulationState &o) const
 Test for inequality.
 
SimulationStateoperator= (const SimulationState &o)
 Assignment operator.
 
std::ostream & print (std::ostream &s) const
 prints the SimulationState to a stream.
 
 SimulationState (const std::string &s)
 Constructor from a string.
 
const char *const getString () const
 Obtain a character representation.
 
Type get () const
 Obtain the enumerated type.
 
SimulationStateoperator= (const SimulationState::Type &o)
 Assignment with type.
 
bool operator== (const SimulationState::Type &o) const
 Test equality.
 
bool operator!= (const SimulationState::Type &o) const
 Test inequality.
 
SimulationState operator&& (const SimulationState &o) const
 Combine two states, into a new one.
 
SimulationStateoperator&= (const SimulationState &o)
 Combine and possibly change this state.
 
bool betterOrSame (const SimulationState &o) const
 Returns true, if the state given in the argument is the same state or a "better" state (for example a final state, a compatible state) as the current one.
 
Type transitionFinal () const
 Return the next state after a transitional state, so with transition complete.
 
void neutral ()
 Set to neutral/clear status.
 

Static Public Member Functions

static void * operator new (size_t size)
 new operator "new", which places objects not on a heap, but in one of the memory arenas.
 
static void * operator new (size_t size, void *mem)
 accompanying placement operator "new"
 
static void operator delete (void *p)
 new operator "delete", to go with the new version of operator new.
 
static void * operator new (size_t size, SimulationState *&o)
 placement "new", needed for stl.
 

Public Attributes

Type t
 the actual state
 

Static Public Attributes

static const char *const classname
 The name of this class.
 
static const uint32_t magic_check_number
 a "magic" number, hashed out of the class definition, that will be used to check consistency of the sent objects across the dueca nodes.
 

Detailed Description

An automatically generated class.

Member Enumeration Documentation

◆ Type

Enumerated type for an automatically generated object class.

Enumerator
HoldCurrent 

A state, shared between the SimulationModule and HardwareModule.

The simulation is poised to start.

Advance 

In this state, the simulation is running.

Replay 

In this state, the simulation is played again with recorded input.

Most modules can simply run their Advance code for this only modules that (directly) read user data (think control loading and the like) or generate fresh data (turbulence?) need to replay previously recorded data.

Inactive 

A state, exclusive for HardwareModule, in which the hardware is in the safe position.

There is no hardware error present.

Inactive_HoldCurrent 

Transition from inactive to HoldCurrent, for example lifting a simulator cab to neutral position.

Calibrate_HoldCurrent 

A transition state during which calibration is carried out.

After calibration the state transitions to HoldCurrent.

Advance_HoldCurrent 

A transition state from Advance, participation in the simulation, back to HoldCurrent.

Transitional State.

Replay_HoldCurrent 

A transition state from Replay, back to HoldCurrent.

HoldCurrent_Inactive 

A transition from HoldCurrent to inactive, for example with motion system going down.

Neutral 

Not a state, for initialising combination.

Undefined 

Undefined.

Member Function Documentation

◆ operator new()

static void * dueca::SimulationState::operator new ( size_t size)
static

new operator "new", which places objects not on a heap, but in one of the memory arenas.

This to speed up memory management.

◆ packDataDiff()

void dueca::SimulationState::packDataDiff ( ::dueca::AmorphStore & s,
const SimulationState & ref ) const

packs the SimulationState into amorphous storage.

only differences with a previous object are packed.

◆ betterOrSame()

bool dueca::SimulationState::betterOrSame ( const SimulationState & o) const

Returns true, if the state given in the argument is the same state or a "better" state (for example a final state, a compatible state) as the current one.

Parameters
oOther state for comparison.

The documentation for this struct was generated from the following file: