Xyce  6.1
Xyce::Analysis::StepEvent Struct Reference

#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 SweepVectorstepSweepVector_
 
int count_
 
double currentSimTime_
 
double finalSimTime_
 

Detailed Description

Definition at line 55 of file N_ANP_StepEvent.h.

Member Enumeration Documentation

Enumerator
INITIALIZE 
STEP_STARTED 
STEP_COMPLETED 
FINISH 

Definition at line 58 of file N_ANP_StepEvent.h.

Constructor & Destructor Documentation

Xyce::Analysis::StepEvent::StepEvent ( State  state,
SweepVector step_sweep_vector,
int  count = 0 
)
inline

Definition at line 60 of file N_ANP_StepEvent.h.

Member Data Documentation

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.


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