| 229 | } |
| 230 | |
| 231 | bool PhysicsDirect::isConnected() const |
| 232 | { |
| 233 | return m_data->m_commandProcessor->isConnected(); |
| 234 | } |
| 235 | |
| 236 | // return non-null if there is a status, nullptr otherwise |
| 237 | const SharedMemoryStatus* PhysicsDirect::processServerStatus() |
no outgoing calls
no test coverage detected