Added support for the TEXT command to the MATLAB client
This commit is contained in:
11
TestScripts/MATLAB Tests/sendTEXTTest.m
Normal file
11
TestScripts/MATLAB Tests/sendTEXTTest.m
Normal file
@@ -0,0 +1,11 @@
|
||||
function sendTEXTTest()
|
||||
%% Setup
|
||||
addpath('../../MATLAB')
|
||||
import XPlaneConnect.*
|
||||
|
||||
%% Test
|
||||
sendTEXT('sendTEXT test message M', 200, 400)
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user