102 Commits

Author SHA1 Message Date
Marcus Rockwell
8d328dbed5 Create a stubbed SimControl Panel 2024-08-08 15:08:21 -04:00
Marcus Rockwell
922ae5582c Fixed Real Time Toggle Test 2024-07-16 13:25:20 -05:00
Marcus Rockwell
c51254094f Merge branch 'master' into HeadlessJavaGUITests 2024-07-14 13:07:06 -05:00
Marcus Rockwell
6a8edf6771 Allow for both gui and headless testing 2024-05-12 15:21:16 -05:00
Pherring04
14708ca9cc
Issue-1677 Fix (#1688)
* Added timeout to control panel to variable server connection attempts

* Updated 127.0.0.1 to localhost
2024-04-18 13:46:05 -05:00
Marcus Rockwell
b6ff7ec3f1 Added GUI testing to the base Makefile 2024-03-28 17:17:33 -05:00
Marcus Rockwell
ab32e65068 Merge branch 'master' into HeadlessJavaGUITests 2024-03-28 16:31:29 -05:00
Marcus Rockwell
f75d26a4a8 Transferring to new fork 2024-03-25 15:42:58 -05:00
Marcus Rockwell
5c9615ddad Created initial headless test cases 2024-03-20 11:32:04 -05:00
Marcus Rockwell
6cc93ecb19 Refactored SimControlApplication 2024-03-20 11:31:01 -05:00
Marcus Rockwell
d15daf6cb0 Created an interface to compile and run sims 2024-03-20 11:29:40 -05:00
Marcus Rockwell
3368bbb460 refactored connect() 2024-03-13 10:40:17 -05:00
Hong Chen
da0ddfcb89
Updated to get bsaf-1.9.2.jar locally instead of from maven repository. (#1667) 2024-03-13 10:21:50 -05:00
Marcus Rockwell
f9bf78c8a8 Merge branch 'master' into RefactorSimControlPanelConnect 2024-03-13 09:47:35 -05:00
Alex Lin
7547d36ab4
Repurpose the "Sim/Real Time" field on the sim control panel #1626 (#1627)
* Repurpose the "Sim/Real Time" field on the sim control panel #1626

Added calculations in the realtime sync monitor job to calculate the
average sim/realtime ratio for the past 100 frames.  This is saved to
a new variable, actual_run_ratio.  Changed the sim control panel to
display the actual_run_ratio value.

* Repurpose the "Sim/Real Time" field on the sim control panel #1626

how does this compile locally but not in CI?  Didn't include cmath.
2024-01-23 10:46:55 -06:00
Mrockwell2
dad8e3b872
Standardized error messaging in Sim Control Panel. (#1636)
* Standardized error messaging in Sim Control Panel.

* Allowed for a popup when in Lite mode

* Fixed the NullPointerException

* Cleaning up and documenting implementation.
2024-01-18 10:57:52 -06:00
Marcus Rockwell
dbd04beee4 Reimplemented the Trick View Test Suite 2023-10-06 16:17:09 -05:00
Marcus Rockwell
69dc3d4110 Reimplemented the Sniffer Test Suite 2023-10-06 16:16:30 -05:00
Marcus Rockwell
935bf287d4 Reimplemented the SimControl Test Suite 2023-10-06 16:16:08 -05:00
Marcus Rockwell
04615cb434 Changed the resource file to the one from SIM_robot 2023-10-05 16:36:32 -05:00
Marcus Rockwell
47862461ee SIE Application Tests Reimplemented 2023-10-05 16:36:00 -05:00
Marcus Rockwell
5bdf7e0151 MTV Tests Reimplemented 2023-10-05 16:35:38 -05:00
Marcus Rockwell
2770a2c445 MonteMonitor Tests Reimplimented 2023-10-05 16:35:08 -05:00
Marcus Rockwell
acdf2420e8 DataProducts Test Reimplemented 2023-10-05 16:34:41 -05:00
Marcus Rockwell
f0af15ee2d Updated the testing for DRE
Fixed the errors when running the test
2023-10-05 15:32:40 -05:00
Marcus Rockwell
0be90e3791 Got maven set up so that the tests run 2023-10-02 18:23:36 -05:00
Hong Chen
cca7191129
1504 trick run summary enhancement for memory used (#1545)
* Added SIM RAM usage info to trick run summary.

* Fixed to use #if for determing which OS.

* Removed the system print out statement when MonitorHealthStatusTask is finished.

* Changed "M" to "MB" for RAM usage info on run summery.
2023-08-24 13:51:19 -05:00
Jacqueline Deans
c2e42f4ef4 Refactor and test Variable Server.
- Split VariableServerThread into VariableServerSession and VariableReference classes
- Use C++ streams for data handling
- Unit tests
2023-06-26 12:23:58 -05:00
Deans
cad38de0d6 Fix typo in ProductVar.java 2022-06-27 16:17:48 -05:00
Penn, John M 047828115
2153eaa6f0 Add print statement back to configure. Tidy up GridLayout instnciation. #28 #1183 2021-08-30 12:30:35 -05:00
Penn, John M 047828115
e487e5609f Initial excision of DMTCP from Trick. #28 2021-08-27 19:38:56 -05:00
Penn, John M 047828115
edcacba00f Give trick-dre the capability to expand arrayed variables like trick-tv. #381 2021-04-29 14:29:18 -05:00
Scott Fennell
663f9937be remove Set Units field from TV closes #1014 2020-07-02 14:05:10 -05:00
Scott Fennell
6f85dc19b4 #960 fix launchQP 2020-02-21 13:51:44 -06:00
Scott Fennell
ea6ff1b233 fix TV bug where you could not convert multiple variables at the same time, also add set units field closes #940 2020-02-06 12:19:55 -06:00
Scott Fennell
4f5ce7e4a1
Maven, offline mode, and --enable-mongoose (#939)
closes #938 
closes #941 
closes #943
2020-02-05 14:31:58 -06:00
Alex Lin
d92acb133d Cmake using http instead of https to download java files #937
Changed http to https.
2020-01-24 08:08:25 -06:00
Scott Fennell
0a19f19c90
#858 #262 allow manual entry of conversion unit for any compatible udunit in TV (#921)
* #858 #262 allow manual entry of conversion unit for any compatible udunit in TV

* #858 #262 remove combo boxes from unit conversion for consistancy and flexability when converting units
2020-01-02 13:28:42 -06:00
Alex Lin
ce0cdc9636
Cmake merge (#901)
* Merging changes from cmake branch to master

* Fixing includes for renamed header files

* still need build rule

* Adding warning for swig code for gcc8+

* Adding CMakeLists.txt for data products

* Cmake merge #901

Making adjustments to get cmake working on the Mac (Mojave)

* Cmake merge #901

Changing string append to list append
2019-11-19 09:01:16 -06:00
Derek Bankieris
5dd8fe4cf1 TrickView: Order enums according to S_sie.resource
Closes #860
2019-09-09 08:53:00 -05:00
Derek Bankieris
d5544a5991 Correct decimal formatting for ints in TrickView
3032aae added fixed-width to binary formats. Looks like I modified
TVInteger's Decimal format instead of Binary.

Refs #661
2019-04-25 07:29:58 -05:00
Scott Fennell
35b4cf7880 fix right click in java uis 2019-01-24 16:19:01 -06:00
jmpenn
00b4b2c8d9
Fix incorrect initialization of units in trick-qp, and incorrect generation of XML that caused fermi tables to crash. (#666) 2018-09-13 14:00:29 -05:00
jmpenn
fcbd99aaf4
Two Java plot fixes (#665)
* MinY and MaxY of Plot axis should never be the same, even with flatline data.

* In addition to a null check, add a empty units String check.
2018-09-06 14:46:08 -05:00
jmpenn
c112290265
Replace iText Java PDF library with PDFBox. (#664) 2018-09-04 16:59:06 -05:00
Derek Bankieris
3032aae3e4 Trick View: use fixed width for binary format
Closes #661
2018-08-28 08:22:56 -05:00
Scott Fennell
a6274680a5 #647 update depricated code 2018-07-13 15:15:35 -05:00
Derek Bankieris
62f95e784f Default exit confirmation dialog to off
Worst feature ever.

Closes #612
2018-05-07 08:10:31 -05:00
Scott Fennell
af6727408c Limit log file size (#594)
* #585 create new method to set max file size for DataRecordGroups.  Needs testing and DRD interface function

* #585 dre implementation and other improvements, needs more work

* #585 update dre, add intf for drd max size functions. Still requires better comments, wiki updates, some refactoring, and testing

* #585 refactor trick-dre

* format trick-dre

* improve readability of dre output for set_max_file_size
2018-04-10 16:02:44 -05:00
Scott Fennell
a1aaf52ce7 #521 preparation for java 10 support for xmls annotation and improved safety of file separator call 2018-03-21 08:27:11 -05:00