Xyce
6.1
|
#include <N_ANP_StepEvent.h>
Public Types | |
enum | State { INITIALIZE, STEP_STARTED, STEP_COMPLETED, FINISH } |
Public Member Functions | |
StepEvent (State state, SweepVector &step_sweep_vector, int count=0) | |
Public Attributes | |
State | state_ |
const SweepVector & | stepSweepVector_ |
int | count_ |
double | currentSimTime_ |
double | finalSimTime_ |
Definition at line 55 of file N_ANP_StepEvent.h.
Enumerator | |
---|---|
INITIALIZE | |
STEP_STARTED | |
STEP_COMPLETED | |
FINISH |
Definition at line 58 of file N_ANP_StepEvent.h.
|
inline |
Definition at line 60 of file N_ANP_StepEvent.h.
int Xyce::Analysis::StepEvent::count_ |
Definition at line 69 of file N_ANP_StepEvent.h.
double Xyce::Analysis::StepEvent::currentSimTime_ |
Definition at line 72 of file N_ANP_StepEvent.h.
double Xyce::Analysis::StepEvent::finalSimTime_ |
Definition at line 73 of file N_ANP_StepEvent.h.
State Xyce::Analysis::StepEvent::state_ |
Definition at line 67 of file N_ANP_StepEvent.h.
const SweepVector& Xyce::Analysis::StepEvent::stepSweepVector_ |
Definition at line 68 of file N_ANP_StepEvent.h.