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
|
||||
|
||||
@@ -12,6 +12,7 @@ disp(['XPC Tests-MATLAB (', os, ')']);
|
||||
|
||||
theTests = {{@openCloseTest, 'Open/Close Test', 0},...
|
||||
{@sendReadTest,'Send/Read Test', 0},...
|
||||
{@sendTEXTTest,'Send text Test', 0},...
|
||||
{@requestDREFTest,'Request DREF Test', 0},...
|
||||
{@sendDREFTest,'Send DREF Test', 0},...
|
||||
{@DATATest,'DATA Test', 0},...
|
||||
|
||||
Reference in New Issue
Block a user