From 792ff63b2b9da99cb6587a9bb53edc0fe2ec8fed Mon Sep 17 00:00:00 2001 From: cvs <sdos@astron.nl> Date: Mon, 12 Jun 2006 14:38:12 +0000 Subject: [PATCH] %lofarcvsmv%: Moved to LOFAR/JAVA/MAC/jRSP/include/jRSP --- MAC/APL/GUI/jRSP/include/jRSP/Makefile.am | 17 --- .../nl_astron_lofar_mac_apl_gui_jrsp_Board.h | 125 ------------------ 2 files changed, 142 deletions(-) delete mode 100644 MAC/APL/GUI/jRSP/include/jRSP/Makefile.am delete mode 100644 MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h diff --git a/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am b/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am deleted file mode 100644 index 703d5527caf..00000000000 --- a/MAC/APL/GUI/jRSP/include/jRSP/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -# if HAVE_SHMEN -# SUBDIRS = shmem . -# endif - -INSTHDRS = nl_astron_lofar_mac_apl_gui_jrsp_Board.h - -NOINSTHIRS = - -TCCHDRS = - -nobase_pkginclude_HEADERS = ${INSTHDRS} ${TCCHDRS} - -noinst_HEADERS = ${NOINSTHDRS} - -DOCHDRS = ${INSTHDRS} ${NOINSTHDRS} - -include ${top_srcdir}/Makefile.common diff --git a/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h b/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h deleted file mode 100644 index 5efb0eac49f..00000000000 --- a/MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h +++ /dev/null @@ -1,125 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include <jni.h> -/* Header for class nl_astron_lofar_mac_apl_gui_jrsp_Board */ - -#ifndef _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board -#define _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board -#ifdef __cplusplus -extern "C" { -#endif -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: init - * Signature: (Ljava/lang/String;)I - */ -JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_init - (JNIEnv *, jobject, jstring); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: delete - * Signature: (I)V - */ -JNIEXPORT void JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_delete - (JNIEnv *, jobject, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: retrieveStatus - * Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/BoardStatus; - */ -JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_retrieveStatus - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: setWaveformSettings - * Signature: (IIDSII)Z - */ -JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setWaveformSettings - (JNIEnv *, jobject, jint, jint, jdouble, jshort, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getSubbandStats - * Signature: (II)[D - */ -JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getSubbandStats - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getWaveformSettings - * Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/WGRegisterType; - */ -JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getWaveformSettings - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getNrRCUs - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRCUs - (JNIEnv *, jobject, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getNrRSPBoards - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRSPBoards - (JNIEnv *, jobject, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getMaxRSPBoards - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getMaxRSPBoards - (JNIEnv *, jobject, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: setFilter - * Signature: (III)Z - */ -JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setFilter - (JNIEnv *, jobject, jint, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: sendClear - * Signature: (II)Z - */ -JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendClear - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: sendReset - * Signature: (II)Z - */ -JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendReset - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: sendSync - * Signature: (II)Z - */ -JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendSync - (JNIEnv *, jobject, jint, jint); - -/* - * Class: nl_astron_lofar_mac_apl_gui_jrsp_Board - * Method: getBeamletStats - * Signature: (II)[D - */ -JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getBeamletStats - (JNIEnv *, jobject, jint, jint); - -#ifdef __cplusplus -} -#endif -#endif -- GitLab