libRoadRunner Plugin C API  1.0.0
Plugin Framework for libRoadRunner
 All Data Structures Files Functions Variables Typedefs Groups Pages
rrp_utilities.h
Go to the documentation of this file.
1 
42 #ifndef rrp_utilitiesH
43 #define rrp_utilitiesH
44 #include "rrp_exporter.h"
45 #include "rrp_types.h"
46 #include "rrc_macros.h"
47 //---------------------------------------------------------------------------
48 
49 #if defined(__cplusplus)
50 namespace rrp { extern "C" {
51 #endif
52 
56 extern char* gLastError;
57 
61 extern char* gInstallFolder;
62 
63 //Error/Warning Messages
67 extern const char* ALLOCATE_API_ERROR_MSG;
68 
72 extern const char* INVALID_HANDLE_ERROR_MSG;
73 
74 #if defined(__cplusplus)
75 }}
76 #endif
77 
78 #endif
const char * INVALID_HANDLE_ERROR_MSG
Global parameter holding message when an invalid is handed to a function.
Plugins API Types Header.
libRoadRunner Plugins C API 2012-2013
const char * ALLOCATE_API_ERROR_MSG
Global parameter holding message for an un-allocated API.
char * gInstallFolder
Global parameter holding C API install folder.
char * gLastError
Global parameter holding last error, if any.
Definition: rrp_api.cpp:25