Service port interface object. More...
Public Member Functions | |
def | __init__ |
def | instance_name |
def | polarity |
def | polarity_as_string |
def | polarity_string |
def | reparse |
def | type_name |
Public Attributes | |
polarity | |
Static Public Attributes | |
int | PROVIDED = 1 |
Constant for provided interface polarity. | |
int | REQUIRED = 2 |
Constant for required interface polarity. | |
Private Member Functions | |
def | _parse |
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._parse | ( | self | ) | [private] |
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 | ) |
rtctree::ports.SvcInterface::_mutex [private] |
rtctree::ports.SvcInterface::_obj [private] |
rtctree::ports.SvcInterface::_polarity [private] |
rtctree::ports.SvcInterface::_type_name [private] |
int rtctree::ports.SvcInterface::PROVIDED = 1 [static] |
int rtctree::ports.SvcInterface::REQUIRED = 2 [static] |