From 14a75508a3a27cec5343c19eb4048c8d276c1cee Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Mon, 23 Mar 2015 16:03:14 -0500 Subject: [PATCH] Cleaning up once include variables and copyright cleanup. Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22. --- Makefile | 2 - bin/C3PO | 2 - bin/ICG_10 | 34 - bin/MIS | 2 - bin/Trick.cshrc | 2 - bin/Trick.profile | 2 - bin/condense_list.pl | 23 - bin/convert_swig | 2 - bin/default_data_convert | 2 - bin/depend_cp | 2 - bin/depend_objs | 2 - bin/gte | 2 - bin/install_user | 1 - bin/kill_sim | 3 - bin/make_build | 22 - bin/mis_dep | 2 - bin/pm/ICG.pm | 2 - bin/pm/MIS.pm | 2 - bin/pm/auto_doc.pm | 2 - bin/pm/default_data.pm | 4 +- bin/pm/edit.pm | 2 - bin/pm/find_module.pm | 2 - bin/pm/gte.pm | 2 - bin/pm/html.pm | 2 - bin/pm/make_makefile.pm | 2 - bin/pm/make_no_swig_makefile.pm | 2 - bin/pm/make_swig_makefile.pm | 2 - bin/pm/mis_dep.pm | 2 - bin/pm/parse_s_define.pm | 2 - bin/pm/s_source.pm | 5 +- bin/pm/trick_print.pm | 2 - bin/pm/trick_units.pm | 2 - bin/pm/trick_version.pm | 2 - bin/start_sim | 2 - bin/trick_make_checksums | 2 - bin/trick_verify_checksums | 2 - bin/trick_version | 3 - bin/vc | 2 +- configure | 2 - docs/trick_module.xsl | 20 - docs/trick_module_tex.xsl | 14 - docs/trick_s_define.xsl | 11 - docs/trick_struct.xsl | 17 - docs/trick_struct_tex.xsl | 11 - doxygen/design/build_sim.dox_in | 3 - doxygen/design/data_products.dox_in | 3 - doxygen/design/introduction.dox_in | 4 - doxygen/design/main_page.dox_in | 3 - doxygen/design/run_sim.dox_in | 3 - doxygen/makefile | 1 - doxygen/users_guide/appendix_a.dox_in | 1 - doxygen/users_guide/installing_trick.dox_in | 1 - makefiles/Makefile.common | 2 - makefiles/Makefile.tricklib | 2 - trick_models/Ball++/L1/include/Ball.hh | 9 +- trick_models/Ball++/L1/include/BallForce.hh | 9 +- trick_models/Ball++/L1/include/BallState.hh | 9 +- trick_models/Ball++/L1/src/Ball.cpp | 17 - trick_models/Ball++/L1/src/BallForceField.cpp | 14 - .../Ball++/L1/src/BallForce_default_data.cpp | 4 - trick_models/Ball++/L1/src/BallShutdown.cpp | 4 - trick_models/Ball++/L1/src/BallStateDeriv.cpp | 17 - trick_models/Ball++/L1/src/BallStateInit.cpp | 14 - trick_models/Ball++/L1/src/BallStateInteg.cpp | 17 - trick_models/Ball++/L1/src/BallStatePrint.cpp | 14 - .../Ball++/L1/src/BallState_default_data.cpp | 17 - .../include/InputProcessSimObject.hh | 8 +- trick_models/Leaker/Leaker.cpp | 3 - trick_models/Satellite/graphics/Camera.hh | 4 +- .../Satellite/graphics/GraphicsModels.h | 4 +- trick_models/Satellite/graphics/Scene.hh | 5 + .../Satellite/graphics/SceneElement.hh | 4 +- trick_models/Satellite/include/Planet.hh | 4 +- .../Satellite/include/SatGraphicsComm.hh | 4 +- trick_models/Satellite/include/Satellite.hh | 4 +- trick_models/Satellite/include/Thruster.hh | 4 +- .../include/ExampleSegments.hh | 4 +- .../SegmentedExecutive/include/Segment.hh | 4 +- .../include/SegmentedExecutive.hh | 4 +- .../TrickSTL/include/TrickSTLCheckpoint.hh | 4 +- trick_models/abstract_test/ball.hh | 4 +- trick_models/ball/L1/data/ball_force.d | 13 - trick_models/ball/L1/data/ball_integ.d | 19 - trick_models/ball/L1/data/ball_state.d | 13 - trick_models/ball/L1/include/ball_force.h | 7 +- trick_models/ball/L1/include/ball_proto.h | 4 +- trick_models/ball/L1/include/ball_state.h | 7 +- .../ball/L1/src/ball_force_default_data.c | 4 - trick_models/ball/L1/src/ball_force_field.c | 4 - trick_models/ball/L1/src/ball_malf.c | 4 - trick_models/ball/L1/src/ball_malf_trigger.c | 4 - trick_models/ball/L1/src/ball_print.c | 4 - .../ball/L1/src/ball_state_alt_integ.c | 4 - .../ball/L1/src/ball_state_default_data.c | 4 - trick_models/ball/L1/src/ball_state_deriv.c | 4 - trick_models/ball/L1/src/ball_state_init.c | 4 - trick_models/ball/L1/src/ball_state_integ.c | 4 - trick_models/ball/L2/include/ball_altimeter.d | 13 - trick_models/ball/L2/include/ball_altimeter.h | 20 +- trick_models/ball/L2/include/ball_control.d | 13 - trick_models/ball/L2/include/ball_control.h | 20 +- trick_models/ball/L2/include/ball_jet.d | 13 - trick_models/ball/L2/include/ball_jet.h | 20 +- trick_models/ball/L2/include/ball_state.d | 13 - trick_models/ball/L2/include/ball_state.h | 8 +- trick_models/ball/L2/src/ball_altimeter.c | 16 - .../ball/L2/src/ball_altimeter_default_data.c | 4 - trick_models/ball/L2/src/ball_ceiling.c | 4 - trick_models/ball/L2/src/ball_control.c | 4 - .../ball/L2/src/ball_control_default_data.c | 4 - trick_models/ball/L2/src/ball_floor.c | 4 - .../ball/L2/src/ball_force_default_data.c | 4 - trick_models/ball/L2/src/ball_jet.c | 16 - .../ball/L2/src/ball_jet_default_data.c | 4 - trick_models/ball/L2/src/ball_left_wall.c | 4 - trick_models/ball/L2/src/ball_right_wall.c | 4 - .../ball/L2/src/ball_state_default_data.c | 16 - trick_models/ball/L2/src/ball_state_deriv.c | 16 - trick_models/ball/L2/src/ball_state_init.c | 16 - trick_models/ball/L2/src/ball_state_integ.c | 4 - .../baseball/aero/include/cannon_aero.h | 4 +- .../baseball/aero/src/cannon_force_jet.c | 10 - .../baseball/aero/src/cannon_integ_aero.c | 4 - trick_models/baseball/optim/include/amoeba.h | 4 +- .../cannon/aero/include/cannon_aero.h | 8 +- .../cannon/aero/include/cannon_aero_proto.h | 8 +- .../cannon/aero/include/cannon_jet_proto.h | 8 +- .../cannon/aero/include/cannon_monte_proto.h | 8 +- .../aero/src/cannon_aero_default_data.c | 4 - .../cannon/aero/src/cannon_force_jet.c | 4 - .../cannon/aero/src/cannon_integ_aero.c | 3 - .../aero/src/cannon_monte_default_data.c | 4 - trick_models/cannon/gravity/include/cannon.h | 7 +- .../gravity/include/cannon_analytic_proto.h | 7 +- .../gravity/include/cannon_comm_proto.h | 7 +- .../gravity/include/cannon_contact_proto.h | 7 +- .../cannon/gravity/include/cannon_dt_proto.h | 7 +- .../include/cannon_eulercromer_proto.h | 7 +- .../gravity/include/cannon_integ_proto.h | 7 +- .../cannon/gravity/src/cannon_ec_integ.c | 3 - .../cannon/gravity/src/cannon_impact.c | 1 - .../cannon/gravity/src/cannon_integ.c | 3 - .../cannon/gravity/src/cannon_send_position.c | 4 - trick_models/cannon/integ/include/cannon.h | 7 +- .../cannon/integ/include/cannon_integ_proto.h | 8 +- trick_models/cannon/integ/src/cannon_integ2.c | 3 - trick_models/cannon/optim/include/amoeba.h | 4 +- .../cannon/optim/include/amoeba_proto.h | 4 +- .../cannon/optim/include/optim_proto.h | 4 +- trick_models/helios/include/sun_pred.d | 2 - trick_models/helios/include/sun_pred.h | 4 - .../helios/src/sun_pred_default_data.c | 4 - .../helios/src/sun_pred_fast_display.c | 4 - .../helios/src/sun_pred_slow_display.c | 4 - .../stl_checkpoint/include/STLCheckpoint.hh | 4 +- .../stl_checkpoint/include/STLCompanion.hh | 4 +- trick_models/target/include/target_body.h | 4 +- trick_models/target/include/target_proto.h | 4 +- .../test/allocation/include/AllocTest.hh | 9 +- trick_models/test/dp/include/dp.h | 8 +- trick_models/test/dp/src/dp.c | 4 - trick_models/test/dr/include/DR.hh | 4 +- trick_models/test/impexp/include/test.h | 17 +- trick_models/test/impexp/src/export_master.c | 13 - trick_models/test/impexp/src/export_slave.c | 13 - trick_models/test/impexp/src/import_master.c | 13 - trick_models/test/impexp/src/import_slave.c | 13 - trick_models/test/ip/include/ip_c_types.h | 20 +- trick_models/test/ip/include/ip_test.d | 40 -- trick_models/test/ip/include/ip_test.h | 29 +- trick_models/test/ip/src/ip_test.c | 16 - trick_models/test/ip2/include/ip.h | 8 +- trick_models/test/ip2/src/ip.c | 4 - trick_models/test/ip2/src/ip_test_init.c | 4 - trick_models/test/sched/include/sched.d | 3 - trick_models/test/sched/include/sched.h | 8 +- trick_models/test/sched/include/sched_integ.d | 22 - trick_models/test/sched/include/sched_proto.h | 4 +- trick_models/test/sched/src/sched_amf.c | 13 - trick_models/test/sched/src/sched_async.c | 13 - .../test/sched/src/sched_default_data.c | 10 - trick_models/test/sched/src/sched_deriv.c | 4 - trick_models/test/sched/src/sched_dyn_event.c | 4 - trick_models/test/sched/src/sched_effector.c | 14 - .../test/sched/src/sched_effector_emitter.c | 14 - .../test/sched/src/sched_effector_receiver.c | 14 - .../test/sched/src/sched_environment.c | 5 - trick_models/test/sched/src/sched_init.c | 10 - trick_models/test/sched/src/sched_integ.c | 4 - trick_models/test/sched/src/sched_logging.c | 13 - trick_models/test/sched/src/sched_scheduled.c | 14 - trick_models/test/sched/src/sched_sensor.c | 14 - .../test/sched/src/sched_sensor_emitter.c | 13 - .../test/sched/src/sched_sensor_receiver.c | 14 - .../test/sched/src/sched_sensor_reflector.c | 14 - trick_models/test/varserv/include/VS.hh | 4 +- trick_models/test_ip/include/Ball_test.hh | 8 +- .../test_ip/include/EmbeddedClasses.hh | 8 +- .../test_ip/include/Namespace_tests.hh | 17 +- trick_models/test_ip/include/NoICG.hh | 8 +- .../test_ip/include/OverloadedVariable.hh | 4 +- trick_models/test_ip/include/TemplateTest.hh | 17 +- trick_models/threads/include/Thread1.h | 8 +- trick_models/threads/include/Thread2.h | 8 +- trick_models/threads/include/Thread3.h | 8 +- trick_models/threads/src/Thread1.cpp | 4 - trick_models/threads/src/Thread2.cpp | 4 - trick_models/threads/src/Thread3.cpp | 4 - .../SIM_Ball++_L1/Modified_data/auto_test.dr | 3 - .../Modified_data/data_record.dr | 3 - trick_sims/SIM_Ball++_L1/RUN_test/realtime.py | 2 - .../RUN_test/variable_servers.py | 2 - trick_sims/SIM_Ball++_L1/S_define | 4 - .../SIM_aero_curve/Modified_data/realtime.py | 2 - trick_sims/SIM_aero_curve/RUN_test/input.py | 2 - .../SIM_aero_curve/RUN_test/unit_test.py | 2 - trick_sims/SIM_aero_curve/S_define | 4 - .../SIM_aero_fast/Modified_data/realtime.py | 2 - trick_sims/SIM_aero_fast/RUN_test/input.py | 2 - .../SIM_aero_fast/RUN_test/unit_test.py | 2 - trick_sims/SIM_aero_fast/S_define | 4 - trick_sims/SIM_alloc_test/S_define | 4 - trick_sims/SIM_amoeba/Modified_data/amoeba.py | 2 - trick_sims/SIM_amoeba/RUN_test/input.py | 2 - trick_sims/SIM_amoeba/RUN_test/unit_test.py | 1 - trick_sims/SIM_amoeba/S_define | 4 - .../SIM_ball_L1/Modified_data/auto_test.dr | 3 - .../SIM_ball_L1/Modified_data/data_record.dr | 2 - trick_sims/SIM_ball_L1/RUN_test/input.py | 2 - trick_sims/SIM_ball_L1/RUN_test/unit_test.py | 1 - trick_sims/SIM_ball_L1/S_define | 4 - .../SIM_ball_L2/Modified_data/data_record.dr | 3 - .../SIM_ball_L2/Modified_data/realtime.py | 2 - trick_sims/SIM_ball_L2/RUN_control/input.py | 2 - trick_sims/SIM_ball_L2/RUN_realtime/input.py | 2 - trick_sims/SIM_ball_L2/RUN_test/input.py | 2 - trick_sims/SIM_ball_L2/RUN_test/unit_test.py | 1 - trick_sims/SIM_ball_L2/S_define | 4 - .../SIM_ball_L3/Modified_data/auto_test.dr | 3 - .../SIM_ball_L3/Modified_data/data_record.dr | 3 - .../SIM_ball_L3/Modified_data/realtime.py | 2 - trick_sims/SIM_ball_L3/RUN_control/input.py | 2 - trick_sims/SIM_ball_L3/RUN_realtime/input.py | 2 - trick_sims/SIM_ball_L3/RUN_test/input.py | 2 - trick_sims/SIM_ball_L3/RUN_test/unit_test.py | 2 - trick_sims/SIM_ball_L3/S_define | 4 - .../SIM_ball_default_data/RUN_test/input.py | 2 - .../RUN_test/unit_test.py | 1 - trick_sims/SIM_ball_default_data/S_define | 4 - .../SIM_baseball/Modified_data/realtime.py | 1 - .../Modified_data/realtime.py | 2 - .../SIM_cannon_analytic/RUN_test/input.py | 2 - .../SIM_cannon_analytic/RUN_test/unit_test.py | 2 - trick_sims/SIM_cannon_analytic/S_define | 4 - .../Modified_data/realtime.py | 2 - .../SIM_cannon_contact/RUN_test/input.py | 2 - .../SIM_cannon_contact/RUN_test/unit_test.py | 2 - trick_sims/SIM_cannon_contact/S_define | 4 - .../SIM_cannon_dt/Modified_data/realtime.py | 2 - trick_sims/SIM_cannon_dt/RUN_test/input.py | 2 - .../SIM_cannon_dt/RUN_test/unit_test.py | 2 - trick_sims/SIM_cannon_dt/S_define | 4 - .../SIM_cannon_eulercromer/RUN_test/input.py | 2 - .../RUN_test/unit_test.py | 2 - trick_sims/SIM_cannon_eulercromer/S_define | 4 - trick_sims/SIM_cannon_integ/RUN_test/input.py | 2 - .../SIM_cannon_integ/RUN_test/unit_test.py | 2 - trick_sims/SIM_cannon_integ/S_define | 4 - .../SIM_demo_inputfile/RUN_test/input.py | 2 - .../SIM_demo_inputfile/RUN_test/unit_test.py | 1 - trick_sims/SIM_demo_inputfile/S_define | 4 - trick_sims/SIM_demo_sdefine/RUN_test/input.py | 2 - .../SIM_demo_sdefine/RUN_test/unit_test.py | 2 - trick_sims/SIM_demo_sdefine/S_define | 4 - trick_sims/SIM_dynamic_sim_object/S_define | 4 - trick_sims/SIM_integ/RUN_test/input.py | 2 - trick_sims/SIM_integ/RUN_test/unit_test.py | 1 - trick_sims/SIM_integ/S_define | 3 - trick_sims/SIM_jet_call/RUN_test/input.py | 2 - trick_sims/SIM_jet_call/RUN_test/unit_test.py | 2 - trick_sims/SIM_jet_call/S_define | 4 - trick_sims/SIM_jet_event/RUN_test/input.py | 2 - .../SIM_jet_event/RUN_test/unit_test.py | 2 - trick_sims/SIM_jet_event/S_define | 4 - trick_sims/SIM_jet_read/RUN_test/input.py | 2 - trick_sims/SIM_jet_read/RUN_test/unit_test.py | 2 - trick_sims/SIM_jet_read/S_define | 4 - trick_sims/SIM_leaks/S_define | 4 - trick_sims/SIM_monte/RUN_test/gauss.py | 2 - trick_sims/SIM_monte/RUN_test/inline.py | 2 - trick_sims/SIM_monte/RUN_test/unit_test.py | 2 - trick_sims/SIM_monte/S_define | 4 - trick_sims/SIM_rti/S_define | 4 - trick_sims/SIM_segments/S_define | 4 - trick_sims/SIM_stls/S_define | 4 - trick_sims/SIM_stls2/S_define | 4 - trick_sims/SIM_stls3/S_define | 4 - .../SIM_sun/Modified_data/Japanese_labels.py | 2 - .../Modified_data/Japanese_labels_alt.py | 2 - trick_sims/SIM_sun/Modified_data/helios.dr | 1 - trick_sims/SIM_sun/Modified_data/realtime.py | 1 - trick_sims/SIM_sun/RUN_Summer/input.py | 2 - trick_sims/SIM_sun/RUN_Winter/input.py | 2 - trick_sims/SIM_sun/RUN_test/input.py | 2 - trick_sims/SIM_sun/RUN_test/unit_test.py | 2 - trick_sims/SIM_sun/S_define | 4 - .../Modified_data/realtime_jet.py | 2 - trick_sims/SIM_tcltk_java/RUN_test/input.py | 2 - trick_sims/SIM_tcltk_java/S_define | 4 - trick_sims/SIM_test_abstract/S_define | 4 - .../SIM_test_dp/Modified_data/data_record.py | 2 - .../SIM_test_dp/Modified_data/group1.dr | 2 - .../SIM_test_dp/Modified_data/group2.dr | 2 - .../SIM_test_dp/Modified_data/group3.dr | 2 - .../SIM_test_dp/Modified_data/group4.dr | 2 - trick_sims/SIM_test_dp/RUN_test/input.py | 2 - trick_sims/SIM_test_dp/RUN_test/unit_test.py | 1 - trick_sims/SIM_test_dp/S_define | 4 - trick_sims/SIM_test_inherit/S_define | 4 - trick_sims/SIM_test_io/S_define | 4 - .../SIM_test_ip/Modified_data/auto_test.dr | 2 - .../Modified_data/input_processor_tests.py | 2 - .../Modified_data/nested_includes.py | 2 - .../SIM_test_ip/Modified_data/next_level.py | 2 - trick_sims/SIM_test_ip/S_define | 4 - trick_sims/SIM_test_ip2/RUN_test/input.py | 2 - trick_sims/SIM_test_ip2/S_define | 4 - .../Modified_data/data_record.dr | 2 - trick_sims/SIM_test_sched/RUN_test/input.py | 2 - .../SIM_test_sched/RUN_test/unit_test.py | 2 - trick_sims/SIM_test_sched/S_define | 4 - .../Modified_data/auto_test.dr | 2 - .../Modified_data/input_processor_tests.py | 2 - .../Modified_data/nested_includes.py | 2 - .../Modified_data/next_level.py | 2 - trick_sims/SIM_test_simlib/S_define | 4 - trick_sims/SIM_test_templates/S_define | 4 - trick_sims/SIM_threads/RUN_test/amf.py | 4 - trick_sims/SIM_threads/RUN_test/async.py | 4 - trick_sims/SIM_threads/RUN_test/input.py | 1 - trick_sims/SIM_threads/RUN_test/overrun.py | 1 - trick_sims/SIM_threads/RUN_test/sched.py | 4 - trick_sims/SIM_threads/RUN_test/unit_test.py | 1 - trick_sims/SIM_threads/S_define | 4 - .../SIM_threads_simple/RUN_test/async.py | 2 - .../SIM_threads_simple/RUN_test/input.py | 2 - .../SIM_threads_simple/RUN_test/sched.py | 2 - trick_sims/SIM_threads_simple/S_define | 4 - trick_sims/SIM_trickcomm/RUN_test/input.py | 2 - trick_sims/SIM_trickcomm/S_define | 4 - trick_sims/makefile | 1 - .../ClassTemplateVisitor.hh | 4 +- .../codegen/Interface_Code_Gen/ClassValues.hh | 8 +- .../Interface_Code_Gen/ClassVisitor.hh | 4 +- .../Interface_Code_Gen/CommentSaver.hh | 5 + .../Interface_Code_Gen/ConstructValues.hh | 8 +- .../codegen/Interface_Code_Gen/EnumValues.hh | 8 +- .../codegen/Interface_Code_Gen/EnumVisitor.hh | 4 +- .../Interface_Code_Gen/FieldDescription.hh | 4 +- .../Interface_Code_Gen/FieldVisitor.hh | 4 +- .../Interface_Code_Gen/HeaderSearchDirs.hh | 4 +- .../Interface_Code_Gen/ICGASTConsumer.hh | 4 + .../Interface_Code_Gen/PrintAttributes.hh | 4 +- .../PrintAttributesFactory.hh | 4 + .../Interface_Code_Gen/PrintFileContents10.hh | 4 +- .../Interface_Code_Gen/PrintFileContents13.hh | 4 +- .../PrintFileContentsBase.hh | 4 +- .../TranslationUnitVisitor.hh | 4 +- .../Interface_Code_Gen/TypedefVisitor.hh | 4 +- .../codegen/Interface_Code_Gen/Utilities.hh | 4 +- .../Interface_Code_Gen/VariableVisitor.hh | 4 +- .../data_products/Apps/Trk2csv/makefile | 2 - .../data_products/Apps/Trk2csv/trk2ascii.cpp | 13 - .../data_products/Apps/Trk2csv/trk2csv.cpp | 5 - .../DPX/APPS/FXPLOT/curve_view_node.cpp | 3 - .../DPX/APPS/FXPLOT/curve_view_node.hh | 3 - .../DPX/APPS/FXPLOT/fermi_view.cpp | 3 - .../DPX/APPS/FXPLOT/fermi_view.hh | 8 +- .../data_products/DPX/APPS/FXPLOT/fxplot.cpp | 4 - .../data_products/DPX/APPS/FXPLOT/makefile | 2 - .../DPX/APPS/FXPLOT/page_view_node.cpp | 3 - .../DPX/APPS/FXPLOT/page_view_node.hh | 3 - .../DPX/APPS/FXPLOT/parse_format.c | 3 - .../DPX/APPS/FXPLOT/parse_format.h | 3 - .../DPX/APPS/FXPLOT/plot_view_node.cpp | 3 - .../DPX/APPS/FXPLOT/plot_view_node.hh | 3 - .../DPX/APPS/FXPLOT/post_dialog.c | 3 - .../DPX/APPS/FXPLOT/post_dialog.h | 3 - .../DPX/APPS/FXPLOT/product_view_node.cpp | 3 - .../DPX/APPS/FXPLOT/product_view_node.hh | 3 - .../DPX/APPS/FXPLOT/table_view_node.cpp | 3 - .../DPX/APPS/FXPLOT/table_view_node.hh | 3 - .../DPX/APPS/GXPLOT/gp_colors.cpp | 3 - .../DPX/APPS/GXPLOT/gp_colors.hh | 3 - .../DPX/APPS/GXPLOT/gp_utilities.cpp | 3 - .../DPX/APPS/GXPLOT/gp_utilities.hh | 7 +- .../DPX/APPS/GXPLOT/gp_version.cpp | 3 - .../DPX/APPS/GXPLOT/gp_version.hh | 7 +- .../data_products/DPX/APPS/GXPLOT/gp_view.cpp | 4 - .../data_products/DPX/APPS/GXPLOT/gp_view.hh | 8 +- .../DPX/APPS/GXPLOT/gp_view_curve_node.cpp | 3 - .../DPX/APPS/GXPLOT/gp_view_curve_node.hh | 3 - .../DPX/APPS/GXPLOT/gp_view_page_node.cpp | 3 - .../DPX/APPS/GXPLOT/gp_view_page_node.hh | 3 - .../DPX/APPS/GXPLOT/gp_view_plot_node.cpp | 3 - .../DPX/APPS/GXPLOT/gp_view_plot_node.hh | 3 - .../DPX/APPS/GXPLOT/gp_view_product_node.cpp | 3 - .../DPX/APPS/GXPLOT/gp_view_product_node.hh | 3 - .../data_products/DPX/APPS/GXPLOT/gxplot.cpp | 3 - .../data_products/DPX/APPS/GXPLOT/makefile | 2 - .../DPX/APPS/GXPLOT/parse_format.c | 3 - .../DPX/APPS/GXPLOT/parse_format.h | 3 - .../DPX/APPS/GXPLOT/post_dialog.c | 3 - .../DPX/APPS/GXPLOT/post_dialog.h | 3 - .../DPX/APPS/GXPLOT/table_view_node.cpp | 3 - .../DPX/APPS/GXPLOT/table_view_node.hh | 3 - trick_source/data_products/DPX/APPS/makefile | 2 - .../DPX/DPC/DPC_TimeCstrDataStream.cpp | 3 - .../DPX/DPC/DPC_TimeCstrDataStream.hh | 8 +- .../DPX/DPC/DPC_UnitConvDataStream.cpp | 3 - .../DPX/DPC/DPC_UnitConvDataStream.hh | 7 +- .../data_products/DPX/DPC/DPC_column_info.hh | 3 - .../data_products/DPX/DPC/DPC_curve.hh | 4 - .../DPX/DPC/DPC_datastream_supplier.cpp | 4 - .../DPX/DPC/DPC_datastream_supplier.hh | 4 - .../data_products/DPX/DPC/DPC_delta_curve.cpp | 3 - .../data_products/DPX/DPC/DPC_delta_curve.hh | 4 - .../data_products/DPX/DPC/DPC_delta_plot.cpp | 3 - .../data_products/DPX/DPC/DPC_delta_plot.hh | 4 - .../data_products/DPX/DPC/DPC_page.cpp | 3 - .../data_products/DPX/DPC/DPC_page.hh | 4 - .../data_products/DPX/DPC/DPC_plot.cpp | 3 - .../data_products/DPX/DPC/DPC_plot.hh | 4 - .../data_products/DPX/DPC/DPC_product.cpp | 3 - .../data_products/DPX/DPC/DPC_product.hh | 4 - .../DPX/DPC/DPC_standard_plot.cpp | 3 - .../DPX/DPC/DPC_standard_plot.hh | 4 - .../data_products/DPX/DPC/DPC_std_curve.cpp | 3 - .../data_products/DPX/DPC/DPC_std_curve.hh | 4 - .../data_products/DPX/DPC/DPC_table.cpp | 3 - .../data_products/DPX/DPC/DPC_table.hh | 4 - trick_source/data_products/DPX/DPC/makefile | 1 - .../data_products/DPX/DPM/DPM_attribute.cpp | 3 - .../data_products/DPX/DPM/DPM_attribute.hh | 3 - .../data_products/DPX/DPM/DPM_axis.cpp | 3 - .../data_products/DPX/DPM/DPM_axis.hh | 3 - .../data_products/DPX/DPM/DPM_column.cpp | 3 - .../data_products/DPX/DPM/DPM_column.hh | 3 - .../data_products/DPX/DPM/DPM_component.cpp | 3 - .../data_products/DPX/DPM/DPM_component.hh | 3 - .../data_products/DPX/DPM/DPM_curve.cpp | 3 - .../data_products/DPX/DPM/DPM_curve.hh | 3 - .../data_products/DPX/DPM/DPM_extfn.cpp | 3 - .../data_products/DPX/DPM/DPM_extfn.hh | 3 - .../data_products/DPX/DPM/DPM_inputs.cpp | 3 - .../data_products/DPX/DPM/DPM_inputs.hh | 3 - .../data_products/DPX/DPM/DPM_measurement.cpp | 3 - .../data_products/DPX/DPM/DPM_measurement.hh | 3 - .../data_products/DPX/DPM/DPM_outputs.cpp | 3 - .../data_products/DPX/DPM/DPM_outputs.hh | 3 - .../data_products/DPX/DPM/DPM_page.cpp | 3 - .../data_products/DPX/DPM/DPM_page.hh | 3 - .../data_products/DPX/DPM/DPM_parse_tree.cpp | 3 - .../data_products/DPX/DPM/DPM_parse_tree.hh | 3 - .../data_products/DPX/DPM/DPM_product.cpp | 3 - .../data_products/DPX/DPM/DPM_product.hh | 3 - .../data_products/DPX/DPM/DPM_relation.cpp | 3 - .../data_products/DPX/DPM/DPM_relation.hh | 3 - .../data_products/DPX/DPM/DPM_run.cpp | 3 - trick_source/data_products/DPX/DPM/DPM_run.hh | 3 - .../data_products/DPX/DPM/DPM_session.cpp | 3 - .../data_products/DPX/DPM/DPM_session.hh | 3 - .../data_products/DPX/DPM/DPM_table.cpp | 3 - .../data_products/DPX/DPM/DPM_table.hh | 3 - .../DPX/DPM/DPM_time_constraints.cpp | 3 - .../DPX/DPM/DPM_time_constraints.hh | 3 - .../data_products/DPX/DPM/DPM_var.cpp | 3 - trick_source/data_products/DPX/DPM/DPM_var.hh | 3 - trick_source/data_products/DPX/DPM/makefile | 1 - .../data_products/DPX/DPV/DPV_view.hh | 7 +- .../DPX/DPV/UTILS/DPV_textbuffer.cpp | 3 - .../DPX/DPV/UTILS/DPV_textbuffer.hh | 3 - .../data_products/DPX/DPV/UTILS/makefile | 2 - .../data_products/DPX/DPV/UTILS/tbtest.cpp | 6 - trick_source/data_products/DPX/README | 2 - .../DPX/TESTING/DPC_TEST/ctrl_test.cpp | 3 - .../DPX/TESTING/DPC_TEST/makefile | 1 - .../DPX/TESTING/DPM_TEST/makefile | 1 - .../data_products/DPX/TESTING/DS/dstest.cpp | 4 - .../data_products/DPX/TESTING/DS/makefile | 1 - .../DPX/TESTING/DS_exercisor/makefile | 1 - .../data_products/DPX/TESTING/TCDS/makefile | 2 - .../DPX/TESTING/TCDS/tcdstest.cpp | 4 - .../data_products/DPX/TESTING/UDS/makefile | 2 - .../data_products/DPX/TESTING/UDS/udstest.cpp | 4 - .../data_products/DPX/XML/DTD/Product.dtd | 2 - .../data_products/DPX/XML/DTD/Session.dtd | 1 - trick_source/data_products/DPX/XML/makefile | 2 - trick_source/data_products/DPX/makefile | 4 +- .../data_products/DPX/test/unit_test/makefile | 2 - .../DPX/test/unit_test/test_view.hh | 4 +- trick_source/data_products/EQParse/eqparse.h | 4 +- .../data_products/EQParse/eqparse_chkvalid.c | 4 +- .../data_products/EQParse/eqparse_error.c | 2 +- .../data_products/EQParse/eqparse_evaluate.c | 2 +- .../data_products/EQParse/eqparse_fillno.c | 8 +- .../data_products/EQParse/eqparse_math.c | 2 +- .../data_products/EQParse/eqparse_protos.h | 4 +- .../data_products/EQParse/eqparse_stack.h | 4 +- trick_source/data_products/EQParse/makefile | 2 - trick_source/data_products/Log/Csv.hh | 5 + trick_source/data_products/Log/DataStream.hh | 4 +- .../data_products/Log/DataStreamFactory.cpp | 4 - .../data_products/Log/DataStreamFactory.hh | 8 +- .../data_products/Log/DataStreamGroup.hh | 4 +- trick_source/data_products/Log/Delta.hh | 4 +- .../data_products/Log/ExternalProgram.hh | 4 +- trick_source/data_products/Log/MatLab.hh | 5 + trick_source/data_products/Log/MatLab4.hh | 5 + .../data_products/Log/TrickBinary.cpp | 4 - trick_source/data_products/Log/TrickBinary.hh | 22 +- trick_source/data_products/Log/TrickHDF5.cpp | 4 - trick_source/data_products/Log/TrickHDF5.hh | 7 +- trick_source/data_products/Log/log.h | 99 +-- trick_source/data_products/Log/makefile | 2 - .../data_products/Log/parseLogHeader.cpp | 21 - .../data_products/Log/trick_byte_order.h | 4 +- .../data_products/Log/trick_byteswap.h | 21 - trick_source/data_products/Var/makefile | 2 - trick_source/data_products/Var/var.cpp | 21 - trick_source/data_products/Var/var.h | 29 +- trick_source/data_products/makefile | 4 - trick_source/data_products/units/makefile | 2 - trick_source/java/build.xml | 1 - trick_source/java/build_trick | 6 - trick_source/java/src/trick/Template.java | 4 - .../src/trick/common/TrickApplication.java | 4 - .../RunTimeTrickApplication.properties | 4 - .../resources/TrickApplication.properties | 3 - .../src/trick/common/ui/TrickFileFilter.java | 4 - .../java/src/trick/common/ui/UIUtils.java | 4 - .../common/ui/components/CommonTreeNode.java | 4 - .../common/ui/components/DoubleJSlider.java | 4 - .../common/ui/components/FontChooser.java | 4 - .../common/ui/components/NumberTextField.java | 4 - .../common/ui/panels/AnimationPlayer.java | 6 +- .../src/trick/common/ui/panels/DataPanel.java | 4 - .../trick/common/ui/panels/DynamicTree.java | 4 - .../src/trick/common/ui/panels/FindBar.java | 4 - .../src/trick/common/ui/panels/ListPanel.java | 4 - .../trick/common/utils/BinaryDataReader.java | 4 - .../src/trick/common/utils/CSVDataReader.java | 4 - .../src/trick/common/utils/DataReader.java | 5 +- .../src/trick/common/utils/ErrorChecker.java | 6 +- .../trick/common/utils/LogHeaderReader.java | 4 - .../java/src/trick/common/utils/LogVar.java | 6 +- .../trick/common/utils/SortedListModel.java | 4 - .../src/trick/common/utils/TrickColors.java | 4 - .../common/utils/UnitInfixExpression.java | 4 - .../java/src/trick/common/utils/UnitType.java | 4 - .../utils/VariableServerConnection.java | 3 - .../src/trick/common/utils/XMLCreator.java | 6 +- .../dataproducts/DataProductsApplication.java | 4 - .../dataproducts/plot/JXPlotApplication.java | 3 - .../resources/JXPlotApplication.properties | 4 - .../dataproducts/plot/utils/PlotUtils.java | 3 - .../dataproducts/plot/utils/TrickChart.java | 3 - .../plot/utils/TrickChartControlPanel.java | 3 - .../plot/utils/TrickChartFrame.java | 3 - .../plot/utils/TrickChartTheme.java | 3 - .../dataproducts/plot/utils/TrickFrame.java | 3 - .../plot/utils/TrickTableFrame.java | 3 - .../utils/TrickXYLineAndShapeRenderer.java | 3 - .../dataproducts/plot/utils/TrickXYPlot.java | 3 - .../plot/utils/TrickXYSeries.java | 3 - .../utils/editor/DefaultLogAxisEditor.java | 3 - .../plot/utils/editor/TrickAxisEditor.java | 3 - .../plot/utils/editor/TrickChartEditor.java | 3 - .../utils/editor/TrickChartEditorFactory.java | 3 - .../utils/editor/TrickChartEditorManager.java | 3 - .../utils/editor/TrickNumberAxisEditor.java | 3 - .../plot/utils/editor/TrickPlotEditor.java | 3 - .../utils/editor/TrickPolarPlotEditor.java | 3 - .../plot/utils/editor/TrickTitleEditor.java | 3 - .../utils/editor/TrickValueAxisEditor.java | 3 - .../DataProductsApplication.properties | 1 - .../trickdp/TrickDPApplication.java | 4 - .../resources/TrickDPApplication.properties | 1 - .../trickdp/utils/DPRemoteCallInterface.java | 4 - .../utils/DPRemoteCallInterfaceImpl.java | 4 - .../trickdp/utils/PDFBooklet.java | 4 - .../utils/TrickDPActionController.java | 4 - .../trickqp/TrickQPApplication.java | 4 - .../resources/TrickQPApplication.properties | 1 - .../trickqp/utils/CommonProduct.java | 4 - .../trickqp/utils/DataTransferHandler.java | 6 +- .../dataproducts/trickqp/utils/Product.java | 4 - .../trickqp/utils/ProductAxis.java | 4 - .../trickqp/utils/ProductColumn.java | 4 - .../trickqp/utils/ProductCurve.java | 4 - .../trickqp/utils/ProductDataPanel.java | 4 - .../trickqp/utils/ProductDomParser.java | 4 - .../utils/ProductExternalFunction.java | 4 - .../trickqp/utils/ProductMeasurement.java | 4 - .../trickqp/utils/ProductPage.java | 4 - .../trickqp/utils/ProductPlot.java | 4 - .../trickqp/utils/ProductTable.java | 4 - .../trickqp/utils/ProductTree.java | 4 - .../trickqp/utils/ProductVar.java | 6 +- .../trickqp/utils/ProductVarcase.java | 4 - .../trickqp/utils/ProductXMLCreator.java | 6 +- .../trickqp/utils/QPRemoteCallInterface.java | 4 - .../utils/QPRemoteCallInterfaceImpl.java | 4 - .../utils/TrickQPActionController.java | 4 - .../trickqp/utils/VarListPanel.java | 4 - .../dataproducts/utils/FileTreeNode.java | 5 +- .../dataproducts/utils/FileTreePanel.java | 4 - .../src/trick/dataproducts/utils/Session.java | 4 - .../dataproducts/utils/SessionDomParser.java | 4 - .../trick/dataproducts/utils/SessionRun.java | 4 - .../utils/SessionRunTransferHandler.java | 6 +- .../dataproducts/utils/SessionXMLCreator.java | 6 +- .../trick/dataproducts/utils/SimDPTree.java | 4 - .../dataproducts/utils/SimRunDPTree.java | 4 - .../trick/dataproducts/utils/SimRunTree.java | 4 - .../java/src/trick/dre/DreApplication.java | 4 - .../dre/resources/DreApplication.properties | 3 - trick_source/java/src/trick/mtv/MtvApp.java | 1 - .../java/src/trick/sie/SieApplication.java | 4 - .../sie/resources/SieApplication.properties | 3 - .../java/src/trick/sie/utils/SieTemplate.java | 3 - .../src/trick/sie/utils/SieVariableTree.java | 4 - .../src/trick/sie/utils/VariableList.java | 4 - .../simcontrol/SimControlApplication.java | 3 - .../utils/SimControlActionController.java | 4 - .../src/trick/simcontrol/utils/SimState.java | 4 - .../java/src/trick/stripchart/StripChart.java | 3 - .../trick/stripchart/StripChartManager.java | 3 - .../stripchart/StripchartApplication.java | 3 - .../StripchartApplication.properties | 4 - trick_source/java/src/trick/test/Client.java | 4 - trick_source/java/src/trick/utils/Simcom.java | 4 - trick_source/sim_objects/BC635Clock.sm | 8 +- trick_source/sim_objects/STL.sm | 4 +- .../sim_objects/SegmentedExecutive.sm | 4 +- trick_source/sim_objects/TPROClock.sm | 8 +- trick_source/sim_objects/default_trick_sys.sm | 8 +- .../sim_services/CheckPointAgent/Makefile | 2 - .../include/ChkPtParseContext.hh | 3 - .../CheckPointAgent/src/ChkPtParseContext.cpp | 4 - .../src/ClassicCheckPointerAgent.cpp | 7 +- .../CheckPointAgent/src/PythonPrint.cpp | 7 +- .../CheckPointAgent/src/input_parser.l | 4 - .../CheckPointAgent/src/input_parser.y | 4 +- .../sim_services/CheckPointRestart/Makefile | 2 - .../include/CheckPointRestart.hh | 12 +- .../include/CheckPointRestart_c_intf.hh | 18 +- .../include/checkpoint_map.hh | 6 +- .../include/checkpoint_pair.hh | 6 +- .../include/checkpoint_queue.hh | 6 +- .../include/checkpoint_sequence_stl.hh | 6 +- .../include/checkpoint_stack.hh | 6 +- .../include/checkpoint_stl.hh | 6 +- .../include/stl_s_define_macro.hh | 4 +- .../src/CheckPointRestart.cpp | 8 +- .../src/CheckPointRestart_c_intf.cpp | 7 - trick_source/sim_services/Clock/Makefile | 2 - .../sim_services/Clock/include/BC635Clock.hh | 9 +- .../sim_services/Clock/include/Clock.hh | 8 +- .../Clock/include/GetTimeOfDayClock.hh | 9 +- .../Clock/include/TPROCTEClock.hh | 8 +- .../sim_services/Clock/include/clock_proto.h | 4 +- .../sim_services/Clock/src/BC635Clock.cpp | 6 +- trick_source/sim_services/Clock/src/Clock.cpp | 4 - .../Clock/src/GetTimeOfDayClock.cpp | 4 - .../sim_services/Clock/src/TPROCTEClock.cpp | 6 +- .../Clock/test/BC635Clock_test.cpp | 3 - .../sim_services/Clock/test/Clocks_test.cpp | 4 +- .../Clock/test/GetTimeOfDayClock_test.cpp | 168 ++--- trick_source/sim_services/Clock/test/Makefile | 1 - .../Clock/test/TPROCTEClock_test.cpp | 55 +- trick_source/sim_services/Collect/Makefile | 2 - .../Collect/include/collect_proto.hh | 4 +- .../CommandLineArguments/Makefile | 2 - .../include/CommandLineArguments.hh | 28 +- .../include/command_line_protos.h | 28 +- .../src/CommandLineArguments.cpp | 5 +- .../src/command_line_c_intf.cpp | 6 +- trick_source/sim_services/DMTCP/Makefile | 2 - .../sim_services/DMTCP/include/DMTCP.hh | 12 +- .../DMTCP/include/dmtcp_checkpoint_c_intf.hh | 19 +- trick_source/sim_services/DMTCP/src/DMTCP.cpp | 9 +- .../DMTCP/src/dmtcp_checkpoint_c_intf.cpp | 7 - trick_source/sim_services/DataRecord/Makefile | 2 - .../DataRecord/include/DRAscii.hh | 8 +- .../DataRecord/include/DRBinary.hh | 8 +- .../sim_services/DataRecord/include/DRHDF5.hh | 8 +- .../include/DataRecordDispatcher.hh | 8 +- .../DataRecord/include/DataRecordGroup.hh | 8 +- .../DataRecord/include/data_record_proto.h | 8 +- .../sim_services/DataRecord/src/DRAscii.cpp | 5 +- .../sim_services/DataRecord/src/DRBinary.cpp | 4 - .../sim_services/DataRecord/src/DRHDF5.cpp | 5 - .../DataRecord/src/DataRecordDispatcher.cpp | 5 +- .../DataRecord/src/DataRecordGroup.cpp | 5 +- .../DataRecord/src/data_record_utilities.cpp | 4 - trick_source/sim_services/DebugPause/Makefile | 2 - .../DebugPause/include/DebugPause.hh | 49 +- .../DebugPause/include/debug_pause_proto.h | 4 +- .../DebugPause/src/DebugPause.cpp | 1 + trick_source/sim_services/EchoJobs/Makefile | 2 - .../sim_services/EchoJobs/include/EchoJobs.hh | 49 +- .../EchoJobs/include/echojobs_proto.h | 8 +- .../sim_services/EchoJobs/src/EchoJobs.cpp | 1 + .../sim_services/Environment/Makefile | 2 - .../Environment/include/Environment.hh | 16 +- .../Environment/include/env_proto.h | 4 +- .../Environment/src/Environment.cpp | 3 - .../Environment/src/Environment_c_intf.cpp | 3 - .../sim_services/EventManager/Makefile | 2 - .../EventManager/include/Event.hh | 4 +- .../EventManager/include/EventInstrument.hh | 4 +- .../EventManager/include/EventManager.hh | 8 +- .../include/EventManager_c_intf.hh | 4 +- .../EventManager/include/EventProcessor.hh | 8 +- .../EventManager/src/EventManager.cpp | 5 +- .../EventManager/src/EventProcessor.cpp | 5 +- trick_source/sim_services/Executive/Makefile | 2 - .../Executive/include/Exec_exception.hh | 8 +- .../Executive/include/Executive.hh | 8 +- .../sim_services/Executive/include/Threads.hh | 8 +- .../Executive/include/exec_proto.h | 8 +- .../Executive/include/exec_proto.hh | 4 +- .../sim_services/Executive/include/sim_mode.h | 8 +- .../sim_services/Executive/src/Executive.cpp | 4 - .../src/Executive_add_depends_on_job.cpp | 5 +- .../Executive/src/Executive_c_intf.cpp | 4 - .../src/Executive_call_default_data.cpp | 3 - .../src/Executive_call_initialization.cpp | 3 - .../src/Executive_call_input_processor.cpp | 3 - .../Executive_check_all_job_cycle_times.cpp | 5 +- .../src/Executive_check_all_jobs_handled.cpp | 5 +- .../Executive/src/Executive_checkpoint.cpp | 3 - .../src/Executive_clear_scheduled_queues.cpp | 3 - .../src/Executive_create_threads.cpp | 3 - .../Executive/src/Executive_fpe_handler.cpp | 4 - .../Executive/src/Executive_freeze.cpp | 4 +- .../Executive/src/Executive_freeze_loop.cpp | 4 +- .../Executive/src/Executive_init.cpp | 3 - .../src/Executive_init_freeze_scheduled.cpp | 3 - .../src/Executive_init_signal_handlers.cpp | 4 - .../src/Executive_instrument_job.cpp | 4 - .../Executive/src/Executive_loop.cpp | 4 - .../src/Executive_loop_multi_thread.cpp | 4 - .../src/Executive_loop_single_thread.cpp | 4 - .../src/Executive_post_checkpoint.cpp | 3 - .../src/Executive_process_sim_args.cpp | 4 - .../src/Executive_register_scheduler.cpp | 4 - .../Executive/src/Executive_restart.cpp | 4 +- .../Executive/src/Executive_run.cpp | 3 - .../Executive/src/Executive_set_job_cycle.cpp | 5 +- .../Executive/src/Executive_set_job_onoff.cpp | 5 +- .../src/Executive_set_lock_memory.cpp | 7 +- .../src/Executive_set_simobject_onoff.cpp | 4 - .../Executive_set_thread_amf_cycle_time.cpp | 3 - .../src/Executive_set_thread_async_wait.cpp | 3 - .../src/Executive_set_thread_cpu_affinity.cpp | 4 - .../src/Executive_set_thread_enabled.cpp | 3 - .../src/Executive_set_thread_priority.cpp | 6 +- .../src/Executive_set_thread_process_type.cpp | 3 - .../src/Executive_set_thread_rt_semaphore.cpp | 4 - .../src/Executive_set_time_tic_value.cpp | 5 +- .../Executive/src/Executive_shutdown.cpp | 5 +- .../src/Executive_signal_handler.cpp | 4 - .../Executive/src/Executive_stop.cpp | 4 - .../Executive/src/Executive_terminate.cpp | 4 - .../src/Executive_write_s_job_execution.cpp | 5 +- .../src/Executive_write_s_run_summary.cpp | 5 +- .../sim_services/Executive/src/Threads.cpp | 4 - .../Executive/src/Threads_child.cpp | 6 +- .../src/Threads_set_amf_cycle_tics.cpp | 3 - .../Executive/src/Threads_set_async_wait.cpp | 3 - .../src/Threads_set_process_type.cpp | 3 - .../Executive/src/child_handler.cpp | 10 +- .../Executive/src/fpe_handler.cpp | 13 +- .../sim_services/Executive/src/sig_hand.cpp | 6 +- .../Executive/test/Executive_test.cpp | 3 - .../sim_services/Executive/test/Makefile | 2 - .../include/ExternalApplication.hh | 8 +- .../include/ExternalApplicationManager.hh | 4 +- .../include/MalfunctionsTrickView.hh | 8 +- .../include/MonteMonitor.hh | 8 +- .../include/SimControlPanel.hh | 8 +- .../include/StripChart.hh | 8 +- .../ExternalApplications/include/TrickView.hh | 8 +- .../include/external_application_c_intf.h | 8 +- .../src/ExternalApplication.cpp | 3 - .../src/ExternalApplication_c_intf.cpp | 3 - .../src/MalfunctionsTrickView.cpp | 3 - .../ExternalApplications/src/MonteMonitor.cpp | 3 - .../src/SimControlPanel.cpp | 3 - .../ExternalApplications/src/StripChart.cpp | 3 - .../ExternalApplications/src/TrickView.cpp | 3 - trick_source/sim_services/FrameLog/Makefile | 2 - .../FrameLog/include/FrameDataRecordGroup.hh | 8 +- .../sim_services/FrameLog/include/FrameLog.hh | 29 +- .../FrameLog/include/framelog_proto.h | 8 +- .../sim_services/FrameLog/src/FrameLog.cpp | 1 + .../sim_services/InputProcessor/Makefile | 2 - .../InputProcessor/include/IPPython.hh | 8 +- .../InputProcessor/include/IPPythonEvent.hh | 7 +- .../InputProcessor/include/InputProcessor.hh | 8 +- .../InputProcessor/include/MTV.hh | 7 +- .../include/input_processor_proto.h | 8 +- .../InputProcessor/src/IPPython.cpp | 4 - .../InputProcessor/src/IPPythonEvent.cpp | 7 +- .../InputProcessor/src/InputProcessor.cpp | 6 +- trick_source/sim_services/Integrator/Makefile | 2 - .../er7_algorithms/ABM_Integrator.hh | 4 +- .../er7_algorithms/Euler_Cromer_Integrator.hh | 4 +- .../er7_algorithms/Euler_Integrator.hh | 4 +- .../er7_algorithms/MM4_Integrator.hh | 4 +- .../er7_algorithms/NL2_Integrator.hh | 4 +- .../er7_algorithms/RK2_Integrator.hh | 4 +- .../er7_algorithms/RK4_Integrator.hh | 4 +- .../er7_algorithms/RKF45_Integrator.hh | 4 +- .../er7_algorithms/RKF78_Integrator.hh | 4 +- .../er7_algorithms/RKG4_Integrator.hh | 4 +- .../Integrator/include/IntegJobClassId.hh | 4 +- .../Integrator/include/IntegLoopManager.hh | 8 +- .../Integrator/include/IntegLoopScheduler.hh | 8 +- .../Integrator/include/IntegLoopSimObject.hh | 4 +- .../Integrator/include/Integrator.hh | 7 +- .../Integrator/include/regula_falsi.h | 29 +- .../Integrator/src/IntegLoopManager.cpp | 1 + .../Integrator/src/IntegLoopScheduler.cpp | 1 + .../Integrator/src/Integrator.cpp | 1 + .../Integrator/src/Integrator_C_Intf.cpp | 1 + .../Integrator/src/getIntegrator.cpp | 1 + .../Integrator/src/regula_falsi.c | 3 - .../Integrator/src/reset_regula_falsi.c | 8 +- .../Integrator/test/Integrator_unittest.cc | 3 - .../sim_services/Integrator/test/Makefile | 2 - .../trick_algorithms/ABM_Integrator.hh | 4 +- .../Euler_Cromer_Integrator.hh | 4 +- .../trick_algorithms/Euler_Integrator.hh | 4 +- .../trick_algorithms/MM4_Integrator.hh | 4 +- .../trick_algorithms/NL2_Integrator.hh | 6 +- .../trick_algorithms/RK2_Integrator.cpp | 3 - .../trick_algorithms/RK2_Integrator.hh | 4 +- .../trick_algorithms/RK4_Integrator.hh | 4 +- .../trick_algorithms/RKF45_Integrator.hh | 4 +- .../trick_algorithms/RKF78_Integrator.hh | 4 +- .../trick_algorithms/RKG4_Integrator.hh | 4 +- .../sim_services/JITInputFile/Makefile | 2 - .../JITInputFile/include/JITEvent.hh | 4 +- .../JITInputFile/include/JITInputFile.hh | 4 +- .../include/jit_input_file_proto.hh | 4 +- .../sim_services/JSONVariableServer/Makefile | 2 - .../include/JSONVariableServer.hh | 8 +- .../include/JSONVariableServerThread.hh | 8 +- .../src/JSONVariableServer.cpp | 1 + .../src/JSONVariableServerThread.cpp | 3 - .../sim_services/MasterSlave/Makefile | 2 - .../MasterSlave/include/MSConnect.hh | 20 +- .../MasterSlave/include/MSSharedMem.hh | 10 +- .../MasterSlave/include/MSSocket.hh | 18 +- .../MasterSlave/include/Master.hh | 8 +- .../sim_services/MasterSlave/include/Slave.hh | 27 +- .../MasterSlave/include/master_proto.h | 4 +- .../MasterSlave/include/ms_sim_mode.h | 8 +- .../sim_services/MasterSlave/src/Master.cpp | 5 +- .../sim_services/MasterSlave/src/Slave.cpp | 5 +- .../sim_services/MemoryManager/Makefile | 2 - .../sim_services/MemoryManager/Makefile_deps | 632 ++++++++++-------- .../MemoryManager/include/ADefParseContext.hh | 8 +- .../MemoryManager/include/AttributesTypeID.hh | 4 +- .../MemoryManager/include/MemoryManager.hh | 8 +- .../MemoryManager/include/RefParseContext.hh | 7 +- .../MemoryManager/include/attributes.h | 7 +- .../MemoryManager/include/bitfield_proto.h | 4 +- .../MemoryManager/include/io_alloc.h | 7 +- .../MemoryManager/include/message_proto.h | 17 - .../MemoryManager/include/mm_error.h | 4 +- .../MemoryManager/include/parameter_types.h | 7 +- .../MemoryManager/include/reference.h | 29 +- .../MemoryManager/include/value.h | 29 +- .../sim_services/MemoryManager/include/var.h | 30 +- .../sim_services/MemoryManager/include/vval.h | 3 - .../MemoryManager/include/wcs_ext.h | 27 +- .../MemoryManager/src/ADefParseContext.cpp | 26 +- .../MemoryManager/src/MemoryManager.cpp | 4 - .../src/MemoryManager_C_Intf.cpp | 3 +- .../src/MemoryManager_add_attr_info.cpp | 7 +- ...moryManager_add_shared_library_symbols.cpp | 9 +- .../MemoryManager_add_template_name_trans.cpp | 4 - .../src/MemoryManager_add_var.cpp | 9 +- .../src/MemoryManager_alloc_info_map.cpp | 7 +- .../src/MemoryManager_clear_memory.cpp | 8 +- .../src/MemoryManager_declare_var.cpp | 7 +- .../src/MemoryManager_delete_var.cpp | 7 +- .../src/MemoryManager_get_enumerated.cpp | 3 - .../src/MemoryManager_get_size.cpp | 27 +- .../src/MemoryManager_get_type_attributes.cpp | 6 +- .../src/MemoryManager_io_src_intf.cpp | 11 +- .../src/MemoryManager_is_alloced.cpp | 4 - .../src/MemoryManager_make_reference_attr.cpp | 3 - .../src/MemoryManager_map_external_object.cpp | 7 +- .../src/MemoryManager_realloc.cpp | 6 +- .../src/MemoryManager_ref_allocate.cpp | 7 +- .../src/MemoryManager_ref_assignment.cpp | 7 +- .../src/MemoryManager_ref_attributes.cpp | 4 - .../src/MemoryManager_ref_dim.cpp | 7 +- .../src/MemoryManager_ref_name.cpp | 34 +- .../MemoryManager_ref_name_from_address.cpp | 4 - .../src/MemoryManager_ref_var.cpp | 4 - .../src/MemoryManager_restore.cpp | 10 +- .../src/MemoryManager_set_checkpointagent.cpp | 7 +- .../src/MemoryManager_set_debug_level.cpp | 4 - .../src/MemoryManager_strdup.cpp | 4 - .../src/MemoryManager_write_checkpoint.cpp | 8 +- .../src/MemoryManager_write_var.cpp | 8 +- .../MemoryManager/src/RefParseContext.cpp | 4 - .../MemoryManager/src/addr_bitfield.c | 4 - .../MemoryManager/src/adef_parser.l | 4 - .../MemoryManager/src/adef_parser.y | 4 +- .../MemoryManager/src/extract_bitfield.c | 27 +- .../src/extract_unsigned_bitfield.c | 26 +- .../MemoryManager/src/insert_bitfield.c | 27 +- .../MemoryManager/src/parameter_types.c | 3 - .../MemoryManager/src/ref_free.cpp | 4 - .../MemoryManager/src/ref_parser.l | 3 - .../MemoryManager/src/ref_parser.y | 4 +- .../MemoryManager/src/ref_to_value.c | 27 +- .../MemoryManager/src/trickTypeCharString.c | 3 - .../sim_services/MemoryManager/src/vval.c | 4 - .../sim_services/MemoryManager/src/wcs_ext.c | 27 +- .../MemoryManager/test/MM_alloc_deps.cc | 3 - .../test/MM_clear_var_unittest.cc | 3 - .../test/MM_creation_unittest.cc | 3 - .../test/MM_declare_extern_var_unittest.cc | 3 - .../test/MM_declare_var_2_unittest.cc | 3 - .../test/MM_declare_var_unittest.cc | 3 - .../test/MM_delete_var_unittest.cc | 3 - .../MemoryManager/test/MM_get_enumerated.cc | 3 - .../MemoryManager/test/MM_read_checkpoint.cc | 3 - .../test/MM_ref_attributes_unittest.cc | 3 - .../test/MM_ref_name_from_address.cc | 3 - .../test/MM_resize_array_unittest.cc | 3 - .../test/MM_sizeof_type_unittest.cc | 3 - .../MemoryManager/test/MM_strdup_unittest.cc | 3 - .../MemoryManager/test/MM_test.hh | 4 +- .../MemoryManager/test/MM_write_checkpoint.cc | 3 - .../test/MM_write_checkpoint_hexfloat.cc | 3 - .../test/MM_write_var_unittest.cc | 3 - .../sim_services/MemoryManager/test/Makefile | 2 - .../MemoryManagerWrapper/Makefile | 2 - trick_source/sim_services/Message/Makefile | 2 - .../Message/include/MessageCout.hh | 53 +- .../Message/include/MessageFile.hh | 32 +- .../Message/include/MessageLCout.hh | 11 +- .../Message/include/MessagePublisher.hh | 11 +- .../Message/include/MessageSubscriber.hh | 12 +- .../Message/include/MessageTCDevice.hh | 11 +- .../Message/include/Message_proto.hh | 49 +- .../Message/include/PlaybackFile.hh | 28 +- .../Message/include/message_proto.h | 9 +- .../Message/include/message_type.h | 8 +- .../sim_services/Message/src/MessageCout.cpp | 3 - .../sim_services/Message/src/MessageFile.cpp | 3 - .../sim_services/Message/src/MessageLCout.cpp | 3 - .../Message/src/MessagePublisher.cpp | 3 - .../Message/src/MessageSubscriber.cpp | 3 - .../Message/src/MessageTCDevice.cpp | 3 - .../Message/src/Message_c_intf.cpp | 3 - .../sim_services/Message/src/PlaybackFile.cpp | 3 - trick_source/sim_services/MonteCarlo/Makefile | 2 - .../MonteCarlo/include/MonteCarlo.hh | 8 +- .../MonteCarlo/include/MonteVar.hh | 8 +- .../MonteCarlo/include/MonteVarCalculated.hh | 8 +- .../MonteCarlo/include/MonteVarFile.hh | 8 +- .../MonteCarlo/include/MonteVarFixed.hh | 8 +- .../MonteCarlo/include/MonteVarRandom.hh | 36 +- .../MonteCarlo/include/StlRandomGenerator.hh | 14 +- .../include/StlRandomGeneratorSub.hh | 8 +- .../MonteCarlo/include/montecarlo_c_intf.h | 8 +- .../MonteCarlo/src/MonteCarlo.cpp | 3 - .../MonteCarlo/src/MonteCarlo_c_intf.cpp | 3 - .../src/MonteCarlo_dispatch_run_to_slave.cpp | 4 +- .../MonteCarlo/src/MonteCarlo_dryrun.cpp | 4 +- .../src/MonteCarlo_execute_monte.cpp | 4 +- .../MonteCarlo/src/MonteCarlo_funcs.cpp | 4 +- .../src/MonteCarlo_initialize_sockets.cpp | 4 +- .../MonteCarlo/src/MonteCarlo_master.cpp | 7 +- .../src/MonteCarlo_master_file_io.cpp | 32 +- .../MonteCarlo/src/MonteCarlo_master_init.cpp | 3 - .../src/MonteCarlo_master_shutdown.cpp | 4 +- .../src/MonteCarlo_receive_results.cpp | 6 +- .../src/MonteCarlo_receive_slave_results.cpp | 4 +- .../MonteCarlo/src/MonteCarlo_run_queue.cpp | 3 - .../MonteCarlo/src/MonteCarlo_slave.cpp | 4 +- .../MonteCarlo/src/MonteCarlo_slave_funcs.cpp | 3 - .../MonteCarlo/src/MonteCarlo_slave_init.cpp | 4 +- .../src/MonteCarlo_slave_process_run.cpp | 4 +- .../src/MonteCarlo_spawn_slaves.cpp | 4 +- .../MonteCarlo/src/MonteVarCalculated.cpp | 4 +- .../MonteCarlo/src/MonteVarFile.cpp | 7 +- .../MonteCarlo/src/MonteVarFixed.cpp | 3 - .../MonteCarlo/src/MonteVarRandom.cpp | 9 +- .../MonteCarlo/src/StlRandomGenerator.cpp | 3 - .../sim_services/MonteCarlo/test/Makefile | 2 - .../MonteCarlo/test/MonteCarlo_exceptions.cpp | 3 - .../MonteCarlo/test/MonteCarlo_test.cpp | 3 - .../sim_services/RealtimeInjector/Makefile | 2 - .../RealtimeInjector/include/RtiEvent.hh | 5 +- .../RealtimeInjector/include/RtiExec.hh | 4 +- .../RealtimeInjector/include/RtiList.hh | 4 +- .../RealtimeInjector/include/RtiStager.hh | 6 +- .../sim_services/RealtimeSync/Makefile | 2 - .../RealtimeSync/include/RealtimeSync.hh | 9 +- .../RealtimeSync/include/realtimesync_proto.h | 7 +- .../RealtimeSync/src/RealtimeSync.cpp | 9 +- .../RealtimeSync/src/RealtimeSync_c_intf.cpp | 3 - trick_source/sim_services/STL/Makefile | 2 - .../sim_services/STL/include/STLInterface.hh | 4 +- .../sim_services/STL/include/STLManager.hh | 4 +- .../sim_services/STL/include/STLUtilities.hh | 4 +- .../STL/include/checkpoint_trick_map_stl.hh | 6 +- .../STL/include/checkpoint_trick_pair_stl.hh | 4 +- .../include/checkpoint_trick_sequence_stl.hh | 4 +- .../sim_services/STL/include/trick_deque.hh | 4 +- .../sim_services/STL/include/trick_list.hh | 4 +- .../sim_services/STL/include/trick_map.hh | 4 +- .../sim_services/STL/include/trick_pair.hh | 4 +- .../sim_services/STL/include/trick_queue.hh | 4 +- .../sim_services/STL/include/trick_set.hh | 4 +- .../sim_services/STL/include/trick_stack.hh | 4 +- .../sim_services/STL/include/trick_vector.hh | 4 +- .../sim_services/ScheduledJobQueue/Makefile | 2 - .../include/ScheduledJobQueue.hh | 13 +- .../include/ScheduledJobQueueInstrument.hh | 8 +- .../src/ScheduledJobQueue.cpp | 8 - .../ScheduledJobQueue/test/Makefile | 1 - trick_source/sim_services/Scheduler/Makefile | 2 - .../Scheduler/include/Scheduler.hh | 18 +- .../sim_services/Scheduler/src/Scheduler.cpp | 8 - trick_source/sim_services/Sie/Makefile | 2 - .../sim_services/Sie/include/AttributesMap.hh | 9 +- .../Sie/include/EnumAttributesMap.hh | 9 +- trick_source/sim_services/Sie/include/Sie.hh | 12 +- .../sim_services/Sie/src/AttributesMap.cpp | 4 - .../Sie/src/EnumAttributesMap.cpp | 4 - trick_source/sim_services/Sie/src/Sie.cpp | 7 - .../sim_services/Sie/src/sie_c_intf.cpp | 3 - trick_source/sim_services/SimObject/Makefile | 2 - .../SimObject/include/InstrumentBase.hh | 8 +- .../sim_services/SimObject/include/JobData.hh | 8 +- .../SimObject/include/SimObject.hh | 7 +- trick_source/sim_services/SimTime/Makefile | 2 - .../sim_services/SimTime/include/SimTime.hh | 4 +- .../SimTime/include/simtime_proto.h | 4 +- .../SimTime/include/time_offset.h | 4 +- trick_source/sim_services/ThreadBase/Makefile | 2 - .../ThreadBase/include/ThreadBase.hh | 8 +- .../ThreadBase/src/ThreadBase.cpp | 5 +- trick_source/sim_services/Timer/Makefile | 2 - .../sim_services/Timer/include/ITimer.hh | 9 +- .../sim_services/Timer/include/Timer.hh | 10 +- .../sim_services/Timer/src/ITimer.cpp | 4 - trick_source/sim_services/Timer/src/Timer.cpp | 4 - .../sim_services/Timer/src/it_handler.cpp | 10 +- .../sim_services/Timer/test/ITimer_test.cpp | 3 - trick_source/sim_services/Timer/test/Makefile | 1 - trick_source/sim_services/UnitTest/Makefile | 2 - .../sim_services/UnitTest/include/UnitTest.hh | 16 +- .../UnitTest/include/trick_tests.h | 4 +- .../sim_services/UnitTest/src/UnitTest.cpp | 35 +- .../UnitTest/src/UnitTest_c_intf.cpp | 4 - trick_source/sim_services/Units/Makefile | 2 - .../sim_services/Units/include/UnitsMap.hh | 31 +- .../sim_services/Units/src/UnitsMap.cpp | 7 - .../sim_services/VariableServer/Makefile | 2 - .../VariableServer/include/VariableServer.hh | 8 +- .../include/VariableServerListenThread.hh | 8 +- .../include/VariableServerReference.hh | 8 +- .../include/VariableServerThread.hh | 8 +- .../VariableServer/include/variable_server.h | 31 +- .../include/variable_server_message_types.h | 9 +- .../include/variable_server_proto.h | 4 +- .../include/variable_server_sync_types.h | 8 +- .../VariableServer/src/VariableReference.cpp | 1 + .../src/VariableServerListenThread.cpp | 1 + .../src/VariableServerThread.cpp | 3 - .../src/VariableServerThread_commands.cpp | 6 +- .../src/VariableServerThread_connect.cpp | 3 - .../src/VariableServerThread_copy_data.cpp | 3 - .../VariableServerThread_copy_sim_data.cpp | 3 - .../VariableServerThread_create_socket.cpp | 4 +- .../src/VariableServerThread_freeze_init.cpp | 3 - .../src/VariableServerThread_loop.cpp | 4 +- .../src/VariableServerThread_restart.cpp | 3 - .../src/VariableServerThread_write_data.cpp | 4 +- .../src/VariableServer_default_data.cpp | 3 - .../src/VariableServer_restart.cpp | 3 - .../src/VariableServer_shutdown.cpp | 3 - .../VariableServer/src/exit_var_thread.cpp | 3 - .../VariableServer/src/var_server_ext.cpp | 1 + .../VariableServer/src/vs_format_ascii.cpp | 4 - trick_source/sim_services/Zeroconf/Makefile | 2 - .../sim_services/Zeroconf/include/Zeroconf.hh | 8 +- trick_source/sim_services/include/Flag.h | 107 +-- trick_source/sim_services/include/Makefile | 2 - .../sim_services/include/RemoteShell.hh | 14 +- .../sim_services/include/TrickConstant.hh | 9 +- .../sim_services/include/collect_macros.h | 40 -- .../sim_services/include/files_to_ICG.hh | 4 +- .../sim_services/include/mm_macros.hh | 4 + .../include/populate_attribute_maps.hh | 4 +- trick_source/sim_services/include/release.h | 31 - trick_source/sim_services/include/roundoff.h | 29 +- .../sim_services/include/unix_commands.h | 5 - trick_source/sim_services/mains/Makefile | 2 - trick_source/sim_services/mains/master.cpp | 4 - trick_source/trick_swig/Makefile | 2 - .../trick_swig/PrimitiveAttributesMap.cpp | 7 - .../trick_swig/PrimitiveAttributesMap.hh | 13 +- trick_source/trick_swig/exception.py | 1 - trick_source/trick_swig/shortcuts.py | 1 - trick_source/trick_swig/swig_convert_units.hh | 4 +- trick_source/trick_swig/swig_double.cpp | 3 - trick_source/trick_swig/swig_double.hh | 7 +- trick_source/trick_swig/swig_int.cpp | 3 - trick_source/trick_swig/swig_int.hh | 7 +- trick_source/trick_swig/swig_int_templates.hh | 4 +- trick_source/trick_swig/swig_macros.hh | 3 - trick_source/trick_swig/swig_ref.cpp | 3 - trick_source/trick_swig/swig_ref.hh | 4 +- trick_source/trick_swig/trick_swig.i | 3 - trick_source/trick_swig/units_attach.i | 4 +- trick_source/trick_utils/comm/Makefile | 2 - .../trick_utils/comm/include/attributes.h | 29 +- .../trick_utils/comm/include/hs_msg.h | 28 +- trick_source/trick_utils/comm/include/tc.h | 29 +- .../trick_utils/comm/include/tc_proto.h | 29 +- .../trick_utils/comm/include/trick_byteswap.h | 48 +- .../comm/include/trick_error_hndlr.h | 29 +- .../trick_utils/comm/makefile.stand_alone | 2 - trick_source/trick_utils/comm/src/stubs.c | 26 +- trick_source/trick_utils/comm/src/tc_accept.c | 27 +- .../trick_utils/comm/src/tc_blockio.c | 27 +- .../comm/src/tc_broadcast_conninfo.c | 29 +- .../trick_utils/comm/src/tc_clock_init.c | 25 - .../trick_utils/comm/src/tc_clock_time.c | 27 +- .../trick_utils/comm/src/tc_connect.c | 27 +- .../trick_utils/comm/src/tc_dev_copy.c | 25 - .../trick_utils/comm/src/tc_disconnect.c | 25 - trick_source/trick_utils/comm/src/tc_error.c | 29 +- trick_source/trick_utils/comm/src/tc_init.c | 27 +- .../comm/src/tc_init_mcast_client.c | 2 +- .../comm/src/tc_init_mcast_server.c | 2 +- .../trick_utils/comm/src/tc_init_udp_client.c | 2 +- .../trick_utils/comm/src/tc_init_udp_server.c | 2 +- .../trick_utils/comm/src/tc_isValid.c | 27 +- trick_source/trick_utils/comm/src/tc_listen.c | 27 +- .../trick_utils/comm/src/tc_multiconnect.c | 29 +- .../trick_utils/comm/src/tc_pending.c | 27 +- trick_source/trick_utils/comm/src/tc_read.c | 27 +- .../trick_utils/comm/src/tc_read_byteswap.c | 29 +- .../trick_utils/comm/src/tc_set_blockio.c | 27 +- trick_source/trick_utils/comm/src/tc_write.c | 27 +- .../trick_utils/comm/src/tc_write_byteswap.c | 29 +- .../trick_utils/comm/src/trick_bswap_buffer.c | 25 - .../trick_utils/comm/src/trick_byteswap.c | 25 - .../trick_utils/comm/src/trick_error_hndlr.c | 25 - trick_source/trick_utils/comm/test/Makefile | 1 - .../trick_utils/comm/test/TCBlockioTest.cpp | 3 - .../trick_utils/comm/test/TCConnectTest.cpp | 3 - .../trick_utils/comm/test/TCDevCopyTest.cpp | 3 - .../comm/test/TCDisconnectTest.cpp | 3 - .../trick_utils/comm/test/TCErrorTest.cpp | 3 - .../trick_utils/comm/test/TCIsValidTest.cpp | 3 - .../trick_utils/comm/test/TCPendingTest.cpp | 3 - .../comm/test/TCReadByteSwapTest.cpp | 3 - .../comm/test/TCSetBlockIOTest.cpp | 3 - .../comm/test_programs/dr_client.c | 26 - .../trick_utils/comm/test_programs/makefile | 1 - .../comm/test_programs/tc_client.c | 25 - .../test_programs/tc_multi_client_example.c | 25 - .../test_programs/tc_multi_serv_example.c | 25 - .../comm/test_programs/tc_server.c | 25 - .../trick_utils/interpolator/Makefile | 2 - .../interpolator/include/Interpolator.hh | 6 +- .../interpolator/makefile.stand_alone | 2 - .../interpolator/src/Interpolator.cpp | 1 - .../trick_utils/interpolator/test/Makefile | 2 - trick_source/trick_utils/makefile | 2 - trick_source/trick_utils/math/Makefile | 2 - .../trick_utils/math/include/complex.h | 25 +- .../trick_utils/math/include/matrix_macros.h | 25 - .../trick_utils/math/include/quat_macros.h | 4 - .../trick_utils/math/include/rand_generator.h | 4 - .../math/include/reference_frame.h | 29 +- .../trick_utils/math/include/trick_math.h | 30 +- .../math/include/trick_math_error.h | 29 +- .../math/include/trick_math_proto.h | 29 +- .../trick_utils/math/include/vector_macros.h | 7 +- .../trick_utils/math/include/wave_form.h | 29 +- .../trick_utils/math/makefile.stand_alone | 2 - trick_source/trick_utils/math/src/LUD_inv.c | 27 +- trick_source/trick_utils/math/src/LUT_inv.c | 27 +- trick_source/trick_utils/math/src/LU_bksb.c | 27 +- trick_source/trick_utils/math/src/LU_dcmp.c | 27 +- .../trick_utils/math/src/dLU_Choleski.c | 27 +- .../trick_utils/math/src/dLU_solver.c | 27 +- .../trick_utils/math/src/dS_function.c | 27 +- .../trick_utils/math/src/deuler_123.c | 27 +- .../trick_utils/math/src/deuler_132.c | 27 +- .../trick_utils/math/src/deuler_213.c | 25 - .../trick_utils/math/src/deuler_231.c | 27 +- .../trick_utils/math/src/deuler_312.c | 27 +- .../trick_utils/math/src/deuler_321.c | 27 +- trick_source/trick_utils/math/src/dm_add.c | 27 +- trick_source/trick_utils/math/src/dm_copy.c | 27 +- trick_source/trick_utils/math/src/dm_ident.c | 27 +- trick_source/trick_utils/math/src/dm_init.c | 27 +- trick_source/trick_utils/math/src/dm_invert.c | 27 +- .../trick_utils/math/src/dm_invert_symm.c | 27 +- .../trick_utils/math/src/dm_orthonormal.c | 27 +- trick_source/trick_utils/math/src/dm_print.c | 27 +- trick_source/trick_utils/math/src/dm_scale.c | 27 +- trick_source/trick_utils/math/src/dm_sub.c | 27 +- trick_source/trick_utils/math/src/dm_trans.c | 27 +- trick_source/trick_utils/math/src/dmtxm.c | 25 - trick_source/trick_utils/math/src/dmtxmt.c | 27 +- trick_source/trick_utils/math/src/dmtxv.c | 27 +- trick_source/trick_utils/math/src/dmxm.c | 25 - trick_source/trick_utils/math/src/dmxmt.c | 27 +- trick_source/trick_utils/math/src/dmxv.c | 27 +- .../trick_utils/math/src/drandom_gaussian.c | 30 +- .../trick_utils/math/src/dsingle_axis_rot.c | 29 +- trick_source/trick_utils/math/src/dv_add.c | 27 +- trick_source/trick_utils/math/src/dv_copy.c | 27 +- trick_source/trick_utils/math/src/dv_cross.c | 29 +- trick_source/trick_utils/math/src/dv_dot.c | 30 +- trick_source/trick_utils/math/src/dv_init.c | 27 +- trick_source/trick_utils/math/src/dv_mag.c | 30 +- trick_source/trick_utils/math/src/dv_norm.c | 30 +- trick_source/trick_utils/math/src/dv_print.c | 32 +- trick_source/trick_utils/math/src/dv_scale.c | 31 +- trick_source/trick_utils/math/src/dv_skew.c | 31 +- trick_source/trick_utils/math/src/dv_store.c | 31 +- trick_source/trick_utils/math/src/dv_sub.c | 31 +- trick_source/trick_utils/math/src/dvxm.c | 32 +- trick_source/trick_utils/math/src/dvxv_add.c | 31 +- trick_source/trick_utils/math/src/dvxv_sub.c | 31 +- .../trick_utils/math/src/eigen_hh_red.c | 27 +- .../trick_utils/math/src/eigen_jacobi.c | 27 +- .../trick_utils/math/src/eigen_jacobi_4.c | 27 +- trick_source/trick_utils/math/src/eigen_ql.c | 27 +- .../trick_utils/math/src/euler_matrix.c | 27 +- .../trick_utils/math/src/gauss_rnd_bell.c | 6 +- .../trick_utils/math/src/gauss_rnd_pseudo.c | 6 +- trick_source/trick_utils/math/src/mat_copy.c | 31 +- .../trick_utils/math/src/mat_permute.c | 27 +- trick_source/trick_utils/math/src/mat_print.c | 32 +- .../trick_utils/math/src/mat_to_quat.c | 27 +- trick_source/trick_utils/math/src/mat_trans.c | 32 +- trick_source/trick_utils/math/src/matxmat.c | 32 +- trick_source/trick_utils/math/src/matxtrans.c | 32 +- trick_source/trick_utils/math/src/matxvec.c | 32 +- trick_source/trick_utils/math/src/quat_mult.c | 29 +- trick_source/trick_utils/math/src/quat_norm.c | 29 +- .../trick_utils/math/src/quat_norm_integ.c | 8 +- .../trick_utils/math/src/quat_to_mat.c | 27 +- trick_source/trick_utils/math/src/rand_num.c | 6 +- trick_source/trick_utils/math/src/roundoff.c | 35 +- .../trick_utils/math/src/tm_print_error.c | 29 +- trick_source/trick_utils/math/src/transxmat.c | 31 +- .../trick_utils/math/src/transxtrans.c | 31 +- trick_source/trick_utils/math/src/transxvec.c | 31 +- .../trick_utils/math/src/trick_gsl_rand.c | 5 +- .../trick_utils/math/src/trns_fnct_1o.c | 29 +- .../trick_utils/math/src/trns_fnct_2o.c | 27 +- .../trick_utils/math/src/uniform_rnd_1.c | 12 +- .../trick_utils/math/src/uniform_rnd_triple.c | 13 +- trick_source/trick_utils/math/src/vec_print.c | 31 +- trick_source/trick_utils/math/src/wave_form.c | 29 +- .../reqs/include/RequirementScribe.hh | 34 +- trick_source/trick_utils/shm/Makefile | 2 - trick_source/trick_utils/shm/include/tsm.h | 29 +- .../trick_utils/shm/include/tsm_proto.h | 29 +- .../trick_utils/shm/makefile.stand_alone | 2 - .../trick_utils/shm/src/tsm_disconnect.c | 27 +- trick_source/trick_utils/shm/src/tsm_init.c | 27 +- .../trick_utils/shm/src/tsm_init_with_lock.c | 28 +- .../trick_utils/shm/src/tsm_reconnect.c | 4 - trick_source/trick_utils/trick_adt/Makefile | 2 - .../trick_adt/include/MapStrToPtr.h | 21 +- .../trick_utils/trick_adt/include/bst.h | 23 +- .../trick_utils/trick_adt/include/dllist.h | 26 +- .../trick_utils/trick_adt/include/lqueue.h | 9 +- .../trick_utils/trick_adt/include/lstack.h | 8 +- .../trick_utils/trick_adt/include/outdllist.h | 8 +- .../trick_adt/include/record_array.h | 8 +- .../trick_utils/trick_adt/include/sizedata.h | 8 +- .../trick_adt/makefile.stand_alone | 2 - .../trick_utils/trick_adt/src/MapStrToPtr.c | 4 - trick_source/trick_utils/trick_adt/src/bst.c | 4 - .../trick_utils/trick_adt/src/bubble_sort.c | 4 - .../trick_utils/trick_adt/src/dllist.c | 4 - .../trick_utils/trick_adt/src/lqueue.c | 4 - .../trick_utils/trick_adt/src/lstack.c | 5 - .../trick_utils/trick_adt/src/record_array.c | 4 - .../trick_utils/trick_adt/test_program/test.c | 10 - trick_source/trick_utils/units/Makefile | 2 - .../trick_utils/units/include/UCFn.hh | 18 +- .../trick_utils/units/include/Unit.hh | 33 +- .../trick_utils/units/include/constant.h | 29 +- .../trick_utils/units/include/units_conv.h | 27 +- .../trick_utils/units/makefile.stand_alone | 2 - trick_source/trick_utils/units/src/UCFn.cpp | 13 +- trick_source/trick_utils/units/src/Unit.cpp | 12 +- .../trick_utils/units/src/units_conv.c | 5 +- .../units/test/UnitConvTestSuite.cpp | 1 - .../trick_utils/units/test/UnitTestSuite.cpp | 51 +- 1325 files changed, 1839 insertions(+), 9472 deletions(-) delete mode 100644 trick_source/sim_services/MemoryManager/include/message_proto.h diff --git a/Makefile b/Makefile index 8c4eed24..68bbc0dc 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,6 @@ # 'doxygen' - Generate HTML User's Guide. # 'test' - Run Unit-tests and Simulation Tests. -# $Id: Makefile 3796 2015-02-11 19:53:36Z alin $ - export TRICK_HOME = $(CURDIR) # Include the build configuration information. diff --git a/bin/C3PO b/bin/C3PO index 09a05deb..08885776 100755 --- a/bin/C3PO +++ b/bin/C3PO @@ -1,7 +1,5 @@ #! /usr/bin/perl -# $Id: CP 1740 2011-07-07 18:38:25Z lin $ - use File::Basename ; use Cwd ; use strict ; diff --git a/bin/ICG_10 b/bin/ICG_10 index 80f0ecf2..e48d7f62 100755 --- a/bin/ICG_10 +++ b/bin/ICG_10 @@ -1,39 +1,5 @@ #!/usr/bin/perl -# -# $Id: ICG_10 3006 2013-06-07 21:10:59Z dstrauss $ -# Revision 7.3 2006-09-20 14:50:44-05 hua -# Update ICG -u to include dual system units and prefix list -# -# Revision 7.2 2006-07-26 10:00:46-05 hua -# ICG -u Measurement Units Summary Incomplete -# -# Revision 7.1 2006-06-22 14:15:34-05 lin -# Bump version number for 07 -# -# Revision 5.3 2006-03-29 16:09:54-06 lin -# add -DTRICK_VER=x to ICG -help -# -# Revision 5.2 2005-11-08 14:53:28-06 vetter -# 8 space indent bin directory -# -# Revision 5.1 2004-08-05 11:29:12-05 lin -# Bump -# -# Revision 4.6 2004/03/09 22:36:44 lin -# trick_version -v is messed up. -# -# Revision 4.5 2004/02/10 21:59:35 lin -# make the CP, ICG, MIS help messages prettier -# -# Revision 4.4 2004/01/28 17:13:06 lin -# Cut error message out of CP down to 1 line. -# -# Revision 4.3 2004/01/16 21:34:33 lin -# Can't Compile 04 With g++3 -# -# - use FindBin qw($Bin); use strict ; use Getopt::Long; diff --git a/bin/MIS b/bin/MIS index 507701f3..9d576ca8 100755 --- a/bin/MIS +++ b/bin/MIS @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: MIS 385 2009-10-30 15:10:03Z lin $ - use strict ; use FindBin qw($Bin); use lib "$Bin/pm" ; diff --git a/bin/Trick.cshrc b/bin/Trick.cshrc index 68bba355..ace9f392 100644 --- a/bin/Trick.cshrc +++ b/bin/Trick.cshrc @@ -2,8 +2,6 @@ # This provides the default Trick environment for Trick users. # Users may override any variable within their .Trick_user_cshrc -# $Id: Trick.cshrc 1963 2011-10-06 21:22:03Z wwoodard $ - ################################################################# # Is Trick installed where TRICK_HOME is? ################################################################# diff --git a/bin/Trick.profile b/bin/Trick.profile index 04e581f1..e313c1b4 100644 --- a/bin/Trick.profile +++ b/bin/Trick.profile @@ -2,8 +2,6 @@ # This provides the default Trick environment for Trick users. # Users may override any variable within their .Trick_user_profile -# $Id: Trick.profile 1963 2011-10-06 21:22:03Z wwoodard $ - ################################################################# # Is Trick installed where TRICK_HOME is? ################################################################# diff --git a/bin/condense_list.pl b/bin/condense_list.pl index b6a03883..088416c4 100755 --- a/bin/condense_list.pl +++ b/bin/condense_list.pl @@ -1,26 +1,5 @@ #!/usr/bin/perl -#*****************************************************************************# -# # -# Trick Simulation Environment Software # -# # -# Copyright (c) 1996,1997 LinCom Corporation, Houston, TX # -# All rights reserved. # -# # -# Copyrighted by LinCom Corporation and proprietary to it. Any unauthorized # -# use of Trick Software including source code, object code or executables is # -# strictly prohibited and LinCom assumes no liability for such actions or # -# results thereof. # -# # -# Trick Software has been developed under NASA Government Contracts and # -# access to it may be granted for Government work by the following contact: # -# # -# Contact: Charles Gott, Branch Chief # -# Simulation and Graphics Branch # -# Automation, Robotics, & Simulation Division # -# NASA, Johnson Space Center, Houston, TX # -# # -#*****************************************************************************# #******************************************************************** # Program: condense_list.awk # @@ -33,8 +12,6 @@ # Date: 3/21/2001 #******************************************************************** -# $Id: condense_list.pl 49 2009-02-02 22:37:59Z lin $ - #USAGE condense_list.pl [s=] env vars or values #get separator character diff --git a/bin/convert_swig b/bin/convert_swig index dced858a..287a7ef3 100755 --- a/bin/convert_swig +++ b/bin/convert_swig @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: convert_swig 3762 2014-12-04 19:48:35Z alin $ - use FindBin qw($Bin); use strict ; use Getopt::Long; diff --git a/bin/default_data_convert b/bin/default_data_convert index ceb4dcab..18b97b10 100755 --- a/bin/default_data_convert +++ b/bin/default_data_convert @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: default_data_convert 401 2009-11-13 20:21:13Z wwoodard $ - use File::Basename ; use strict ; use Cwd ; diff --git a/bin/depend_cp b/bin/depend_cp index 2b24f7b9..596f1c91 100755 --- a/bin/depend_cp +++ b/bin/depend_cp @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: depend_cp 495 2010-01-15 00:57:37Z wwoodard $ - use Cwd ; use File::Basename; use strict ; diff --git a/bin/depend_objs b/bin/depend_objs index 60b532f5..6f772d80 100755 --- a/bin/depend_objs +++ b/bin/depend_objs @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: depend_cp 495 2010-01-15 00:57:37Z wwoodard $ - use Cwd 'abs_path' ; use File::Basename; use strict ; diff --git a/bin/gte b/bin/gte index c2ac2d35..f8a178cf 100755 --- a/bin/gte +++ b/bin/gte @@ -1,7 +1,5 @@ #!/usr/bin/perl -# $Id: gte 3590 2014-06-26 21:14:38Z alin $ - use FindBin qw($RealBin); use lib "$RealBin/pm" ; use gte ; diff --git a/bin/install_user b/bin/install_user index 234e5d35..9c59d99e 100755 --- a/bin/install_user +++ b/bin/install_user @@ -1,7 +1,6 @@ #! /usr/bin/perl # install_user tells users to add Trick's bin to their path. -# $Id: install_user 3792 2015-02-03 21:51:57Z alin $ use File::Basename ; use Cwd 'abs_path'; diff --git a/bin/kill_sim b/bin/kill_sim index 05fafd73..092732be 100755 --- a/bin/kill_sim +++ b/bin/kill_sim @@ -1,8 +1,5 @@ #!/bin/sh -# -# $Id: kill_sim 2477 2012-06-27 17:50:59Z wwoodard $ - if [ `uname -s` = "SunOS" ] then MY_UID=`/usr/xpg4/bin/id -u` else diff --git a/bin/make_build b/bin/make_build index d755d909..8394f961 100755 --- a/bin/make_build +++ b/bin/make_build @@ -1,25 +1,5 @@ #! /usr/bin/perl -################################################################################ -# -# Trick Simulation Environment Software -# -# Copyright (c) 1996,1997 LinCom Corporation, Houston, TX -# All rights reserved. -# -# Copyrighted by LinCom Corporation and proprietary to it. Any unauthorized -# use of Trick Software including source code, object code or executables is -# strictly prohibited and LinCom assumes no liability for such actions or -# results thereof. -# -# Trick Software has been developed under NASA Government Contracts and -# access to it may be granted for Government work by the following contact: -# -# Contact: Charles Gott, Branch Chief -# Flight Robotic Systems Branch -# Automation, Robotics, & Simulation Division -# NASA, Johnson Space Center, Houston, TX -# ################################################################################ # Program: make_build # @@ -30,8 +10,6 @@ # #******************************************************************* -# $Id: make_build 1302 2010-12-06 16:29:09Z lin $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use Cwd ; use File::Basename ; diff --git a/bin/mis_dep b/bin/mis_dep index d348eb8a..078326c9 100755 --- a/bin/mis_dep +++ b/bin/mis_dep @@ -9,8 +9,6 @@ # from the TRICK HEADERs in the source files. TRICK_CFLAGS # are used to actually find all files in the dependency tree. -# $Id: mis_dep 49 2009-02-02 22:37:59Z lin $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use Cwd ; use File::Basename ; diff --git a/bin/pm/ICG.pm b/bin/pm/ICG.pm index 14912f9e..2c1902ee 100644 --- a/bin/pm/ICG.pm +++ b/bin/pm/ICG.pm @@ -1,7 +1,5 @@ package ICG ; -# $Id: ICG.pm 3641 2014-08-20 22:23:15Z alin $ - use Exporter (); @ISA = qw(Exporter); use vars qw($arg_lang); diff --git a/bin/pm/MIS.pm b/bin/pm/MIS.pm index 99e4f766..a53a637d 100644 --- a/bin/pm/MIS.pm +++ b/bin/pm/MIS.pm @@ -1,7 +1,5 @@ package MIS ; -# $Id: MIS.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(mis_c mis_all_c process_args); diff --git a/bin/pm/auto_doc.pm b/bin/pm/auto_doc.pm index 667092ca..20223417 100644 --- a/bin/pm/auto_doc.pm +++ b/bin/pm/auto_doc.pm @@ -1,7 +1,5 @@ package auto_doc; -# $Id: auto_doc.pm 1375 2011-02-01 23:32:36Z wwoodard $ - # Note: # Firefox 3 fails to process XSLT files if they are on the local hard drive plus # outside of the current XML file's path (or descendant paths). Users may need diff --git a/bin/pm/default_data.pm b/bin/pm/default_data.pm index 8aa920bf..63857700 100644 --- a/bin/pm/default_data.pm +++ b/bin/pm/default_data.pm @@ -1,7 +1,5 @@ package default_data ; -# $Id: default_data.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_default_data); @@ -46,7 +44,7 @@ sub make_default_data($) { #--------------------------- # Print version - date - printf S_DEF "\n// \$Id: default_data.pm 2384 2012-05-14 20:58:18Z alin $year/%02d/%02d %02d\:%02d\:%02d $login\n", + printf S_DEF "\n// Created $year/%02d/%02d %02d\:%02d\:%02d $login\n", $mon , $mday , $hour , $min , $sec ; print S_DEF " diff --git a/bin/pm/edit.pm b/bin/pm/edit.pm index f2ad0620..a477a637 100644 --- a/bin/pm/edit.pm +++ b/bin/pm/edit.pm @@ -1,7 +1,5 @@ package edit ; -# $Id: edit.pm 2014 2011-10-31 18:33:09Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(edit_only edit_and_exit); diff --git a/bin/pm/find_module.pm b/bin/pm/find_module.pm index 3f7655a2..c843b225 100644 --- a/bin/pm/find_module.pm +++ b/bin/pm/find_module.pm @@ -1,7 +1,5 @@ package find_module ; -# $Id: find_module.pm 2384 2012-05-14 20:58:18Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(find_header_file ); diff --git a/bin/pm/gte.pm b/bin/pm/gte.pm index 91f92d59..8b553819 100644 --- a/bin/pm/gte.pm +++ b/bin/pm/gte.pm @@ -1,7 +1,5 @@ package gte ; -# $Id: gte.pm 3570 2014-06-24 21:30:38Z alin $ - use File::Basename ; use Cwd 'abs_path'; use Exporter (); diff --git a/bin/pm/html.pm b/bin/pm/html.pm index ed981f81..5f1ef86c 100644 --- a/bin/pm/html.pm +++ b/bin/pm/html.pm @@ -1,7 +1,5 @@ package html ; -# $Id: html.pm 3177 2013-08-22 14:39:36Z alin $ - use Exporter (); use File::Basename ; @ISA = qw(Exporter); diff --git a/bin/pm/make_makefile.pm b/bin/pm/make_makefile.pm index 8ea219cf..a3deb7a1 100644 --- a/bin/pm/make_makefile.pm +++ b/bin/pm/make_makefile.pm @@ -1,7 +1,5 @@ package make_makefile ; -# $Id: make_makefile.pm 3778 2015-01-20 22:49:51Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_makefile); diff --git a/bin/pm/make_no_swig_makefile.pm b/bin/pm/make_no_swig_makefile.pm index 9e583fab..5d5f0786 100644 --- a/bin/pm/make_no_swig_makefile.pm +++ b/bin/pm/make_no_swig_makefile.pm @@ -1,7 +1,5 @@ package make_no_swig_makefile ; -# $Id: make_makefile.pm 591 2010-03-09 21:17:48Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(make_no_swig_makefile); diff --git a/bin/pm/make_swig_makefile.pm b/bin/pm/make_swig_makefile.pm index 2e4639cb..ab674418 100644 --- a/bin/pm/make_swig_makefile.pm +++ b/bin/pm/make_swig_makefile.pm @@ -1,7 +1,5 @@ package make_swig_makefile ; -# $Id: make_makefile.pm 591 2010-03-09 21:17:48Z lin $ - use Exporter (); use trick_version ; use File::Path ; diff --git a/bin/pm/mis_dep.pm b/bin/pm/mis_dep.pm index 2b40884d..7694ce4c 100644 --- a/bin/pm/mis_dep.pm +++ b/bin/pm/mis_dep.pm @@ -1,7 +1,5 @@ package mis_dep ; -# $Id: mis_dep.pm 3041 2013-06-19 15:55:06Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(mis_dep mis_catalog_dep traverse_tree); diff --git a/bin/pm/parse_s_define.pm b/bin/pm/parse_s_define.pm index ba5478b3..602b0d32 100644 --- a/bin/pm/parse_s_define.pm +++ b/bin/pm/parse_s_define.pm @@ -1,7 +1,5 @@ package parse_s_define ; -# $Id: parse_s_define.pm 3676 2014-10-03 16:13:01Z dbankier $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(parse_s_define handle_sim_object handle_integ_loop handle_collects diff --git a/bin/pm/s_source.pm b/bin/pm/s_source.pm index df1a6a22..ad7037c0 100644 --- a/bin/pm/s_source.pm +++ b/bin/pm/s_source.pm @@ -1,7 +1,5 @@ package s_source ; -# $Id: s_source.pm 3711 2014-10-28 19:43:54Z alin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(s_source); @@ -34,8 +32,7 @@ sub s_source($) { #--------------------------- # Print version - date - my ($temp) = "Id:" ; - printf S_SOURCE "\n/* \$$temp S_source.cpp auto $year/%02d/%02d %02d\:%02d\:%02d $login \$ */\n", + printf S_SOURCE "\n/* Created $year/%02d/%02d %02d\:%02d\:%02d $login \$ */\n", $mon , $mday , $hour , $min , $sec ; #--------------------------- diff --git a/bin/pm/trick_print.pm b/bin/pm/trick_print.pm index 936ce8b2..1cdf8c7e 100644 --- a/bin/pm/trick_print.pm +++ b/bin/pm/trick_print.pm @@ -1,7 +1,5 @@ package trick_print ; -# $Id: trick_print.pm 49 2009-02-02 22:37:59Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(trick_print); diff --git a/bin/pm/trick_units.pm b/bin/pm/trick_units.pm index bb1f281c..1d5f84e2 100644 --- a/bin/pm/trick_units.pm +++ b/bin/pm/trick_units.pm @@ -1,7 +1,5 @@ package trick_units ; -# $Id: trick_units.pm 3449 2014-02-25 22:07:15Z dstrauss $ - %units_info = ( "s" => ["seconds", "Standard", "Time"], "ps" => ["pico-seconds", "Standard", "Time"], diff --git a/bin/pm/trick_version.pm b/bin/pm/trick_version.pm index dab6e597..42bad703 100644 --- a/bin/pm/trick_version.pm +++ b/bin/pm/trick_version.pm @@ -1,7 +1,5 @@ package trick_version ; -# $Id: trick_version.pm 49 2009-02-02 22:37:59Z lin $ - use Exporter (); @ISA = qw(Exporter); @EXPORT = qw(get_trick_version); diff --git a/bin/start_sim b/bin/start_sim index ff80420f..e86af978 100755 --- a/bin/start_sim +++ b/bin/start_sim @@ -16,8 +16,6 @@ # #============================================================================== -# $Id: start_sim 301 2009-08-20 13:37:27Z wwoodard $ - use lib $ENV{"TRICK_HOME"} . "/bin/pm" ; use gte ; #use strict ; diff --git a/bin/trick_make_checksums b/bin/trick_make_checksums index 8790a1a5..51794ccf 100755 --- a/bin/trick_make_checksums +++ b/bin/trick_make_checksums @@ -5,8 +5,6 @@ # This script will run under 5.00x but the results # are not reliable. Under perl 5.6.0 it works well. -# $Id: trick_make_checksums 49 2009-02-02 22:37:59Z lin $ - use strict; use File::Find; use Cwd; diff --git a/bin/trick_verify_checksums b/bin/trick_verify_checksums index 07ac9b8c..adc4a871 100755 --- a/bin/trick_verify_checksums +++ b/bin/trick_verify_checksums @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: trick_verify_checksums 3231 2013-09-17 19:41:41Z alin $ - use strict; use File::Find; use Cwd; diff --git a/bin/trick_version b/bin/trick_version index f5d1d30c..0faa6368 100755 --- a/bin/trick_version +++ b/bin/trick_version @@ -1,8 +1,5 @@ #!/usr/bin/perl -# -# $Id: trick_version 2716 2012-11-15 21:49:55Z alin $ - use File::Basename ; use Cwd 'abs_path'; use strict; diff --git a/bin/vc b/bin/vc index 25d767e1..73d323ba 100755 --- a/bin/vc +++ b/bin/vc @@ -17,7 +17,7 @@ if ( $^O eq "darwin" ) { $command = "java -classpath $ENV{TRICK_HOME}/bin/java/dist/*:$ENV{TRICK_HOME}/bin/java/lib/* \\ -Xdock:name=\"Variable Counter\" \\ -Xdock:icon=$ENV{TRICK_HOME}/bin/java/resources/trick_icon.png \\ - trick.vc.VariableSounter " . join (" " , @ARGV) ; + trick.vc.VariableCounter " . join (" " , @ARGV) ; } else { $command = "java -cp $ENV{TRICK_HOME}/bin/java/dist/*:$ENV{TRICK_HOME}/bin/java/lib/* trick.vc.VariableCounter " . join (" " , @ARGV) ; } diff --git a/configure b/configure index 5c53438d..f4e276fd 100755 --- a/configure +++ b/configure @@ -3,8 +3,6 @@ # configure script for Trick # type configure --help for usage -# $Id: configure 3785 2015-01-26 14:12:13Z alin $ - ver_out="" ver_min="" ver_url="" diff --git a/docs/trick_module.xsl b/docs/trick_module.xsl index 6314ffad..9edbd569 100644 --- a/docs/trick_module.xsl +++ b/docs/trick_module.xsl @@ -4,26 +4,6 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - -