83 self.
_name = profile.name
87 self.
_owner = profile.owner
113 prof = RTC.PortProfile(self.
_name,
195 self._ifProfiles.append(if_prof)
365 self._connProfiles.append(conn_profile)
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 setOwner(self, owner)
Set owner's object reference to the PortProfile.
def getPortProfile(self)
Get PortProfile.
def getConnectorProfiles(self)
Get ConnectorProfileList.
def setProperties(self, prop)
Set properties to the PortProfile.
def setPortProfile(self, profile)
Set PortProfile.
def getConnectorProfileById(self, id)
Get ConnectorProfile.
def eraseConnectorProfileById(self, id)
Erase ConnectorProfile.
def appendPortInterfaceProfile(self, if_prof)
Append PortInterfaceProfile to the PortProfile.
def erasePortInterfaceProfile(self, instance_name)
Erase PortInterfaceProfile from the PortProfile.
def getName(self)
Get PortProfile.name.
def setPortRef(self, port)
Set Port's object reference.
def appendConnectorProfile(self, conn_profile)
Append ConnectorProfile.
def getConnectorProfile(self, name)
Get ConnectorProfile.
def getProperties(self)
Get properties of the PortProfile.
def __call__(self, cprof)
PortProfile helper class.
def find(seq, f)
Return the index of CORBA sequence element that functor matches.
def getOwner(self)
Get owner's object reference from the PortProfile.
def getPortInterfaceProfiles(self)
Get PortInterfaceProfileList.
def getPortRef(self)
Get Port's object reference.
A functor to find a PortInterfaceProfile named instance_name.
def setName(self, name)
Set PortProfile.name.
def getPortInterfaceProfile(self, instance_name)
Get PortInterfaceProfile.
def eraseConnectorProfile(self, name)
Erase ConnectorProfile.
def __call__(self, cprof)