Service port interface object. More...

Public Member Functions | |
| def | __init__ (self, intf_obj=None, args, kwargs) |
| def | instance_name (self) |
| def | polarity (self) |
| def | polarity_as_string (self, add_colour=True) |
| def | polarity_string (self) |
| def | reparse (self) |
| def | type_name (self) |
Public Attributes | |
| polarity | |
Static Public Attributes | |
| int | PROVIDED = 1 |
| Constant for provided interface polarity. More... | |
| int | REQUIRED = 2 |
| Constant for required interface polarity. More... | |
Private Member Functions | |
| def | _parse (self) |
Private Attributes | |
| _instance_name | |
| _mutex | |
| _obj | |
| _polarity | |
| _type_name | |
Service port interface object.
Object representing the interface used by a service port.
| def rtctree.ports.SvcInterface.__init__ | ( | self, | |
intf_obj = None, |
|||
| args, | |||
| kwargs | |||
| ) |
| def rtctree.ports.SvcInterface.instance_name | ( | self | ) |
| def rtctree.ports.SvcInterface.polarity | ( | self | ) |
| def rtctree.ports.SvcInterface.polarity_as_string | ( | self, | |
add_colour = True |
|||
| ) |
| def rtctree.ports.SvcInterface.polarity_string | ( | self | ) |
| def rtctree.ports.SvcInterface.reparse | ( | self | ) |
| def rtctree.ports.SvcInterface.type_name | ( | self | ) |
|
static |
|
static |