#include <TransitionInfoBin.h>
Inheritance diagram for TransitionInfoBin::
Public Methods | |
TransitionInfoBin () | |
Standard constructor. | |
TransitionInfoBin (const TransitionInfoBin &) | |
Copy constructor. | |
TransitionInfoBin (IOInfoBin bin, IOInfoBin bout) | |
Constructor. More... | |
~TransitionInfoBin () | |
Destructor. | |
TransitionInfoBin & | operator= (const TransitionInfoBin &) |
Assignment operator. | |
TransitionInfo * | clone () |
Produces an exact copy of this transition info and returns a pointer to it. | |
IOInfoBin | getInputs () const |
Returns array with input bits. | |
IOInfoBin | getOutputs () const |
Returns array with output bits. | |
void | setInputs (QString, int numin=-1) |
Sets the inputs to the binary value contained in s. More... | |
void | setOutputs (QString, int numout=-1) |
Sets the outputs to the binary value contained in s. More... | |
void | setInputsSize (int bits) |
Sets the number of inputs to newin. More... | |
void | setOutputsSize (int bits) |
Sets the number of outputs to newin. More... | |
QString | getInputsStr () |
Returns a string representing the inputs. | |
QString | getOutputsStr () |
Returns a string representing the outputs. | |
QString | getInputsStrBin () |
Returns string containing the input bits in bin format. More... | |
QString | getOutputsStrBin () |
Returns string containing the output bits in bin format. More... | |
QString | getInputsStrHex () |
Returns string containing the input bits in hex format. More... | |
QString | getOutputsStrHex () |
Returns string containing the output bits in hex format. More... | |
QString | getInputsStrASCII () |
Returns an ASCII string representing the inputs. | |
QString | getOutputsStrASCII () |
Returns an ASCII string representing the outputs. | |
bool | matches (IOInfo *) |
Checks if transition matches i/o-info io. More... |
|
Constructor.
|
|
Returns string containing the input bits in bin format.
Reimplemented from TransitionInfo. |
|
Returns string containing the input bits in hex format.
Reimplemented from TransitionInfo. |
|
Returns string containing the output bits in bin format.
Reimplemented from TransitionInfo. |
|
Returns string containing the output bits in hex format.
Reimplemented from TransitionInfo. |
|
Checks if transition matches i/o-info io.
Reimplemented from TransitionInfo. |
|
Sets the inputs to the binary value contained in s.
Reimplemented from TransitionInfo. |
|
Sets the number of inputs to newin.
Reimplemented from TransitionInfo. |
|
Sets the outputs to the binary value contained in s.
Reimplemented from TransitionInfo. |
|
Sets the number of outputs to newin.
Reimplemented from TransitionInfo. |