MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / disconnectSharedMemory

Method disconnectSharedMemory

examples/SharedMemory/PhysicsDirect.cpp:225–229  ·  view source on GitHub ↗

/todo: rename to 'disconnect'

Source from the content-addressed store, hash-verified

223
224////todo: rename to 'disconnect'
225void PhysicsDirect::disconnectSharedMemory()
226{
227 m_data->m_commandProcessor->disconnect();
228 m_data->m_commandProcessor->setGuiHelper(0);
229}
230
231bool PhysicsDirect::isConnected() const
232{

Callers 5

~RobotControlExampleMethod · 0.45
~PhysicsClientExampleMethod · 0.45
b3DisconnectSharedMemoryFunction · 0.45
MotionThreadFuncFunction · 0.45
~PhysicsServerExampleMethod · 0.45

Calls 2

disconnectMethod · 0.45
setGuiHelperMethod · 0.45

Tested by

no test coverage detected