From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_n_p_client_wraps_8cpp.html | 578 +++++++++++++++++++++++++++ 1 file changed, 578 insertions(+) create mode 100644 Doc/doxygen/html/_n_p_client_wraps_8cpp.html (limited to 'Doc/doxygen/html/_n_p_client_wraps_8cpp.html') diff --git a/Doc/doxygen/html/_n_p_client_wraps_8cpp.html b/Doc/doxygen/html/_n_p_client_wraps_8cpp.html new file mode 100644 index 0000000..0af275d --- /dev/null +++ b/Doc/doxygen/html/_n_p_client_wraps_8cpp.html @@ -0,0 +1,578 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NPClientWraps.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NPClientWraps.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Game.h"
+#include "Text.h"
+#include "NPClient.h"
+#include "NPClientWraps.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + +

+Functions

NPRESULT __stdcall NP_RegisterWindowHandle (HWND hWnd)
NPRESULT __stdcall NP_UnregisterWindowHandle ()
NPRESULT __stdcall NP_RegisterProgramProfileID (unsigned short wPPID)
NPRESULT __stdcall NP_QueryVersion (unsigned short *pwVersion)
NPRESULT __stdcall NP_RequestData (unsigned short wDataReq)
NPRESULT __stdcall NP_GetSignature (LPTRACKIRSIGNATURE pSignature)
NPRESULT __stdcall NP_GetData (LPTRACKIRDATA pTID)
NPRESULT __stdcall NP_StartCursor ()
NPRESULT __stdcall NP_StopCursor ()
NPRESULT __stdcall NP_ReCenter ()
NPRESULT __stdcall NP_StartDataTransmission ()
NPRESULT __stdcall NP_StopDataTransmission ()
NPRESULT NPClient_Init (const char *csDLLPath)
+ + + + + + + + + + + + + + +

+Variables

PF_NP_REGISTERWINDOWHANDLE gpfNP_RegisterWindowHandle = NULL
PF_NP_UNREGISTERWINDOWHANDLE gpfNP_UnregisterWindowHandle = NULL
PF_NP_REGISTERPROGRAMPROFILEID gpfNP_RegisterProgramProfileID = NULL
PF_NP_QUERYVERSION gpfNP_QueryVersion = NULL
PF_NP_REQUESTDATA gpfNP_RequestData = NULL
PF_NP_GETSIGNATURE gpfNP_GetSignature = NULL
PF_NP_GETDATA gpfNP_GetData = NULL
PF_NP_STARTCURSOR gpfNP_StartCursor = NULL
PF_NP_STOPCURSOR gpfNP_StopCursor = NULL
PF_NP_RECENTER gpfNP_ReCenter = NULL
PF_NP_STARTDATATRANSMISSION gpfNP_StartDataTransmission = NULL
PF_NP_STOPDATATRANSMISSION gpfNP_StopDataTransmission = NULL
HMODULE ghNPClientDLL = (HMODULE)NULL
+

Function Documentation

+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_GetData (LPTRACKIRDATA pTID)
+
+ +

Definition at line 124 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_GetSignature (LPTRACKIRSIGNATURE pSignature)
+
+ +

Definition at line 113 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_QueryVersion (unsigned short * pwVersion)
+
+ +

Definition at line 92 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_ReCenter (void )
+
+ +

Definition at line 157 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_RegisterProgramProfileID (unsigned short wPPID)
+
+ +

Definition at line 81 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_RegisterWindowHandle (HWND hWnd)
+
+ +

Definition at line 59 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_RequestData (unsigned short wDataReq)
+
+ +

Definition at line 103 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_StartCursor (void )
+
+ +

Definition at line 135 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_StartDataTransmission (void )
+
+ +

Definition at line 168 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_StopCursor (void )
+
+ +

Definition at line 146 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_StopDataTransmission (void )
+
+ +

Definition at line 179 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT __stdcall NP_UnregisterWindowHandle (void )
+
+ +

Definition at line 70 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + + + + + +
NPRESULT NPClient_Init (const char * csDLLPath)
+
+ +

Definition at line 193 of file NPClientWraps.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
HMODULE ghNPClientDLL = (HMODULE)NULL
+
+ +

Definition at line 53 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_GETDATA gpfNP_GetData = NULL
+
+ +

Definition at line 46 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_GETSIGNATURE gpfNP_GetSignature = NULL
+
+ +

Definition at line 45 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_QUERYVERSION gpfNP_QueryVersion = NULL
+
+ +

Definition at line 43 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_RECENTER gpfNP_ReCenter = NULL
+
+ +

Definition at line 49 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_REGISTERPROGRAMPROFILEID gpfNP_RegisterProgramProfileID = NULL
+
+ +

Definition at line 42 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_REGISTERWINDOWHANDLE gpfNP_RegisterWindowHandle = NULL
+
+ +

Definition at line 40 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_REQUESTDATA gpfNP_RequestData = NULL
+
+ +

Definition at line 44 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_STARTCURSOR gpfNP_StartCursor = NULL
+
+ +

Definition at line 47 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_STARTDATATRANSMISSION gpfNP_StartDataTransmission = NULL
+
+ +

Definition at line 50 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_STOPCURSOR gpfNP_StopCursor = NULL
+
+ +

Definition at line 48 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_STOPDATATRANSMISSION gpfNP_StopDataTransmission = NULL
+
+ +

Definition at line 51 of file NPClientWraps.cpp.

+ +
+
+ +
+
+ + + + +
PF_NP_UNREGISTERWINDOWHANDLE gpfNP_UnregisterWindowHandle = NULL
+
+ +

Definition at line 41 of file NPClientWraps.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1