forked from ramyhhh/mtmanapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mtmanapi_wrap.h
29 lines (24 loc) · 926 Bytes
/
mtmanapi_wrap.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.1
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
// source: mtmanapi.i
#ifndef SWIG_mtmanapi_WRAP_H_
#define SWIG_mtmanapi_WRAP_H_
class Swig_memory;
class SwigDirector_PumpReceiver : public PumpReceiver
{
public:
SwigDirector_PumpReceiver(int swig_p);
virtual ~SwigDirector_PumpReceiver();
virtual void OnPump(int code, int typ, void *data, void *param);
private:
intgo go_val;
Swig_memory *swig_mem;
};
#endif