| 325 | |
| 326 | |
| 327 | RobotControlExample::~RobotControlExample() |
| 328 | { |
| 329 | bool deInitializeSharedMemory = true; |
| 330 | m_physicsClient.disconnectSharedMemory(); |
| 331 | m_physicsServer.disconnectSharedMemory(deInitializeSharedMemory); |
| 332 | } |
| 333 | |
| 334 | void RobotControlExample::initPhysics() |
| 335 | { |
nothing calls this directly
no test coverage detected