#include <stilsignalgroups.h>
Inheritance diagram for STILSignalGroups:
Public Member Functions | |
STILSignalGroups () | |
STILSignalGroups (const STILSignalGroups &) | |
virtual | ~STILSignalGroups () |
STILSignalGroups & | operator= (const STILSignalGroups &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | addSignalGroup (const STILSignalGroup &) |
The STILSignalGroups Class is the interface for STIL SignalGroups blocks
|
Default Constructor for a STILSignalGroups object.
|
|
Constructor a STILSignalGroups object from another STILSignalGroups.
|
|
Destructor for a STILSignalGroups object.
|
|
Add an SignalGroup to this STILSignalGroups object.
|
|
Initialize the STILSignalGroups object.
|
|
Assignment operator.
|
|
Write the STILSignalGroups object to a FILE.
Reimplemented from STILBlock. |