SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1CrisCommandEchoState.h
Go to the documentation of this file.
1 /* $Id: L1CrisCommandEchoState.h,v 1.1 1997/08/11 02:39:37 rgr Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisCommandEchoState.h,v $ */
4 /* $Author: rgr $ */
5 /* $Date: 1997/08/11 02:39:37 $ */
6 /* $Revision: 1.1 $ */
7 
8 #define NRECORD SIZE_CRIS_CMD_ECHO_QUEUE
9 #define NTELEMETRY NUM_CRIS_TELEMETRY_BYTES
10 
13  uint32 NumberRecords;
15  uint8 mnf[NTELEMETRY];
17 };
18 
19 #undef NRECORD
20 #undef NTELEMETRY
uint32 NumberRecords
Definition: L1CrisCommandEchoState.h:13
uint8 mnf[NTELEMETRY]
Definition: L1CrisCommandEchoState.h:15
Definition: L1CrisCommandEcho.h:11
uint32 NumberSubsetsExamined
Definition: L1CrisCommandEchoState.h:12
struct L1CrisCommandEcho echo[NRECORD]
Definition: L1CrisCommandEchoState.h:16
#define NRECORD
Definition: L1CrisCommandEchoState.h:8
#define NTELEMETRY
Definition: L1CrisCommandEchoState.h:9
Definition: L1CrisCommandEchoState.h:11
uint32 NumberRecordsWritten
Definition: L1CrisCommandEchoState.h:14