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

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

Code cleanup.

File size: 670 bytes
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
12classdef wl_trigger_manager < handle_light
13    properties (Abstract, SetAccess = protected)
14        description;       
15    end
16   
17    methods (Abstract)
18        out = procCmd(varargin);
19    end 
20end
Note: See TracBrowser for help on using the repository browser.