34 #ifndef BINDINGS_VRL_H
35 #define BINDINGS_VRL_H
43 #define PRETTY_FUNCTION __PRETTY_FUNCTION__
45 #define PRETTY_FUNCTION "function name not available (not using GCC)"
Registry for functions and classes that are exported to scripts and visualizations.
Definition: registry.h:138
const char * UGSvnRevision()
Definition: compile_info.cpp:45
void initJavaVM(JNIEnv *env)
Definition: bindings_vrl.cpp:70
std::string svnRevision()
Definition: bindings_vrl.h:68
JavaVM * getJavaVM()
Definition: bindings_vrl.cpp:79
void SetVRLRegistry(ug::bridge::Registry *pReg)
Definition: bindings_vrl.cpp:66
std::vector< std::string > split(const std::string &str, const char delimiter)
Definition: messaging.cpp:57