source: ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_interface_group.m

Last change on this file was 4332, checked in by welsh, 9 years ago

Code cleanup.

File size: 761 bytes
RevLine 
[4332]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
[1960]12classdef wl_interface_group < handle_light
[1975]13    properties (Abstract, SetAccess = protected)
[1974]14        num_interface;
[1915]15        ID;
16        label;
17        description;       
18    end
[4332]19   
[1915]20    methods (Abstract)
21        out = wl_ifcValid(varargin);
22        out = procCmd(varargin);
23    end 
24end
Note: See TracBrowser for help on using the repository browser.