4.4 The class PEL_PropFnctTableEntry

PEL_PropFnctTableEntry

PEL_PropFnctTableEntry(pf_fnct_t fnint idx);

Constructs a propagator table entry with propagation function fn and index to parameter table idx.

isScheduled

void isScheduled(void);

Tests if the propagation function of this entry is marked as scheduled.

setScheduled

void setScheduled(void);

Marks the propagation function of this entry as scheduled.

unsetScheduled

void unsetScheduled(void);

Marks the propagation function of this entry as not scheduled.

isDead

int isDead(void);

Tests if the propagation function of this entry is marked as dead.

setDead

void setDead(void);

Marks the propagation function of this entry as dead.

getFnct

pf_fnct_t getFnct(void);

Returns the pointer to the propagation function of this entry.

getParamIdx

int getParamIdx(void);

Returns the index to parameter table of this entry.


Tobias Müller
Version 1.4.0 (20080702)