/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/SharedMemory/dart/DARTPhysicsServerCommandProcessor.cpp
33 строки
792 B
erwincoumans
Code-style consistency improvement:
24 сен 2018, 00:17
24 сен 2018, 00:17
ab8f169
Код
Авторство
О чём код?
#include "DARTPhysicsServerCommandProcessor.h" DARTPhysicsServerCommandProcessor::DARTPhysicsServerCommandProcessor() { } DARTPhysicsServerCommandProcessor::~DARTPhysicsServerCommandProcessor() { } bool DARTPhysicsServerCommandProcessor::connect() { return false; } void DARTPhysicsServerCommandProcessor::disconnect() { } bool DARTPhysicsServerCommandProcessor::isConnected() const { return false; } bool DARTPhysicsServerCommandProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes) { return false; } bool DARTPhysicsServerCommandProcessor::receiveStatus(struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes) { return false; }