FreeCalypso > hg > fc-tourmaline
comparison src/cs/layer1/gtt_include/l1gtt_msgty.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Oct 2020 06:23:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4e78acac3d88 |
|---|---|
| 1 /************* Revision Controle System Header ************* | |
| 2 * GSM Layer 1 software | |
| 3 * L1GTT_MSGTY.H | |
| 4 * | |
| 5 * Filename l1gtt_msgty.h | |
| 6 * Copyright 2003 (C) Texas Instruments | |
| 7 * | |
| 8 ************* Revision Controle System Header *************/ | |
| 9 | |
| 10 #if (L1_GTT == 1) | |
| 11 | |
| 12 typedef struct | |
| 13 { | |
| 14 UWORD8 loop_type; // Type of loop to be closed | |
| 15 } | |
| 16 T_TST_CLOSE_GTT_LOOP_REQ; | |
| 17 | |
| 18 typedef struct | |
| 19 { | |
| 20 UWORD8 scen_type; // 1 = input on CTM Tx, 2 = input on Baudot encoder | |
| 21 // SIMULATION ONLY: 3 = input on CTM Rx, 4 = input on Baudot decoder | |
| 22 UWORD16 rate; // Number of frames (4.615 ms) between each new character arrival | |
| 23 // for scen_type 3 and 4: GTT input file number | |
| 24 } | |
| 25 T_TST_START_GTT_TEST_REQ; | |
| 26 | |
| 27 #endif // L1_GTT |
