]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/jorte.h
New ORTE version 0.3.0 committed
[orte.git] / orte / include / jorte / jorte.h
1 /*  jorte.h */
2
3 /**
4   * @author Lukas Pokorny (lukas_pokorny@centrum.cz)
5   * @author CTU FEE Prague - Department of Control Engineering (dce.felk.cvut.cz)
6   * @author Project ORTE - OCERA Real Time Ethernet (www.ocera.org)
7   * @author dedication to Kj
8   * @version 0.1
9   *
10   *
11   * This program is free software; you can redistribute it and/or modify
12   * it under the terms of the GNU General Public License as published by
13   * the Free Software Foundation; either version 2 of the License, or
14   * (at your option) any later version.
15   *
16   * This program is distributed in the hope that it will be useful,
17   * but WITHOUT ANY WARRANTY; without even the implied warranty of
18   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19   * GNU General Public License for more details.
20   *
21   */
22
23 /*
24 #ifndef _JORTE_H
25 #define _JORTE_H
26 */
27
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31
32 #include "orte.h"
33
34 // switch program behaviour (test stage,....)
35 #include "4all.h"
36
37 // NtpTime
38 #include "getNtpTime.h"
39
40 // new type definitions
41 #include "typedefs_defines_jorte.h"
42
43 // auto-generated headers by JNI
44 #include "org_ocera_orte_tools_Conversions.h"
45 #include "org_ocera_orte_Domain.h"
46 #include "org_ocera_orte_DomainEvents.h"
47 #include "org_ocera_orte_DomainProp.h"
48 #include "org_ocera_orte_tools_GetORTEConstant.h"
49 #include "org_ocera_orte_JOrte.h"
50 #include "org_ocera_orte_Manager.h"
51 #include "org_ocera_orte_Publication.h"
52 #include "org_ocera_orte_Subscription.h"
53
54 #ifdef __cplusplus
55 } /* extern "C"*/
56 #endif
57
58 /*
59 #endif // _JORTE_H
60 */