LCF Class Reference

#include <LCF.h>

List of all members.

Public Member Functions

 LCF (double sig_period=2.0)
void delta_int ()
void delta_ext (double, const adevs::Bag< adevs::PortValue< BasicEvent * > > &)
void delta_conf (const adevs::Bag< adevs::PortValue< BasicEvent * > > &)
void output_func (adevs::Bag< adevs::PortValue< BasicEvent * > > &yb)
double ta ()
void gc_output (adevs::Bag< adevs::PortValue< BasicEvent * > > &gb)
 ~LCF ()
 Destructor.

Static Public Attributes

static const int ACE = 0
 Output port for BasicEvent objects.

Detailed Description

This model generates a periodic ACE signal.

Definition at line 9 of file LCF.h.


Constructor & Destructor Documentation

LCF::LCF ( double  sig_period = 2.0  ) 

Create a model that generates an ACE signal periodically. The default period is two seconds.

Definition at line 6 of file LCF.cpp.


Member Function Documentation

void LCF::delta_int (  ) 

Model has no state variables other than its elapsed time and so the state transition functions are empty.

Definition at line 12 of file LCF.cpp.

void LCF::output_func ( adevs::Bag< adevs::PortValue< BasicEvent * > > &  yb  ) 

The methods produce the periodic output.


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

Generated on 17 Jul 2013 by  doxygen 1.6.1