Separate SharedMemoryStatus from SharedMemoryCommand
Added CMD_CMD_SEND_PHYSICS_SIMULATION_PARAMETERS (set gravity as example) and CMD_INIT_POSE, not fully implemented yet.
This commit is contained in:
@@ -12,7 +12,7 @@ struct SharedMemoryExampleData
|
||||
{
|
||||
int m_magicId;
|
||||
SharedMemoryCommand m_clientCommands[SHARED_MEMORY_MAX_COMMANDS];
|
||||
SharedMemoryCommand m_serverCommands[SHARED_MEMORY_MAX_COMMANDS];
|
||||
SharedMemoryStatus m_serverCommands[SHARED_MEMORY_MAX_COMMANDS];
|
||||
|
||||
int m_numClientCommands;
|
||||
int m_numProcessedClientCommands;
|
||||
|
||||
Reference in New Issue
Block a user