#include <stilscanstructures.h>
Inheritance diagram for STILScanStructures:
Public Member Functions | |
STILScanStructures () | |
STILScanStructures (const STILScanStructures &) | |
virtual | ~STILScanStructures () |
STILScanStructures & | operator= (const STILScanStructures &) |
void | init (const sstring &domain="") |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | addScanChain (const STILScanChain &) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const STILScanStructures &) |
A ScanStructures block is a collection of waveform-character to event/ScanStructures definitions. The ScanStructures values may be explicit or they may be a variable name, whose value is defined via the Category and Selector blocks. ScanStructures blocks are referenced by the PatternBurst
|
Default Constructor for a STILScanStructures object.
|
|
Constructor a STILScanStructures object from another STILScanStructures.
|
|
Destructor for a STILScanStructures object.
|
|
Add a STILScanStructure object to the ScanStructures block.
|
|
Initialize the STILScanStructures object.
|
|
Assignment operator for a STILScanStructures object.
|
|
Write the STILScanStructures object to a FILE.
Reimplemented from STILBlock. |
|
|