Need to include SimTime.hh for ICG and swig processing.

Added the sim time header files to files_to_ICG.hh and sim_services.i so it will be processed.

refs 
This commit is contained in:
Alex Lin 2016-06-15 16:58:57 -05:00
parent 9d840f334f
commit 4a54ff169b
4 changed files with 9 additions and 3 deletions
bin/pm
trick_source
sim_objects
sim_services/include
trick_swig

@ -20,7 +20,6 @@ sub s_source($) {
# Get Trick version
my ($version, $thread) = get_trick_version() ;
$thread =~ s/\d+\.// ;
#---------------------------
# Get date
@ -182,9 +181,9 @@ PURPOSE:
"void memory_init( void ) {\n\n" ;
print S_SOURCE " " x 4 , "ALLOC_INFO * ai ;\n" ;
print S_SOURCE " " x 4 , "exec_set_version_date_tag\( \"@(#)CP Version $version-$thread, $date\" \) ;\n" ;
print S_SOURCE " " x 4 , "exec_set_version_date_tag\( \"@(#)CP Version $version, $date\" \) ;\n" ;
print S_SOURCE " " x 4 , "exec_set_build_date\( \"$date\" \) ;\n" ;
print S_SOURCE " " x 4 , "exec_set_current_version\( \"$version-$thread\" \) ;\n\n" ;
print S_SOURCE " " x 4 , "exec_set_current_version\( \"$version\" \) ;\n\n" ;
print S_SOURCE " " x 4 , "populate_sim_services_class_map\(\) ;\n" ;
print S_SOURCE " " x 4 , "populate_sim_services_enum_map\(\) ;\n" ;

@ -92,6 +92,8 @@ a replacement SimObject will create an uncompilable sim.
##include "sim_services/Zeroconf/include/Zeroconf.hh"
##include "sim_services/RealtimeInjector/include/RtiStager.hh"
##include "sim_services/RealtimeInjector/include/RtiExec.hh"
##include "sim_services/SimTime/include/SimTime.hh"
##include "sim_services/SimTime/include/simtime_proto.h"
// TODO: move users away from this STL checkpoint method
##include "sim_services/CheckPointRestart/include/checkpoint_stl.hh"

@ -91,4 +91,6 @@
#include "trick_utils/math/include/wave_form.h"
#include "trick_utils/math/include/rand_generator.h"
#include "sim_services/SimTime/include/SimTime.hh"
#endif

@ -144,6 +144,9 @@
#include "sim_services/VariableServer/include/variable_server_proto.h"
#include "sim_services/include/Flag.h"
#include "trick_utils/units/include/Unit.hh"
#include "sim_services/SimTime/include/SimTime.hh"
#include "sim_services/SimTime/include/simtime_proto.h"
#ifdef USE_ER7_UTILS_INTEGRATORS
#include "er7_utils/integration/core/include/integrator_constructor_factory.hh"