]> rtime.felk.cvut.cz Git - orte.git/commit
New ORTE version 0.3.0 committed
authorsmolik <smolik>
Wed, 23 Feb 2005 10:12:08 +0000 (10:12 +0000)
committersmolik <smolik>
Wed, 23 Feb 2005 10:12:08 +0000 (10:12 +0000)
commit68202cc7e325aa5e6962a38b7b560230a516dcb6
tree5656c5719383dadd284e48773fec4b8206e4e077
parentc565133180b92699e8d914d8d8313ef29548eecc
New ORTE version 0.3.0 committed
- fixed csChange memory leakage in RTPSVar
- added support CDR types (imported from ORBIT)
  * CDR_Codec type
  for serialization/deserialization are used functions
- java interface - preliminary
- IDL compiler, jorte library - both preliminary
- multicast communication
  * new demo in orte/example/multicast
- added registration retries and period parameters. New event
  generated when application fail to register to a manager (onRegFail).
210 files changed:
ChangleLog
Makefile.cvs
Makefile.in
Makefile.rules
OCERA_TOP_DIR [new file with mode: 0644]
aclocal.m4
admin/idl.m4 [new file with mode: 0644]
admin/jorte.m4 [new file with mode: 0644]
admin/linux.m4
admin/pkg.m4 [new file with mode: 0644]
authors
configure
configure.in
orte/Makefile.am
orte/Makefile.in
orte/Makefile.omk
orte/contrib/decoder/decode_msg.c
orte/contrib/shape/BoxType.c [new file with mode: 0644]
orte/contrib/shape/BoxType.h [new file with mode: 0644]
orte/contrib/shape/BoxType.idl [new file with mode: 0644]
orte/contrib/shape/FPublisher.ui
orte/contrib/shape/FPublisher.ui.h
orte/contrib/shape/FSubscriber.ui
orte/contrib/shape/FSubscriber.ui.h
orte/contrib/shape/ortedemo.pro
orte/contrib/shape/ortedemo_types.c [deleted file]
orte/contrib/shape/ortedemo_types.h [deleted file]
orte/contrib/shape/richtext.cpp
orte/examples/Makefile.am
orte/examples/Makefile.in
orte/examples/Makefile.omk
orte/examples/hello/Makefile.am
orte/examples/hello/Makefile.in
orte/examples/hello/Makefile.omk
orte/examples/hello/h_publisher.c [moved from orte/examples/hello/HelloWorldPublisher.c with 88% similarity]
orte/examples/hello/h_subscriber.c [moved from orte/examples/hello/HelloWorldSubscriber.c with 88% similarity]
orte/examples/hello/msvc/makefile.msc
orte/examples/multicast/Makefile [new file with mode: 0644]
orte/examples/multicast/Makefile.am [new file with mode: 0644]
orte/examples/multicast/Makefile.in [new file with mode: 0644]
orte/examples/multicast/Makefile.omk [new file with mode: 0644]
orte/examples/multicast/m_subscriber.c [new file with mode: 0644]
orte/examples/multicast/msvc/makefile.msc [new file with mode: 0644]
orte/examples/ping/Makefile.in
orte/examples/ping/msvc/makefile.msc
orte/examples/ping/orteping.c
orte/examples/reliable/Makefile.am
orte/examples/reliable/Makefile.in
orte/examples/reliable/Makefile.omk
orte/examples/reliable/msvc/makefile.msc
orte/examples/reliable/r_publisher.c [moved from orte/examples/reliable/publisher.c with 96% similarity]
orte/examples/reliable/r_subscriber_besteffort.c [moved from orte/examples/reliable/subscriberbesteffort.c with 93% similarity]
orte/examples/reliable/r_subscriber_reliable.c [moved from orte/examples/reliable/subscriberreliable.c with 93% similarity]
orte/examples/spy/Makefile.in
orte/examples/spy/ortespy.c
orte/examples/type/ThreeTypes.idl [new file with mode: 0644]
orte/examples/type/readme.txt [deleted file]
orte/examples/type/test-any.idl [new file with mode: 0644]
orte/idl-compiler/Makefile.am [new file with mode: 0644]
orte/idl-compiler/Makefile.in [new file with mode: 0644]
orte/idl-compiler/orte-idl-c-backend.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-c-backend.h [new file with mode: 0644]
orte/idl-compiler/orte-idl-c-headers.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-c-impls.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-c-utils.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-driver.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-main.c [new file with mode: 0644]
orte/idl-compiler/orte-idl-utils.c [new file with mode: 0644]
orte/idl-compiler/orte-idl2.h [new file with mode: 0644]
orte/idl-compiler/orte-idl3-types.h [new file with mode: 0644]
orte/include/Makefile.omk
orte/include/defines.h
orte/include/jorte/4all.h [new file with mode: 0644]
orte/include/jorte/getNtpTime.h [new file with mode: 0644]
orte/include/jorte/jorte.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_Domain.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_DomainEvents.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_DomainProp.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_JOrte.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_Manager.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_Publication.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_Subscription.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_tools_Conversions.h [new file with mode: 0644]
orte/include/jorte/org_ocera_orte_tools_GetORTEConstant.h [new file with mode: 0644]
orte/include/jorte/typedefs_defines_jorte.h [new file with mode: 0644]
orte/include/orte.h
orte/include/orte/basic_types.h [new file with mode: 0644]
orte/include/orte/cdr.h [new file with mode: 0644]
orte/include/orte/defines_api.h
orte/include/orte/orte_config.h.in [moved from orte/include/config.h.in with 93% similarity]
orte/include/orte/orte_config_omk_rtl.h [moved from orte/include/orte_config_omk_rtl.h with 98% similarity]
orte/include/orte/orte_config_omk_unix.h [moved from orte/include/orte_config_omk_unix.h with 98% similarity]
orte/include/orte/protos_api.h
orte/include/orte/typedefs_api.h
orte/include/orte/typedefs_defines_rtps.h
orte/include/orte_all.h
orte/include/orte_headers.h
orte/include/protos.h
orte/include/rtai/compat.h
orte/include/rtl/compat_onetd.h [new file with mode: 0644]
orte/include/rtl/compat_rtlwip.h [moved from orte/include/rtl/compat.h with 85% similarity]
orte/include/rtps_endian.h [new file with mode: 0644]
orte/include/typedefs.h
orte/java/Makefile [new file with mode: 0644]
orte/java/Makefile.omk [new file with mode: 0644]
orte/java/build.xml [new file with mode: 0644]
orte/java/makeant.bat [new file with mode: 0644]
orte/java/src/org/ocera/orte/Domain.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/DomainEvents.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/DomainProp.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/JOrte.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/Manager.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/OrteCallback.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/Publication.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/Subscription.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/SubscriptionCallback.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/hello/HelloMessage.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/hello/Publisher.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/hello/Subscriber.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/manifest [new file with mode: 0644]
orte/java/src/org/ocera/orte/tools/CheckType.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/tools/Conversions.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/tools/GetORTEConstant.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/GUID_RTPS.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/MessageData.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/MessageInterpret.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/NtpTime.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/ORTEConstant.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/ProtocolVersion.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/RecvInfo.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/RecvStatus.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/SendInfo.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/SendStatus.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/SequenceNumber.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/types/VendorId.java [new file with mode: 0644]
orte/libjorte/JGetORTEConstant.c [new file with mode: 0644]
orte/libjorte/JIPAddressToString.c [new file with mode: 0644]
orte/libjorte/JNtpTimeToStringMs.c [new file with mode: 0644]
orte/libjorte/JNtpTimeToStringUs.c [new file with mode: 0644]
orte/libjorte/JORTEDomainAppCreate.c [new file with mode: 0644]
orte/libjorte/JORTEDomainAppDestroy.c [new file with mode: 0644]
orte/libjorte/JORTEDomainInitEvents.c [new file with mode: 0644]
orte/libjorte/JORTEDomainMgrCreate.c [new file with mode: 0644]
orte/libjorte/JORTEDomainMgrDestroy.c [new file with mode: 0644]
orte/libjorte/JORTEDomainPropDefaultGet.c [new file with mode: 0644]
orte/libjorte/JORTEDomainStart.c [new file with mode: 0644]
orte/libjorte/JORTEInit.c [new file with mode: 0644]
orte/libjorte/JORTEPublicationCreate.c [new file with mode: 0644]
orte/libjorte/JORTEPublicationDestroy.c [new file with mode: 0644]
orte/libjorte/JORTEPublicationSend.c [new file with mode: 0644]
orte/libjorte/JORTESleepMs.c [new file with mode: 0644]
orte/libjorte/JORTESubscriptionCreate.c [new file with mode: 0644]
orte/libjorte/JORTESubscriptionDestroy.c [new file with mode: 0644]
orte/libjorte/JORTETypeRegisterAdd.c [new file with mode: 0644]
orte/libjorte/JStringToIPAddress.c [new file with mode: 0644]
orte/libjorte/Makefile [new file with mode: 0644]
orte/libjorte/Makefile.am [new file with mode: 0644]
orte/libjorte/Makefile.in [new file with mode: 0644]
orte/libjorte/Makefile.omk [new file with mode: 0644]
orte/libjorte/getNtpTime.c [new file with mode: 0644]
orte/liborte/Makefile.am
orte/liborte/Makefile.in
orte/liborte/Makefile.omk
orte/liborte/ORTEAppRecvMetatrafficThread.c [deleted file]
orte/liborte/ORTEAppRecvThread.c [new file with mode: 0644]
orte/liborte/ORTEAppRecvUserdataThread.c [deleted file]
orte/liborte/ORTEAppSendThread.c
orte/liborte/ORTEDomain.c
orte/liborte/ORTEDomainApp.c
orte/liborte/ORTEDomainMgr.c
orte/liborte/ORTEMisc.c
orte/liborte/ORTEPublication.c
orte/liborte/ORTEPublicationTimer.c
orte/liborte/ORTESubscription.c
orte/liborte/ORTEThreadUtils.c
orte/liborte/ORTETypeRegister.c
orte/liborte/ORTEVerbosity.c
orte/liborte/RTPSAck.c
orte/liborte/RTPSCSTReader.c
orte/liborte/RTPSCSTReaderProc.c
orte/liborte/RTPSCSTReaderTimer.c
orte/liborte/RTPSCSTWriter.c
orte/liborte/RTPSCSTWriterTimer.c
orte/liborte/RTPSGap.c
orte/liborte/RTPSHeader.c
orte/liborte/RTPSHeardBeat.c
orte/liborte/RTPSInfoDST.c
orte/liborte/RTPSInfoREPLY.c
orte/liborte/RTPSInfoSRC.c
orte/liborte/RTPSInfoTS.c
orte/liborte/RTPSIssue.c
orte/liborte/RTPSPad.c
orte/liborte/RTPSUtils.c
orte/liborte/RTPSVar.c
orte/liborte/cdr.c [new file with mode: 0644]
orte/liborte/conv.c
orte/liborte/debug.c
orte/liborte/htimerNtp.c
orte/liborte/objectEntry.c
orte/liborte/objectEntryTimer.c
orte/liborte/objectUtils.c
orte/liborte/parameter.c
orte/liborte/rtl/Makefile.in
orte/liborte/sock.c
orte/liborte/usedSections.txt
orte/manager/Makefile.in
orte/manager/ortemanager.c
readme
switch2standalone
todo