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/PhysicsLoopBack.cpp
../SharedMemory/PhysicsLoopBack.h
../SharedMemory/PhysicsLoopBackC_Api.cpp
../SharedMemory/PhysicsLoopBackC_Api.h
../SharedMemory/PhysicsLoopBackC_API.cpp
../SharedMemory/PhysicsLoopBackC_API.h
../SharedMemory/PhysicsServerCommandProcessor.cpp
../SharedMemory/PhysicsServerCommandProcessor.h
../BasicDemo/BasicExample.cpp

View File

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

View File

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

View File

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

View File

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