AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
AnimatSimPy.cpp
1
// PyBulletAnimatSim.cpp : Defines the entry point for the DLL application.
2
//
3
4
#include "StdAfx.h"
5
6
#ifdef WIN32
7
8
bool
APIENTRY DllMain( HANDLE hModule,
9
DWORD ul_reason_for_call,
10
LPVOID lpReserved
11
)
12
{
13
//DataChart *lpChart = new DataChart();
14
AnimatSim::PidControl
*lpPID =
new
AnimatSim::PidControl
();
15
16
return
true
;
17
}
18
19
#endif
20
AnimatSim::PidControl
Animatlab PID control system. This implements the CStdPid with extra AnimatBase functionality.
Definition:
PidControl.h:11
Libraries
AnimatSimPy
AnimatSimPy.cpp
Generated on Tue Sep 29 2015 06:41:56 for AnimatLab by
1.8.10