Skip to content
Snippets Groups Projects
Commit fa4f1a86 authored by pompert's avatar pompert
Browse files

701

jParmFacade now includes getHistory function
parent 44abbf09
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,14 @@ JNIEXPORT jobject JNICALL Java_nl_astron_lofar_java_cep_jparmfacade_jParmFacade_
JNIEXPORT jobject JNICALL Java_nl_astron_lofar_java_cep_jparmfacade_jParmFacade_getValues
(JNIEnv *, jobject, jstring, jdouble, jdouble, jint, jdouble, jdouble, jint);
/*
* Class: nl_astron_lofar_java_cep_jparmfacade_jParmFacade
* Method: getHistory
* Signature: (Ljava/lang/String;DDIDDI)Ljava/util/HashMap;
*/
JNIEXPORT jobject JNICALL Java_nl_astron_lofar_java_cep_jparmfacade_jParmFacade_getHistory
(JNIEnv *, jobject, jstring, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment