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

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

Code cleanup.

File size: 685 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_msg_helper < handle_light
13    properties (Abstract)
14    end
15   
16    methods (Abstract)
17        out = serialize(varargin);
18        out = deserialize(varargin);
19        out = sizeof(varargin);
20    end 
21end
Note: See TracBrowser for help on using the repository browser.