Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

TransitionInfoASCII Class Reference

Stores information about an ASCII transition condition. More...

#include <TransitionInfoASCII.h>

Inheritance diagram for TransitionInfoASCII::

TransitionInfo List of all members.

Public Methods

 TransitionInfoASCII ()
 Constructor.

 TransitionInfoASCII (IOInfoASCII ain, IOInfoASCII aout)
 Constructor.

 TransitionInfoASCII (const TransitionInfoASCII &t)
 Copy constructor.

 ~TransitionInfoASCII ()
 Destructor.

TransitionInfoASCII & operator= (const TransitionInfoASCII &t)
 Assignment operator.

TransitionInfoclone ()
 Produces an exact copy of this transition info and returns a pointer to it.

QString getInputsStr ()
 Returns a string representing the inputs.

QString getOutputsStr ()
 Returns a string representing the outputs.

QString getOutputsStrBin ()
 Returns a binary string representing the outputs.

QString getOutputsStrHex ()
 Returns a hexadecimal string representing the outputs.

QString getInputsStrASCII ()
 Returns an ASCII string representing the inputs.

QString getOutputsStrASCII ()
 Returns an ASCII string representing the outputs.

void setInputs (QString, int numin=-1)
 Sets the inputs.

void setOutputs (QString, int numout=-1)
 Sets the outputs.

void setInputsSize (int bits)
 Sets the input size (in bits).

void setOutputsSize (int bits)
 Sets the output size (in bits).

bool matches (IOInfo *)
 Returns TRUE if io matches this transition info, otherwise FALSE.


Detailed Description

Stores information about an ASCII transition condition.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 22:37:17 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001