#include <LCF.h>
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. | |
This model generates a periodic ACE signal.
Definition at line 9 of file LCF.h.
| LCF::LCF | ( | double | sig_period = 2.0 |
) |
| void LCF::delta_int | ( | ) |
| void LCF::output_func | ( | adevs::Bag< adevs::PortValue< BasicEvent * > > & | yb | ) |
The methods produce the periodic output.
1.6.1