Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
792ff63b
Commit
792ff63b
authored
18 years ago
by
cvs
Browse files
Options
Downloads
Patches
Plain Diff
%lofarcvsmv%: Moved to LOFAR/JAVA/MAC/jRSP/include/jRSP
parent
8c15b47c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/APL/GUI/jRSP/include/jRSP/Makefile.am
+0
-17
0 additions, 17 deletions
MAC/APL/GUI/jRSP/include/jRSP/Makefile.am
MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h
+0
-125
0 additions, 125 deletions
...RSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h
with
0 additions
and
142 deletions
MAC/APL/GUI/jRSP/include/jRSP/Makefile.am
deleted
100644 → 0
+
0
−
17
View file @
8c15b47c
# 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
This diff is collapsed.
Click to expand it.
MAC/APL/GUI/jRSP/include/jRSP/nl_astron_lofar_mac_apl_gui_jrsp_Board.h
deleted
100644 → 0
+
0
−
125
View file @
8c15b47c
/* 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment