#include <stilwfcsitem.h>
Inheritance diagram for STILWFCSItem:

Public Types | |
| enum | STILESC_TYPE { Undefined, WFC, Repeat, Hex, HexLocal, Dec, DecLocal, DBC } |
Public Member Functions | |
| STILWFCSItem () | |
| STILWFCSItem (const STILWFCSItem &) | |
| virtual | ~STILWFCSItem () |
| STILWFCSItem & | operator= (const STILWFCSItem &) |
| void | init () |
| void | setEscapeType (const STILESC_TYPE &et) |
| STILESC_TYPE | getEscapeType () const |
| void | setRepeatCount (const LONG &i) |
| LONG | getRepeatCount (void) |
| const sstring | expandRepeat (void) const |
The STILWFCSItem class holds a sstring of WFC characters, with a desciption of the escape character and the WFC's. A List of these objects make up a completed vector data line(s).
Example:
Pattern ABCPattern {
W waveformsExample;
+------+-------+--------+
V { ALLIOS = | \r5 0|001100;| \r10 1;| }
+------+-------+--------+
/|\ /|\ /|\
| | |
Each of these is an individual STILWFCSItem.
Altogether, they make up a single STILWFCS.
}
|
|
|
|
|
Default constructor for STILWFCSItem class.
|
|
|
Copy constructor for STIWFCSItem class.
|
|
|
Destructor for STIWFCSItem class.
|
|
|
Expand repeated WFCs and return the expanded.
|
|
|
|
|
|
|
|
|
Initialize a WFCSItem object.
|
|
|
Equals operator for STIWFCSItem class.
|
|
|
|
|
|
|