#include <stiltiming.h>
Inheritance diagram for STILTiming:

Public Member Functions | |
| STILTiming () | |
| STILTiming (const STILTiming &) | |
| virtual | ~STILTiming () |
| STILTiming & | operator= (const STILTiming &) |
| void | init (const sstring &domain="") |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | addWaveformTable (const STILWaveformTable &) |
| void | addSignalGroups (const sstring &) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const STILTiming &) |
A Timing block is a collection of waveform-character to event/timing definitions. The timing values may be explicit or they may be a variable name, whose value is defined via the Category and Selector blocks. Timing blocks are referenced by the PatternExec
|
|
Default Constructor for a STILTiming object.
|
|
|
Constructor a STILTiming object from another STILTiming.
|
|
|
Destructor for a STILTiming object.
|
|
|
|
|
|
add a WaveformTable object to the STILTiming definition
|
|
|
Initialize the STILTiming object.
|
|
|
Assignment operator for a STILTiming object.
|
|
||||||||||||
|
Write the STILTiming object to a FILE.
Reimplemented from STILBlock. |
|
||||||||||||
|
|