Commit Graph

60 Commits

Author SHA1 Message Date
cs-powell
39e825d407 compartmentalization of main method into testprocess files 2024-11-25 14:07:17 -05:00
cs-powell
88967419c6 documents reformatted 2024-11-25 13:49:01 -05:00
cs-powell
cc17797319 test 2024-11-24 16:22:05 -05:00
cs-powell
1ea3927d71 final update commit (backlog 1) 2024-11-24 15:57:19 -05:00
cs-powell
3579efea5d fixed package mismatch 2024-11-24 15:05:33 -05:00
cs-powell
a5cf193a7d restructuring files (backlong 2) 2024-11-24 13:36:43 -05:00
cs-powell
e574ca3215 restructuring for project (Backlog 3) 2024-11-24 13:32:21 -05:00
cs-powell
d2156ae9bc legacy commit 4 (backlog) 2024-11-23 23:43:56 -05:00
cs-powell
7678b4e1f9 new commits 2024-11-22 14:50:59 -05:00
cs-powell
f2a0cf8372 new output 2024-10-26 17:08:58 -04:00
cs-powell
87f9619e01 new output file 2024-10-13 12:30:37 -04:00
cs-powell
1a974e7bb2 created dedicated project model folder 2024-10-13 12:30:35 -04:00
cs-powell
25da277c45 new output file 2024-10-13 12:04:46 -04:00
cs-powell
f17c3cfb6d Update 2 10-12-2024 2024-10-12 17:58:07 -04:00
cs-powell
990d27d2c3 YAw visualization is not working yet 2024-10-06 18:00:53 -04:00
cs-powell
8253861a80 new additions 2024-10-05 10:05:35 -04:00
cs-powell
21404bcc07 small change 2024-10-04 14:05:20 -04:00
cs-powell
6159e125c2 visualizer 2024-10-04 12:32:17 -04:00
cs-powell
d7a2adb687 takeoff to cruise control test 2024-10-01 07:59:48 -04:00
cs-powell
baedfb0ff1 switch between takeoff and cruise control modes 2024-09-30 21:10:46 -04:00
cs-powell
79f8336fa1 Functional takeoff autopilot/interface 2024-09-28 13:02:23 -04:00
Sander Datema
388329b218 Add support for sendCOMM method
Credits go to user @angelsware, I just did a copy/paste from #120
2020-06-27 21:14:42 +02:00
Jan Chaloupecky
c018d6c3be Java client BECN implementation (#155) 2019-06-01 12:52:13 -07:00
Jason Watkins
cf6a45fb87 Update version numbers 2018-10-20 13:52:44 -07:00
Jason Watkins
df5e2fd198 Update copyright notice 2018-10-19 17:44:27 -07:00
Michael Thompson
88656cf11c Updated flags to allow for individual pause commands 2018-10-19 17:35:17 -07:00
Jason Watkins
1b696b0f0d Rolled back Java version to 1.7 for MATLAB compatibility 2018-10-19 17:35:16 -07:00
Jason Watkins
53a10ede99 Updated Java library for MATLAB, updated Java project, and updated Windows plugin binaries 2018-10-19 17:35:15 -07:00
Jan Zwiener
0e493920fa sendPOSI command change (double for lat/lon/h) (#111)
* Updated POSI to use doubles for lat/lon/alt, as step size for floats was unacceptably large at high longitudes.
2018-10-19 17:35:05 -07:00
Jason Watkins
d12cc02368 More copyright updates 2016-03-04 13:59:32 -08:00
Chris Teubert
cfdd183214 Merge branch 'master' into develop
# Conflicts:
#	xpcPlugin/XPlaneConnect/mac.xpl
#	xpcPlugin/xpcPlugin.xcodeproj/project.pbxproj
2016-02-29 12:48:30 -08:00
Jason Watkins
873950a866 Added support for setting speed brakes to Java client. 2015-05-05 13:04:10 -07:00
Jason Watkins
8f4d50929f Cleaned up implementation of getDREFs in the Java client.
- Removed unnecessary loop to try to read several times.
 - Fixed the way that readUDP detects the length of received packets.
2015-05-05 13:04:07 -07:00
Jason Watkins
f88d319191 Updated Java client to support "switch" argument in SIMU command. 2015-05-01 15:07:42 -07:00
Jason Watkins
200eadd1e9 Updated Java example.
- Removed setCONN, since very few users should need it in the future.
 - Added test at the beginning of the example to ensure that the client is connected to X-Plane.
2015-05-01 14:28:33 -07:00
Jason Watkins
8932edbd67 Renamed "setDREF" function back to "sendDREF". 2015-04-28 12:10:53 -07:00
Chris Teubert
a46c7386f4 minor Java Update
- Spelling fix
2015-04-28 12:04:20 -07:00
Jason Watkins
7da82f40dc Several variable name tweaks and error checking changes.
- Minimal functional changes. The primary purpose of these tweaks is to make the clients more consistent across languages.
2015-04-23 11:12:42 -07:00
Chris Teubert
df1c5e95e4 Updated java example 2015-04-23 10:19:11 -07:00
Jason Watkins
3ad2bb76cb Added selectDATA command to Java client and modified MATLAB client to use it. 2015-04-20 10:41:00 -07:00
Jason Watkins
fd96966911 Tweaked Java client docs and added readDATA command. 2015-04-18 09:16:23 -07:00
Jason Watkins
ccc87f06f2 Updated Java client to conform to new API.
- Now uses a single socket.
 - Constructor parameter reordered to match C client.
 - Defaults to an OS assigned port instead of 49008.
2015-04-17 10:56:04 -07:00
Jason Watkins
4927b6d1b8 Fixed Java client implementation of setCONN
- The Java client now reads the CONF message sent by the plugin in response to the CONN command.
2015-04-14 10:22:34 -07:00
Chris Teubert
cf56955756 Removed Non-relevant copyright notice
This file doesn’t use the X-Plane API
2015-04-09 16:35:44 -07:00
Jason Watkins
2e05f57baf Added Java client support for WYPT command. 2015-04-09 12:17:53 -07:00
Jason Watkins
a903859a3c Added support for the TEXT command to the Java client. 2015-04-07 15:33:53 -07:00
Jason Watkins
1f81a4e54d Added Java client support for multiplayer sendCTRL 2015-04-07 10:43:39 -07:00
Jason Watkins
42b9ee15c9 Removed unnecessary project file from Java example. 2015-04-07 08:45:44 -07:00
Jason Watkins
f253c987ae Added Java client example. 2015-04-06 09:56:34 -07:00
Jason Watkins
1361288080 Updated IntelliJ project file to point to new test script location. 2015-04-03 15:35:25 -07:00