trick/trick_source/sim_services/VariableServer
Jacqueline Deans 9c8799610f
Variable Server - var_send_once and integration test (#1330)
* Adds the send_once command and message type, which allows a user to request a variable to be sent immediately and only once (intended to replace the var_add, var_send, var_clear idiom that is commonly used for this purpose)
* Minor refactoring of variable server internals to reduce repeated code
* Adds SIM_test_varserv to integration test to test basic variable server functionality
* Changes graphics client for SIM_billiards to use var_send_once as an example of intended use
* Add documentation for var_send_once in docs and tutorial
* Set exit_code_enabled in trick unit tests to be true by default
* Patch for failing bookworm build
2022-08-18 10:47:07 -05:00
..
exit_var_thread.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Infer TRICK_HOME in Makefiles 2019-06-21 13:15:22 -05:00
Makefile_deps Use udunits package for units conversions 2016-05-17 09:55:12 -05:00
var_server_ext.cpp Variable Server - var_send_once and integration test (#1330) 2022-08-18 10:47:07 -05:00
VariableReference.cpp Add capability to list current variable server connections in JSON re… (#732) 2019-02-18 17:11:41 -06: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 Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServer_shutdown.cpp add missing lock/unlock on pthread map mutex to VariableServer::shutdown fixes #1133 (#1134) 2021-04-26 23:28:26 -05:00
VariableServer.cpp Change std::endl to linefeed as appropriate. (#773) 2019-05-13 16:05:01 -05:00
VariableServerListenThread.cpp #1260 change get_user_tag_ref to const because its the right thing to do 2022-05-17 12:08:13 -05:00
VariableServerThread_commands.cpp Variable Server - var_send_once and integration test (#1330) 2022-08-18 10:47:07 -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 Variable Server - var_send_once and integration test (#1330) 2022-08-18 10:47:07 -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 Variable Server - var_send_once and integration test (#1330) 2022-08-18 10:47:07 -05:00
VariableServerThread_restart.cpp Variable server restart issues 2016-04-19 13:50:30 -05:00
VariableServerThread_write_data.cpp Variable Server - var_send_once and integration test (#1330) 2022-08-18 10:47:07 -05:00
VariableServerThread_write_stdio.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
VariableServerThread.cpp Initial excision of DMTCP from Trick. #28 2021-08-27 19:38:56 -05:00
vs_format_ascii.cpp Omit cv_convert_double for trivial conversions 2022-07-08 12:32:43 -05:00