Go to the documentation of this file.
83 self.
_name = profile.name
87 self.
_owner = profile.owner
113 prof = RTC.PortProfile(self.
_name,
639 return str(self.
_name) == str(prof.instance_name)
649 return str(self.
_name) == str(cprof.name)
659 return str(self.
_id) == str(cprof.connector_id)
def getConnectorProfiles(self)
Get ConnectorProfileList.
def getOwner(self)
Get owner's object reference from the PortProfile.
def getProperties(self)
Get properties of the PortProfile.
def setName(self, name)
Set PortProfile.name.
def getConnectorProfile(self, name)
Get ConnectorProfile.
def erasePortInterfaceProfile(self, instance_name)
Erase PortInterfaceProfile from the PortProfile.
def getPortRef(self)
Get Port's object reference.
def appendConnectorProfile(self, conn_profile)
Append ConnectorProfile.
def getName(self)
Get PortProfile.name.
def __call__(self, cprof)
def setOwner(self, owner)
Set owner's object reference to the PortProfile.
def getPortInterfaceProfile(self, instance_name)
Get PortInterfaceProfile.
def setProperties(self, prop)
Set properties to the PortProfile.
def __call__(self, cprof)
PortProfile helper class.
def setPortProfile(self, profile)
Set PortProfile.
def eraseConnectorProfileById(self, id)
Erase ConnectorProfile.
A functor to find a PortInterfaceProfile named instance_name.
def find(seq, f)
Return the index of CORBA sequence element that functor matches.
def getPortInterfaceProfiles(self)
Get PortInterfaceProfileList.
def setPortRef(self, port)
Set Port's object reference.
def getPortProfile(self)
Get PortProfile.
def appendPortInterfaceProfile(self, if_prof)
Append PortInterfaceProfile to the PortProfile.
def getConnectorProfileById(self, id)
Get ConnectorProfile.
def eraseConnectorProfile(self, name)
Erase ConnectorProfile.