#include <stilwaveformtable.h>
Inheritance diagram for STILWaveformTable:
Public Member Functions | |
STILWaveformTable () | |
STILWaveformTable (const STILWaveformTable &) | |
virtual | ~STILWaveformTable () |
STILWaveformTable & | operator= (const STILWaveformTable &) |
void | init (const sstring &) |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | setPeriod (const STILTimeExpr &per) |
const STILTimeExpr & | getPeriod () const |
void | setPeriodResourceTag (const sstring &tag) |
const sstring & | getPeriodResourceTag () const |
void | addInheritWaveformTable (const sstring) |
void | addInheritWaveformTable (const STILTimingWaveformRef &) |
void | setSubWaveforms (const STILSubWaveforms &) |
const STILSubWaveforms * | getSubWaveforms () |
void | setWaveforms (const STILWaveforms &) |
const STILWaveforms * | getWaveforms () |
|
Default constructor.
|
|
Construct a STILWaveformTable object from another WaveformTable.
|
|
Destructor.
|
|
Set the InheritWaveformTable attribute for this block.
|
|
Set the InheritWaveformTable attribute for this block.
|
|
|
|
|
|
|
|
|
|
Initialize the STILWaveformTable object.
|
|
Assignment operator for a STILWaveformTable object.
|
|
Set the period for this WaveformTable.
|
|
Set the period's resource tag for this WaveformTable.
|
|
Set the SubWaveforms attribute for this block.
|
|
Set the Waveforms attribute for this block.
|
|
Write the STILWaveformTable object to a FILE.
Reimplemented from STILBlock. |