Several small fixes

- Added Visual Studio solution for C client example.
 - Fixed inconsistent indentation in C client example.
 - Changed default behavior in MATLAB client's sendCTRL function to leave unchanged instead of setting default values.
 - Fixed sendPOSI and sendDATA sections of the MATLAB example.
 - Fixed port number in the C and C++ setCONN tests.
This commit is contained in:
Jason Watkins
2015-03-30 13:38:51 -07:00
parent d199bd0089
commit 85fdcbe3dc
8 changed files with 257 additions and 135 deletions

View File

@@ -47,7 +47,7 @@ import XPlaneConnect.*
dataStream = header; %TODO-ADD ACFT
% Deal with position update
control = [0, 0, 0, 0.8, 0, 1];
control = [-998.5, -998.5, -998.5, -998.5, -998.5, -998.5];
for i=1:min(length(ctrl),length(control))
control(i) = ctrl(i);