| 1 | /**************************************************************************** |
|---|
| 2 | |
|---|
| 3 | Copyright 2007 Virginia Polytechnic Institute and State University |
|---|
| 4 | |
|---|
| 5 | This file is part of the OSSIE FrameAssembler_metadata. |
|---|
| 6 | |
|---|
| 7 | OSSIE FrameAssembler_metadata is free software; you can redistribute it and/or modify |
|---|
| 8 | it under the terms of the GNU General Public License as published by |
|---|
| 9 | the Free Software Foundation; either version 2 of the License, or |
|---|
| 10 | (at your option) any later version. |
|---|
| 11 | |
|---|
| 12 | OSSIE FrameAssembler_metadata is distributed in the hope that it will be useful, |
|---|
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 15 | GNU General Public License for more details. |
|---|
| 16 | |
|---|
| 17 | You should have received a copy of the GNU General Public License |
|---|
| 18 | along with OSSIE FrameAssembler_metadata; if not, write to the Free Software |
|---|
| 19 | Foundation, 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) |
|---|
| 30 | This property configures the modulation scheme control code in the preamble |
|---|
| 31 | header of the frame. The property is a string and must be one of the |
|---|
| 32 | following: |
|---|
| 33 | - BPSK |
|---|
| 34 | - QPSK |
|---|
| 35 | - 8PSK |
|---|
| 36 | - 16QAM |
|---|
| 37 | |
|---|
| 38 | \subsection prop_frame_size frame_size (DCE:25a1df92-7f22-43af-8720-ad37714a66db) |
|---|
| 39 | This property configures the size of the frame in terms of the number of |
|---|
| 40 | symbols embedded between the header and footer. This property is a |
|---|
| 41 | CORBA::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 | */ |
|---|