示例#1
0
 def close(self):
     """ Closes the current connection. """
     with self._lock:
         remote_api.simxFinish(self.client_id)
示例#2
0
文件: io.py 项目: manon-cortial/pypot
 def close(self):
     """ Closes the current connection. """
     with self._lock:
         remote_api.simxFinish(self.client_id)
示例#3
0
def close_all_connections():
    """ Closes all opened connection to V-REP remote API server. """
    remote_api.simxFinish(-1)
示例#4
0
文件: io.py 项目: manon-cortial/pypot
def close_all_connections():
    """ Closes all opened connection to V-REP remote API server. """
    remote_api.simxFinish(-1)