DelayCond Class Reference

#include <PrePostDependentDelay.h>

Inheritance diagram for DelayCond:

Inheritance graph
[legend]
Collaboration diagram for DelayCond:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DelayCond (double v_mean, double v_SH, double v_min, double v_max)
virtual ~DelayCond ()
virtual double generate (size_t src_idx, size_t dst_idx, RandomEngine *rnd)
 It seems that this dummy implementation is needed for Py++ in order to be able to exclude (not exposed to python).
virtual ConnObjectValueGeneratorclone (void) const

Protected Attributes

double v_mean
double v_SH
double v_min
double v_max
BndNormalDistribution v_dist


Detailed Description

Definition at line 31 of file PrePostDependentDelay.h.


Constructor & Destructor Documentation

DelayCond::DelayCond ( double  v_mean,
double  v_SH,
double  v_min,
double  v_max 
)

Definition at line 15 of file PrePostDependentDelay.cpp.

Referenced by clone().

DelayCond::~DelayCond (  )  [virtual]

Definition at line 22 of file PrePostDependentDelay.cpp.


Member Function Documentation

double DelayCond::generate ( size_t  src_idx,
size_t  dst_idx,
RandomEngine rnd 
) [virtual]

ConnObjectValueGenerator * DelayCond::clone ( void   )  const [virtual]

Implements ConnObjectValueGenerator.

Definition at line 39 of file PrePostDependentDelay.cpp.

References DelayCond(), v_max, v_mean, v_min, and v_SH.

Here is the call graph for this function:


Member Data Documentation

Definition at line 43 of file PrePostDependentDelay.h.

Referenced by clone().

double DelayCond::v_SH [protected]

Definition at line 43 of file PrePostDependentDelay.h.

Referenced by clone().

double DelayCond::v_min [protected]

Definition at line 43 of file PrePostDependentDelay.h.

Referenced by clone().

double DelayCond::v_max [protected]

Definition at line 43 of file PrePostDependentDelay.h.

Referenced by clone().

Definition at line 45 of file PrePostDependentDelay.h.

Referenced by generate().


The documentation for this class was generated from the following files:

Generated on Wed Jul 9 16:34:47 2008 for PCSIM by  doxygen 1.5.5