consistent *API.* in examples/SharedMemory

This commit is contained in:
Erwin Coumans
2015-11-23 08:00:42 -08:00
parent bd4c4eb3c5
commit b4701613c8
8 changed files with 10 additions and 11 deletions

View File

@@ -30,8 +30,8 @@ SET(App_ExampleBrowser_SRCS
../SharedMemory/PhysicsDirectC_API.h ../SharedMemory/PhysicsDirectC_API.h
../SharedMemory/PhysicsLoopBack.cpp ../SharedMemory/PhysicsLoopBack.cpp
../SharedMemory/PhysicsLoopBack.h ../SharedMemory/PhysicsLoopBack.h
../SharedMemory/PhysicsLoopBackC_Api.cpp ../SharedMemory/PhysicsLoopBackC_API.cpp
../SharedMemory/PhysicsLoopBackC_Api.h ../SharedMemory/PhysicsLoopBackC_API.h
../SharedMemory/PhysicsServerCommandProcessor.cpp ../SharedMemory/PhysicsServerCommandProcessor.cpp
../SharedMemory/PhysicsServerCommandProcessor.h ../SharedMemory/PhysicsServerCommandProcessor.h
../BasicDemo/BasicExample.cpp ../BasicDemo/BasicExample.cpp

View File

@@ -68,8 +68,8 @@
"../SharedMemory/PhysicsDirectC_API.h", "../SharedMemory/PhysicsDirectC_API.h",
"../SharedMemory/PhysicsLoopBack.cpp", "../SharedMemory/PhysicsLoopBack.cpp",
"../SharedMemory/PhysicsLoopBack.h", "../SharedMemory/PhysicsLoopBack.h",
"../SharedMemory/PhysicsLoopBackC_Api.cpp", "../SharedMemory/PhysicsLoopBackC_API.cpp",
"../SharedMemory/PhysicsLoopBackC_Api.h", "../SharedMemory/PhysicsLoopBackC_API.h",
"../SharedMemory/PhysicsServerCommandProcessor.cpp", "../SharedMemory/PhysicsServerCommandProcessor.cpp",
"../SharedMemory/PhysicsServerCommandProcessor.h", "../SharedMemory/PhysicsServerCommandProcessor.h",
"../MultiThreading/MultiThreadingExample.cpp", "../MultiThreading/MultiThreadingExample.cpp",

View File

@@ -10,7 +10,6 @@
//#include "SharedMemoryCommands.h" //#include "SharedMemoryCommands.h"
#include "PhysicsLoopBackC_API.h" #include "PhysicsLoopBackC_API.h"
#include "PhysicsDirectC_API.h" #include "PhysicsDirectC_API.h"
#include "PhysicsClientC_API.h" #include "PhysicsClientC_API.h"
struct MyMotorInfo2 struct MyMotorInfo2

View File

@@ -240,7 +240,7 @@ void PhysicsServerSharedMemory::processClientCommands()
m_data->m_testBlock1->m_numClientCommands++; m_data->m_testBlock1->m_numClientCommands++;
} }
} }
#endif 0 #endif
///we ignore overflow of integer for now ///we ignore overflow of integer for now
if (m_data->m_testBlock1->m_numClientCommands> m_data->m_testBlock1->m_numProcessedClientCommands) if (m_data->m_testBlock1->m_numClientCommands> m_data->m_testBlock1->m_numProcessedClientCommands)
{ {

View File

@@ -35,8 +35,8 @@ files {
"PhysicsDirectC_API.h", "PhysicsDirectC_API.h",
"PhysicsLoopBack.cpp", "PhysicsLoopBack.cpp",
"PhysicsLoopBack.h", "PhysicsLoopBack.h",
"PhysicsLoopBackC_Api.cpp", "PhysicsLoopBackC_API.cpp",
"PhysicsLoopBackC_Api.h", "PhysicsLoopBackC_API.h",
"PhysicsServerCommandProcessor.cpp", "PhysicsServerCommandProcessor.cpp",
"PhysicsServerCommandProcessor.h", "PhysicsServerCommandProcessor.h",
"../Importers/ImportURDFDemo/ConvertRigidBodies2MultiBody.h", "../Importers/ImportURDFDemo/ConvertRigidBodies2MultiBody.h",

View File

@@ -55,8 +55,8 @@ project ("Test_PhysicsServerLoopBack")
"../../examples/SharedMemory/PhysicsServerCommandProcessor.h", "../../examples/SharedMemory/PhysicsServerCommandProcessor.h",
"../../examples/SharedMemory/PhysicsLoopBack.cpp", "../../examples/SharedMemory/PhysicsLoopBack.cpp",
"../../examples/SharedMemory/PhysicsLoopBack.h", "../../examples/SharedMemory/PhysicsLoopBack.h",
"../../examples/SharedMemory/PhysicsLoopBackC_Api.cpp", "../../examples/SharedMemory/PhysicsLoopBackC_API.cpp",
"../../examples/SharedMemory/PhysicsLoopBackC_Api.h", "../../examples/SharedMemory/PhysicsLoopBackC_API.h",
"../../examples/SharedMemory/PhysicsClientSharedMemory.cpp", "../../examples/SharedMemory/PhysicsClientSharedMemory.cpp",
"../../examples/SharedMemory/PhysicsClientSharedMemory.h", "../../examples/SharedMemory/PhysicsClientSharedMemory.h",
"../../examples/SharedMemory/PhysicsClientC_API.cpp", "../../examples/SharedMemory/PhysicsClientC_API.cpp",
@@ -141,4 +141,4 @@ project ("Test_PhysicsServerLoopBack")
} }