19 sys.path.insert(1,
"../")
23 from InPortPullConnector
import *
38 return OpenRTM_aist.DataPortStatus.PORT_OK
42 OpenRTM_aist.Manager.instance()
47 self.assertEqual(self._con.read(data),OpenRTM_aist.BufferStatus.PRECONDITION_NOT_MET)
51 self.assertEqual(self._con.disconnect(),OpenRTM_aist.DataPortStatus.PORT_OK)
59 self._con.deactivate()
70 if __name__ ==
'__main__':
def test_deactivate(self)
The Properties class represents a persistent set of properties.
def setBuffer(self, buff)
def setListener(self, info, listener)
def test_createBuffer(self)
def test_disconnect(self)