v_repExtGrlCisstInverseKinematics/v_repExtGrlInverseKinematics.h
Go to the documentation of this file.
1 // Copyright 2006-2014 Coppelia Robotics GmbH. All rights reserved.
2 // marc@coppeliarobotics.com
3 // www.coppeliarobotics.com
4 //
5 // -------------------------------------------------------------------
6 // THIS FILE IS DISTRIBUTED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
7 // WARRANTY. THE USER WILL USE IT AT HIS/HER OWN RISK. THE ORIGINAL
8 // AUTHORS AND COPPELIA ROBOTICS GMBH WILL NOT BE LIABLE FOR DATA LOSS,
9 // DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR
10 // MISUSING THIS SOFTWARE.
11 //
12 // You are free to use/modify/distribute this file for whatever purpose!
13 // -------------------------------------------------------------------
14 //
15 // This file was automatically created for V-REP release V3.2.0 on Feb. 3rd 2015
16 
17 #pragma once
18 
19 #ifdef _WIN32
20  #define VREP_DLLEXPORT extern "C" __declspec(dllexport)
21 #endif /* _WIN32 */
22 #if defined (__linux) || defined (__APPLE__)
23  #define VREP_DLLEXPORT extern "C"
24 #endif /* __linux || __APPLE__ */
25 
26 
27 // The 3 required entry points of the V-REP plugin:
28 VREP_DLLEXPORT unsigned char v_repStart(void* reservedPointer,int reservedInt);
29 VREP_DLLEXPORT void v_repEnd();
30 VREP_DLLEXPORT void* v_repMessage(int message,int* auxiliaryData,void* customData,int* replyData);
VREP_DLLEXPORT void * v_repMessage(int message, int *auxiliaryData, void *customData, int *replyData)
VREP_DLLEXPORT unsigned char v_repStart(void *reservedPointer, int reservedInt)