root/ossiedev/trunk/components/FrameAssembler-metadata/documentation.txt @ 8015

Revision 8015, 1.9 KB (checked in by hvolos, 5 years ago)

ids updated

  • Property svn:eol-style set to native
Line 
1/****************************************************************************
2
3Copyright 2007 Virginia Polytechnic Institute and State University
4
5This file is part of the OSSIE FrameAssembler_metadata.
6
7OSSIE FrameAssembler_metadata is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2 of the License, or
10(at your option) any later version.
11
12OSSIE FrameAssembler_metadata is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with OSSIE FrameAssembler_metadata; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
21****************************************************************************/
22
23/*! \mainpage Frame Assembler
24
25\section description Basic description
26
27\section properties Properties
28
29\subsection prop_mod_type mod_type (DCE:690f320c-5bee-4959-b93d-586dc3450aac)
30This property configures the modulation scheme control code in the preamble
31header of the frame.  The property is a string and must be one of the
32following:
33  - BPSK
34  - QPSK
35  - 8PSK
36  - 16QAM
37
38\subsection prop_frame_size frame_size (DCE:25a1df92-7f22-43af-8720-ad37714a66db)
39This property configures the size of the frame in terms of the number of
40symbols embedded between the header and footer.  This property is a
41CORBA::UShort and must be one of the following:
42  - 2048
43  - 4096
44  - 8192
45  - 16384
46
47\section interfaces Interfaces
48
49\section dependencies Software build dependencies
50  - SigProc
51  - Standard Interfaces
52
53\section algorithm Detailed Description of Algorithm
54
55\section status Status and history
56
57\section references References
58
59*/
Note: See TracBrowser for help on using the browser.