#include <stilsignals.h>
Inheritance diagram for STILSignals:

Public Member Functions | |
| STILSignals () | |
| STILSignals (const STILSignals &) | |
| virtual | ~STILSignals () |
| STILSignals & | operator= (const STILSignals &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | addSignal (STILSignal &) |
| LONG | getCount () const |
The STILSignals Class is the interface for STIL Signals block
|
|
Default Constructor for a STILSignals object.
|
|
|
Constructor a STILSignals object from another STILSignals.
|
|
|
Destructor for a STILSignals object.
|
|
|
Add an Signal to this STILSignals object.
|
|
|
|
|
|
Initialize the STILSignals object.
|
|
|
Assignment operator.
|
|
||||||||||||
|
Write the STILSignals object to a FILE.
Reimplemented from STILBlock. |