SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1CrisCommandEcho.h
Go to the documentation of this file.
1 /* $Id: L1CrisCommandEcho.h,v 1.3 1997/09/11 00:39:43 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisCommandEcho.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 00:39:43 $ */
6 /* $Revision: 1.3 $ */
7 
8 #include "hdfi.h"
9 #include "CrisConstants.h"
10 
12 {
14  uint32 Second1996;
15  uint32 microsecond;
16  uint8 NumberChars;
18 };
19 
20 
21 /* Definition: */
22 /* ClockMinorFrame = S/C clock of the minor frame containing the */
23 /* command echo */
24 /* NumberChars = Number of characters in the command echo */
25 /* CommandEcho = Command echo characters */
uint32 microsecond
Definition: L1CrisCommandEcho.h:15
char8 CommandEcho[MAX_NUM_CRIS_CMD_ECHO_CHARS]
Definition: L1CrisCommandEcho.h:17
#define MAX_NUM_CRIS_CMD_ECHO_CHARS
Definition: CrisConstants.h:44
uint32 Second1996
Definition: L1CrisCommandEcho.h:14
uint8 NumberChars
Definition: L1CrisCommandEcho.h:16
Definition: L1CrisCommandEcho.h:11
uint32 ClockMinorFrame
Definition: L1CrisCommandEcho.h:13