📄 changelog
字号:
* libRTI/RTIambassador.cc: minor display update * doc/reference.dox, doc/coding.txt: *** empty log message *** * libpdebug/PrettyDebug.hh, libpdebug/PrettyDebug.cc: changed display format * RTIA/Statistics.cc, RTIA/Statistics.hh, RTIA/TimeManagement.hh: style, comments, added missing std:: * RTIA/FederationManagement.hh, RTIA/Files.hh: added missing std:: * RTIA/Makefile.am, RTIG/Makefile.am: add lex support * RTIG/RTIG.cc, RTIG/RTIG.hh: add verbose mode * libCERTI/FedParser.hh: added missing std:: * RTIG/CommandLine.ggo, RTIG/cmdline.c, RTIG/cmdline.h, RTIG/main.cc: added verbose mode * VERSION: cvs version * configure.in: add lex, yacc ; add script directory * scripts/Makefile.am, scripts/certi-start, scripts/certi-stop: add start/stop scripts * Makefile.am: added scripts directory * test/Billard/Ball.cc: comments update * test/Billard/Objects.cc: added usings * test/Billard/BillardDDM.cc, test/Billard/BillardDDM.hh: added routing region creation/modification in demo * test/Billard/Billard.cc, test/Billard/Billard.hh: virtual method declare() for DDM, verbose flag * test/Billard/main.cc: exceptions and handlers * test/Billard/Fed.cc, test/Billard/Fed.hh: remove DDM related attributes * libCERTI/Interaction.hh, libCERTI/SecurityServer.hh, libCERTI/SocketServer.hh: fixed missing std:: / using * test/Billard/Makefile.am: remove scripts * test/Billard/billard-1, test/Billard/billard-2, test/Billard/billard-3, test/Billard/billard-init, test/Billard/bille.hh: delete files2003-10-13 Beno顃 Br閔ol閑 <breholee@cert.fr> * VERSION: version 3.0k * doc/user.dox, doc/reference.dox: file format updated by doxygen * libRTI/SupportServices.cc: added getObject* services * RTIG/Federation.cc: provide a default name to object instances * test/Billard/Factory.cc, test/Billard/Factory.hh, test/Billard/Makefile.am, test/Billard/main.cc: added demo selection in main * test/Billard/Objects.cc: display discovered objects * libCERTI/Object.cc, libCERTI/Object.hh, libCERTI/ObjectSet.cc, libCERTI/ObjectSet.hh, libCERTI/RootObject.cc: added relationship: Object -> ObjectClass (the object's class) * RTIA/ObjectManagement.hh, RTIA/RTIA_federate.cc, RTIA/ObjectManagement.cc: added getObject* function(s) * RTIA/Communications.cc: use "localhost" as default host2003-10-09 Beno顃 Br閔ol閑 <breholee@cert.fr> * test/Billard/cmdline.c, test/Billard/cmdline.h, test/Billard/CommandLine.ggo: added a 'demo' option * test/include/Makefile.am: install header * VERSION: cvs version2003-10-08 Beno顃 Br閔ol閑 <breholee@cert.fr> * VERSION: version 3.0j * test/Billard/Fed.cc: Commented out getHandle() DDM part.2003-10-06 Beno顃 Br閔ol閑 <breholee@cert.fr> * include/baseTypes.hh, libRTI/TimeServices.cc, test/Billard/Fed.cc, include/FederateAmbassador.hh, include/RTI.hh, include/RTIambassador.hh: RTI-NG compliance * test/Billard/Fed.cc: not using DDM in the default version * VERSION: version 3.0i.cvs2003-10-02 Beno顃 Br閔ol閑 <breholee@cert.fr> * VERSION: version 3.0i * acinclude.m4, configure.in, AUTHORS: removed unused autoconf macros2003-08-20 Beno顃 Br閔ol閑 <breholee@cert.fr> * test/Billard/Billard.cc, test/Billard/Billard.hh, test/Billard/BillardDDM.cc, test/Billard/BillardDDM.hh, test/Billard/Factory.cc, test/Billard/Factory.hh, test/Billard/Fed.cc, test/Billard/Fed.hh, test/Billard/Makefile.am, test/Billard/Objects.cc, test/Billard/Objects.hh, test/Billard/main.cc: update for DDM * libCERTI/SocketTCP.cc, libCERTI/SocketUDP.cc, libCERTI/SocketUN.cc, libCERTI/SocketUN.hh: display modifications2003-08-06 Beno顃 Br閔ol閑 <breholee@cert.fr> * test/Billard/Ball.cc, test/Billard/Ball.hh, test/Billard/Billard.cc, test/Billard/Billard.hh, test/Billard/ColoredBall.cc, test/Billard/ColoredBall.hh, test/Billard/Display.cc, test/Billard/Display.hh, test/Billard/Fed.cc, test/Billard/Fed.hh, test/Billard/Makefile.am, test/Billard/Objects.cc, test/Billard/Objects.hh, test/Billard/billard.cc, test/Billard/bille.cc, test/Billard/main.cc, test/Billard/my_fed.cc, test/Billard/my_fed.hh: Object oriented billard (to handle multiple demos)2003-07-30 Beno顃 Br閔ol閑 <breholee@cert.fr> * RTIA/Statistics.cc: minor display modification2003-07-10 Beno顃 Br閔ol閑 <breholee@cert.fr> * RTIG/Federation.cc: added DDM subscription calls * libCERTI/ObjectClassAttribute.hh, libCERTI/ObjectClassAttribute.cc: regions * libCERTI/Interaction.cc, libCERTI/Interaction.hh, libCERTI/InteractionSet.cc: split Interaction's (un)subscribe member function(s) and added regions * libCERTI/Interaction.cc, libCERTI/Interaction.hh: changed name attribute (char * to std::string) and private member functions * libCERTI/ObjectClass.cc: added Unsubscribe With Region method * libCERTI/ObjectClass.hh: fixed missing std:: prefix * libRTI/DataDistributionServices.cc: fixed missing const in dynamic_cast * libCERTI/Subscriber.cc, libCERTI/Subscriber.hh: added match member function * libCERTI/ObjectClassAttribute.cc, libCERTI/ObjectClassAttribute.hh: added regions in (un)subscriptions * RTIA/DeclarationManagement.cc, RTIA/DeclarationManagement.hh, include/RTItypes.hh, libCERTI/GAV.cc, libCERTI/GAV.hh, libCERTI/Object.cc, libCERTI/Object.hh: removed obsolete types HLA_Region and AttributeName * libCERTI/FedParser.cc, libCERTI/ObjectClass.cc, libCERTI/ObjectClassAttribute.cc, libCERTI/ObjectClassAttribute.hh, libCERTI/XmlParser.cc: changes in ObjectClassAttributes (private methods, style, std::string)2003-07-09 Beno顃 Br閔ol閑 <breholee@cert.fr> * libRTI/DataDistributionServices.cc: fixed DDM messages sent * RTIA/DataDistribution.cc, RTIA/DataDistribution.hh, RTIA/RTIA_federate.cc, RTIA/Statistics.cc, RTIG/Federation.cc, RTIG/Federation.hh, RTIG/FederationsList.cc, RTIG/FederationsList.hh, RTIG/RTIG.cc, RTIG/RTIG.hh, RTIG/RTIG_processing.cc, libCERTI/ObjectClass.hh, libCERTI/ObjectClassAttribute.hh: DDM subscribe services * libCERTI/Object.cc, libCERTI/Object.hh, libCERTI/ObjectAttribute.cc, libCERTI/ObjectAttribute.hh: DDM associate services * libCERTI/Interaction.hh: added DDM subscription * libCERTI/NetworkMessage.hh, libCERTI/NetworkMessage_RW.cc, libCERTI/Message_RW.cc: added DDM subscription support * libCERTI/Subscriber.cc, libCERTI/Subscriber.hh: added regions * libCERTI/RootObject.cc, libCERTI/RootObject.hh: added access methods2003-07-07 Beno顃 Br閔ol閑 <breholee@cert.fr> * RTIA/DataDistribution.hh, RTIA/RTIA_federate.cc, RTIA/Statistics.cc, RTIG/Federation.cc, RTIG/Federation.hh, RTIG/FederationsList.cc, RTIG/FederationsList.hh, RTIG/RTIG.cc, RTIG/RTIG.hh, RTIG/RTIG_processing.cc, RTIG/Trace.cc, libCERTI/GAV_aux.cc, libCERTI/NetworkMessage.hh, libCERTI/ObjectAttribute.cc, libCERTI/ObjectAttribute.hh, libCERTI/RootObject.cc, libCERTI/RootObject.hh, libCERTI/RoutingSpace.cc, libCERTI/SocketMC.hh, libCERTI/SocketTCP.hh, libCERTI/SocketUN.cc, RTIA/DataDistribution.cc: modifications for '(un)associate region for updates' services * RTIG/Federation.hh, RTIG/FederationsList.cc, RTIG/FederationsList.hh, RTIG/RTIG.cc, RTIG/RTIG.hh, RTIG/RTIG_processing.cc, RTIG/Federation.cc: added/modified 'Associate Region'-related methods * RTIA/DataDistribution.cc, RTIA/DataDistribution.hh: Added RegionNotFound exception in associate service * RTIA/main.cc, test/Billard/billard.cc: finally using <signal.h> (portability problem)2003-07-05 Beno顃 Br閔ol閑 <breholee@cert.fr> * RTIA/main.cc: using a <csignal> include * test/Billard/billard.cc: fixed a signal.h include * include/RTIambassador.hh: removed some 'UnimplementedService' exceptions2003-07-04 Beno顃 Br閔ol閑 <breholee@cert.fr> * RTIA/FederationManagement.cc: fixed label removal * libCERTI/Message.cc: added a null pointer check * libCERTI/ObjectSet.cc: fixed a string length check * README: note about doc directory * TODO: cleaned file and added warning * libRTI/DataDistributionServices.cc, libRTI/DeclarationServices.cc, libRTI/FederationServices.cc, libRTI/Makefile.am, libRTI/ObjectServices.cc, libRTI/OwnershipServices.cc, libRTI/RTIambassador.cc, libRTI/SupportServices.cc, libRTI/TimeServices.cc: split service groups2003-07-03 Beno顃 Br閔ol閑 <breholee@cert.fr> * libRTI/RTIambassador.cc: added ddm services * RTIG/RTIG.cc, RTIG/RTIG_processing.cc: changed some message names * RTIA/DataDistribution.cc, RTIA/DataDistribution.hh, RTIA/RTIA_federate.cc, RTIA/Statistics.cc: added ddm services * RTIA/ObjectManagement.cc: *** empty log message *** * libCERTI/Message.cc, libCERTI/Message.hh, libCERTI/NetworkMessage.cc, libCERTI/NetworkMessage.hh: added or changed messages + access methods * libCERTI/RootObject.cc, libCERTI/RootObject.hh: added getObjectClassAttribute * libCERTI/Message_RW.cc: added new messages * libCERTI/NetworkMessage_RW.cc: changed message names * libCERTI/ObjectClassAttribute.cc: removed unused memory check * libCERTI/ObjectAttribute.hh: added class accessor * libCERTI/ObjectSet.hh: getObject -> public * libCERTI/RegionImp.cc, libCERTI/RegionImp.hh: using RegionHandle + const getHandle2003-07-01 Beno顃 Br閔ol閑 <breholee@cert.fr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -