]> rtime.felk.cvut.cz Git - orte/eurobot.git/commit
JORTE: add 64-bit support
authorMartin Vajnar <martin.vajnar@gmail.com>
Sun, 7 Jul 2013 15:12:27 +0000 (17:12 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 23 Sep 2013 09:06:25 +0000 (11:06 +0200)
commitb0dec948790009768c3e9fdc7a904f2056c945a9
tree1d779ae5fd14b61c05d5d9ce222477b67eb59f13
parent93da2539ef3e3812bbd232d09feae6c840d5890f
JORTE: add 64-bit support

Store pointers to C objects in jlong (always 64-bit)
rather than in jint (always 32-bit).
39 files changed:
orte/include/jorte/org_ocera_orte_Domain.h
orte/include/jorte/org_ocera_orte_DomainApp.h
orte/include/jorte/org_ocera_orte_DomainMgr.h
orte/include/jorte/org_ocera_orte_JOrte.h
orte/include/jorte/org_ocera_orte_Publication.h
orte/include/jorte/org_ocera_orte_Subscription.h
orte/include/jorte/org_ocera_orte_types_DomainEvents.h
orte/include/jorte/org_ocera_orte_types_DomainProp.h
orte/java/src/org/ocera/orte/Domain.java
orte/java/src/org/ocera/orte/DomainApp.java
orte/java/src/org/ocera/orte/DomainMgr.java
orte/java/src/org/ocera/orte/JOrte.java
orte/java/src/org/ocera/orte/Publication.java
orte/java/src/org/ocera/orte/Subscription.java
orte/java/src/org/ocera/orte/types/DomainEvents.java
orte/java/src/org/ocera/orte/types/DomainProp.java
orte/libjorte/JORTEDomainAppCreate.c
orte/libjorte/JORTEDomainAppDestroy.c
orte/libjorte/JORTEDomainInitEvents.c
orte/libjorte/JORTEDomainMgrCreate.c
orte/libjorte/JORTEDomainMgrDestroy.c
orte/libjorte/JORTEDomainPropDefaultGet.c
orte/libjorte/JORTEDomainStart.c
orte/libjorte/JORTEPublicationCreate.c
orte/libjorte/JORTEPublicationDestroy.c
orte/libjorte/JORTEPublicationGetStatus.c
orte/libjorte/JORTEPublicationPropertiesGet.c
orte/libjorte/JORTEPublicationPropertiesSet.c
orte/libjorte/JORTEPublicationSend.c
orte/libjorte/JORTEPublicationWaitForSubscriptions.c
orte/libjorte/JORTESubscriptionCreate.c
orte/libjorte/JORTESubscriptionDestroy.c
orte/libjorte/JORTESubscriptionGetStatus.c
orte/libjorte/JORTESubscriptionPropertiesGet.c
orte/libjorte/JORTESubscriptionPropertiesSet.c
orte/libjorte/JORTESubscriptionWaitForPublications.c
orte/libjorte/JORTETypeRegisterAdd.c
orte/libjorte/JORTETypeRegisterDestroyAll.c
orte/libjorte/getNtpTime.c