Line | |
---|
1 | %------------------------------------------------------------------------- |
---|
2 | % WARPLab Framework |
---|
3 | % |
---|
4 | % Copyright 2013, Mango Communications. All rights reserved. |
---|
5 | % Distributed under the WARP license (http://warpproject.org/license) |
---|
6 | % |
---|
7 | % Chris Hunter (chunter [at] mangocomm.com) |
---|
8 | % Patrick Murphy (murphpo [at] mangocomm.com) |
---|
9 | % Erik Welsh (welsh [at] mangocomm.com) |
---|
10 | %------------------------------------------------------------------------- |
---|
11 | |
---|
12 | classdef wl_interface_group < handle_light |
---|
13 | properties (Abstract, SetAccess = protected) |
---|
14 | num_interface; |
---|
15 | ID; |
---|
16 | label; |
---|
17 | description; |
---|
18 | end |
---|
19 | |
---|
20 | methods (Abstract) |
---|
21 | out = wl_ifcValid(varargin); |
---|
22 | out = procCmd(varargin); |
---|
23 | end |
---|
24 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.