]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/typedefs_defines_jorte.h
New ORTE version 0.3.0 committed
[orte.git] / orte / include / jorte / typedefs_defines_jorte.h
1 /* typedefs_defines_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 # define UINT32__MIN 0
25 # define UINT32__MAX (2^32 -1)
26
27
28 typedef struct
29 {
30  JavaVM        *jvm;
31  jobject        obj;
32  jobject        rinfo;
33  int            value; // !! pro testovani
34 } JORTECallbackContext_t;
35
36
37 typedef struct
38 {
39  jobject     obj_recvStatus;
40  jobject     str_topic;
41  jobject     str_type;
42  jobject     obj_guid;
43  jobject     obj_ntpT_loc;
44  jobject     obj_ntpT_rem;
45  jobject     obj_sn;
46 } RecvInfoVar_t;
47
48