vrep_plugin.h
Go to the documentation of this file.
1 // This file is part of the ROS PLUGIN for V-REP
2 //
3 // Copyright 2006-2014 Coppelia Robotics GmbH. All rights reserved.
4 // marc@coppeliarobotics.com
5 // www.coppeliarobotics.com
6 //
7 // A big thanks to Svetlin Penkov for his precious help!
8 //
9 // The ROS PLUGIN is licensed under the terms of GNU GPL:
10 //
11 // -------------------------------------------------------------------
12 // The ROS PLUGIN is free software: you can redistribute it and/or modify
13 // it under the terms of the GNU General Public License as published by
14 // the Free Software Foundation, either version 3 of the License, or
15 // (at your option) any later version.
16 //
17 // THE ROS PLUGIN IS DISTRIBUTED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
18 // WARRANTY. THE USER WILL USE IT AT HIS/HER OWN RISK. THE ORIGINAL
19 // AUTHORS AND COPPELIA ROBOTICS GMBH WILL NOT BE LIABLE FOR DATA LOSS,
20 // DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR
21 // MISUSING THIS SOFTWARE.
22 //
23 // See the GNU General Public License for more details.
24 //
25 // You should have received a copy of the GNU General Public License
26 // along with the ROS PLUGIN. If not, see <http://www.gnu.org/licenses/>.
27 // -------------------------------------------------------------------
28 //
29 // This file was automatically created for V-REP release V3.1.3 on Sept. 30th 2014
30 
31 #ifndef V_REPEXTROS_H
32 #define V_REPEXTROS_H
33 
34 #define VREP_DLLEXPORT extern "C"
35 
36 // The 3 required entry points of the V-REP plugin:
37 VREP_DLLEXPORT unsigned char v_repStart(void* reservedPointer,int reservedInt);
39 VREP_DLLEXPORT void* v_repMessage(int message,int* auxiliaryData,void* customData,int* replyData);
40 
41 #endif
VREP_DLLEXPORT void v_repEnd()
VREP_DLLEXPORT unsigned char v_repStart(void *reservedPointer, int reservedInt)
#define VREP_DLLEXPORT
Definition: vrep_plugin.h:34
VREP_DLLEXPORT void * v_repMessage(int message, int *auxiliaryData, void *customData, int *replyData)


vrep_plugin
Author(s): Marc - modified by Barros
autogenerated on Mon Mar 2 2015 01:32:59