consistent *API.* in examples/SharedMemory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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")
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user