home *** CD-ROM | disk | FTP | other *** search
- // This interface can be included by C or C++ code
-
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
-
-
- __declspec( dllexport ) BOOL InitAD(int);
- __declspec( dllexport ) BOOL EndAD();
- __declspec( dllexport ) BOOL SetChannel(int);
- __declspec( dllexport ) BOOL GetAnalog(int*);
- __declspec( dllexport ) BOOL StopAD();
- __declspec( dllexport ) BOOL Pause(int);
- __declspec( dllexport ) AkkuLoad(int);
- __declspec( dllexport ) AkkuUnload(int);
- __declspec( dllexport ) AkkuStatus(int*,int*,int*);
-
- #ifdef __cplusplus
- }
- #endif
-