Inherits BBItem.

Public Types | |
| enum | gates_t { UPPER_DATA, UPPER_CONTROL, LOWER_DATA, LOWER_CONTROL } |
| enum | direction_t { INCOMING, OUTGOING } |
Public Member Functions | |
| virtual BBItem * | parentObject () const |
| Returns an instance of BBItem. | |
Static Public Member Functions | |
| static const char * | gateToString (gates_t g) |
Public Attributes | |
| int | fromModule |
| gates_t | gateType |
| direction_t | direction |
| int | kind |
| const char * | name |
Definition at line 10 of file PassedMessage.h.
| virtual BBItem* PassedMessage::parentObject | ( | ) | const [inline, virtual] |
Returns an instance of BBItem.
This method is used to get a kind of class hierarchy at runtime.
Reimplemented from BBItem.
Definition at line 11 of file PassedMessage.h.
:
enum gates_t {
1.7.1