]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_Publication.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_Publication.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_Publication */
4
5 #ifndef _Included_org_ocera_orte_Publication
6 #define _Included_org_ocera_orte_Publication
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_Publication
12  * Method:    jORTEPublicationCreate
13  * Signature: (JLjava/lang/String;Ljava/lang/String;ILjava/nio/ByteBuffer;Lorg/ocera/orte/types/NtpTime;I)J
14  */
15 JNIEXPORT jlong JNICALL
16 Java_org_ocera_orte_Publication_jORTEPublicationCreate
17   (JNIEnv *, jobject, jlong, jstring, jstring, jobject, jobject, jint);
18
19 /*
20  * Class:     org_ocera_orte_Publication
21  * Method:    jORTEPublicationDestroy
22  * Signature: (J)Z
23  */
24 JNIEXPORT jboolean JNICALL
25 Java_org_ocera_orte_Publication_jORTEPublicationDestroy
26   (JNIEnv *, jobject, jlong);
27
28 /*
29  * Class:     org_ocera_orte_Publication
30  * Method:    jORTEPublicationSend
31  * Signature: (JLorg/ocera/orte/types/MessageData;)Z
32  */
33 JNIEXPORT jboolean JNICALL
34 Java_org_ocera_orte_Publication_jORTEPublicationSend
35   (JNIEnv *, jobject, jlong);
36
37 /*
38  * Class:     org_ocera_orte_Publication
39  * Method:    jORTEPublicationPropertiesGet
40  * Signature: (J)Lorg/ocera/orte/types/PublProp;
41  */
42 JNIEXPORT jobject JNICALL
43 Java_org_ocera_orte_Publication_jORTEPublicationPropertiesGet
44   (JNIEnv *, jobject, jlong);
45
46 /*
47  * Class:     org_ocera_orte_Publication
48  * Method:    jORTEPublicationPropertiesSet
49  * Signature: (JLorg/ocera/orte/types/PublProp;)Z
50  */
51 JNIEXPORT jboolean JNICALL
52 Java_org_ocera_orte_Publication_jORTEPublicationPropertiesSet
53   (JNIEnv *, jobject, jlong, jobject);
54
55 /*
56  * Class:     org_ocera_orte_Publication
57  * Method:    jORTEPublicationGetStatus
58  * Signature: (J)Lorg/ocera/orte/types/Status;
59  */
60 JNIEXPORT jobject JNICALL
61 Java_org_ocera_orte_Publication_jORTEPublicationGetStatus
62   (JNIEnv *, jobject, jlong);
63
64 /*
65  * Class:     org_ocera_orte_Publication
66  * Method:    jORTEPublicationWaitForSubscriptions
67  * Signature: (JLorg/ocera/orte/types/NtpTime;JJ)I
68  */
69 JNIEXPORT jint JNICALL
70 Java_org_ocera_orte_Publication_jORTEPublicationWaitForSubscriptions
71   (JNIEnv *, jobject, jlong, jobject, jlong, jlong);
72
73 #ifdef __cplusplus
74 }
75 #endif
76 #endif /* ifndef _Included_org_ocera_orte_Publication */