Added support for VIEW command in MATLAB client.

This commit is contained in:
Jason Watkins
2015-05-08 14:37:58 -07:00
parent 255877eee3
commit 60795b10a5
4 changed files with 62 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ theTests = {{@openCloseTest, 'Open/Close Test', 0},...
{@CTRLTest,'CTRL Test', 0},...
{@POSITest,'POSI Test', 0},...
{@sendWYPTTest,'WYPT Test', 0},...
{@sendVIEWTest,'VIEW Test', 0},...
{@pauseTest,'Pause Test', 0},...
{@setConnTest, 'setConn Test', 0}};