trick/trick_source/sim_services/VariableServer
Alex Lin 941eb5c1cc Remove duplicate stand-alone libraries
I changed trick comm so that there is only one version built, not a slightly different version
if you are in or out of a sim.  While I was in the trick comm code, I removed all of the
unnecessary system header file inclusions out of tc.h.   I modified each of the source files
to include the system files it requires.  Some sim_services files were including tc.h and
also had to be edited to add headers.  I removed the stand-alone makefiles out of all
of the trick_utils directories.  Finally I modified the master makefile to exclude the
trick_util directories comm, math, and units from being archived into libtrick.a.  Each of
those directories will create their own library and will be included when linking a Trick sim.

refs #71
2015-06-24 15:58:17 -05:00
..
docs Standardize directory names 2015-06-09 08:44:42 -05:00
exit_var_thread.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile_deps Standardize directory names 2015-06-09 08:44:43 -05:00
var_server_ext.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableReference.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_freeze_scheduled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_freeze.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_scheduled.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_copy_data_top.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_default_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_freeze_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_next_freeze_call_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_next_sync_call_time.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_get_var_server_port.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_restart.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer_shutdown.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServer.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerListenThread.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_commands.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_connect.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_copy_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_copy_sim_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_create_socket.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_freeze_init.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_loop.cpp Remove duplicate stand-alone libraries 2015-06-24 15:58:17 -05:00
VariableServerThread_restart.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_write_data.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread_write_stdio.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
vs_format_ascii.cpp Standardize directory names 2015-06-09 08:44:42 -05:00