]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_types_NtpTime.h
45275158c6452c60015186ec1c13d7fd1e63e296
[orte.git] / orte / include / jorte / org_ocera_orte_types_NtpTime.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_types_NtpTime */
4
5 #ifndef _Included_org_ocera_orte_types_NtpTime
6 #define _Included_org_ocera_orte_types_NtpTime
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_types_NtpTime
12  * Method:    NtpTimeToStringMs
13  * Signature: (Lorg/ocera/orte/types/NtpTime;)Ljava/lang/String;
14  */
15 JNIEXPORT jstring JNICALL Java_org_ocera_orte_types_NtpTime_NtpTimeToStringMs
16   (JNIEnv *, jclass, jobject);
17
18 /*
19  * Class:     org_ocera_orte_types_NtpTime
20  * Method:    NtpTimeToStringUs
21  * Signature: (Lorg/ocera/orte/types/NtpTime;)Ljava/lang/String;
22  */
23 JNIEXPORT jstring JNICALL Java_org_ocera_orte_types_NtpTime_NtpTimeToStringUs
24   (JNIEnv *, jclass, jobject);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif