consistent *API.* in examples/SharedMemory
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
//#include "SharedMemoryCommands.h"
|
||||
#include "PhysicsLoopBackC_API.h"
|
||||
#include "PhysicsDirectC_API.h"
|
||||
|
||||
#include "PhysicsClientC_API.h"
|
||||
|
||||
struct MyMotorInfo2
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -55,8 +55,8 @@ project ("Test_PhysicsServerLoopBack")
|
||||
"../../examples/SharedMemory/PhysicsServerCommandProcessor.h",
|
||||
"../../examples/SharedMemory/PhysicsLoopBack.cpp",
|
||||
"../../examples/SharedMemory/PhysicsLoopBack.h",
|
||||
"../../examples/SharedMemory/PhysicsLoopBackC_Api.cpp",
|
||||
"../../examples/SharedMemory/PhysicsLoopBackC_Api.h",
|
||||
"../../examples/SharedMemory/PhysicsLoopBackC_API.cpp",
|
||||
"../../examples/SharedMemory/PhysicsLoopBackC_API.h",
|
||||
"../../examples/SharedMemory/PhysicsClientSharedMemory.cpp",
|
||||
"../../examples/SharedMemory/PhysicsClientSharedMemory.h",
|
||||
"../../examples/SharedMemory/PhysicsClientC_API.cpp",
|
||||
|
||||
Reference in New Issue
Block a user