#include <vlib.h>
Public Member Functions | |
function () | |
void | init (int, int, const char *) |
void | makemask (int hpar, int lpar) |
void | vbeginfunction () |
void | vendfunction () |
Public Member Functions inherited from module | |
Signal * | AddOutReg (Signal arg) |
void | create () |
int | getchange () |
Signal | getswitch () |
Signal | ifelse (Signal, Signal, Signal) |
void | init (const char *, const char *) |
void | init (const char *, const char *, module *fixt) |
void | init (const char *, const char *, int) |
module () | |
Signal | negedge (Signal) |
virtual void | operator() () |
void | popswitch () |
Signal | posedge (Signal) |
void | pushswitch (Signal arg) |
void | setchange (int c) |
void | vbeginmodule () |
void | vendmodule () |
virtual | ~module () |
Protected Attributes | |
int | h |
int | l |
rval | mask |
int | OldChange |
Signal | result |
Protected Attributes inherited from module | |
int | change |
std::string | instname |
int | itern |
int | oldenmarg |
int | OuterIndPos |
Signal * | outreg [1000] |
int | outregn |
rval | passn |
void(* | runperiod )() |
Signal | switcharg [10] |
int | switchn |
module * | tfixt |
|
inline |
void function::init | ( | int | high, |
int | low, | ||
const char * | rname | ||
) |
Definition at line 1169 of file vlib.cc.
References gather_cfg::cout, Signal::h, Signal::l, Signal::makemask(), and dataset::name.
void function::makemask | ( | int | hpar, |
int | lpar | ||
) |
void function::vbeginfunction | ( | ) |
Definition at line 1188 of file vlib.cc.
References gather_cfg::cout, TauDecayModes::dec, corrVsCorr::filename, globcontrol::getchange(), Signal::h, Signal::l, dataset::name, mps_fire::result, and globcontrol::setfunction().
void function::vendfunction | ( | ) |
Definition at line 1211 of file vlib.cc.
References gather_cfg::cout, Signal::h, Signal::l, Signal::mask, mps_fire::result, and globcontrol::setchange().
|
protected |
Definition at line 268 of file vlib.h.
Referenced by function::ZMuMuBackNorm::operator()(), function::ZMuMuBack::setParameters(), and function::ZMuMuBackNorm::setParameters().