Difference between revisions of "SimpleMotion V2 API documentation"
From Granite Devices Knowledge Wiki
[checked revision] | [checked revision] |
(Created page with "This page lists files and the API calls of SimpleMotion V2 C-library. ==Files== ;simplemotion.h :The header file that declares API functions and constants used in SMV2 pro...") |
|||
Line 9: | Line 9: | ||
==Functions== | ==Functions== | ||
− | + | {{APIdoc|void main()|desc dasfdas fdsa fdasf dasfas|getversion()}} | |
[[category:SimpleMotion]] | [[category:SimpleMotion]] |
Revision as of 14:14, 26 March 2014
This page lists files and the API calls of SimpleMotion V2 C-library.
Files
- simplemotion.h
- The header file that declares API functions and constants used in SMV2 programs. Include this file in the C-file where SMV2 is used.
- simplemotion.dll or smv.dll
- A Win32 dynamic library. Place this file in application .exe folder if program is linked against the DLL. If project is being compiled with GNU GCC, then all library .c files may be added in the project to compile library statically in the program thus eliminate the need of .dll.
- simplemotion.lib or smv.lib
- A library file needed by some Microsoft C/C++ development tools to allow usage of DLL file. Most of other tools don't need these.
Functions
void main() desc dasfdas fdsa fdasf dasfasgetversion()