Completed Preliminary MATLAB Test Scripts
This commit is contained in:
12
TestScripts/MATLAB Tests/openCloseTest.m
Normal file
12
TestScripts/MATLAB Tests/openCloseTest.m
Normal file
@@ -0,0 +1,12 @@
|
||||
function openCloseTest()
|
||||
%OPENCLOSETEST Summary of this function goes here
|
||||
% Detailed explanation goes here
|
||||
addpath('../../MATLAB')
|
||||
import XPlaneConnect.*
|
||||
|
||||
socket = openUDP( 49007 );
|
||||
|
||||
closeUDP( socket );
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user