SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1SisCommandEcho.h
Go to the documentation of this file.
1 /* $Id: L1SisCommandEcho.h,v 1.2 1997/09/11 16:50:59 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisCommandEcho.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 16:50:59 $ */
6 /* $Revision: 1.2 $ */
7 
8 #include "hdfi.h"
9 #include "SisConstants.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 Second1996
Definition: L1SisCommandEcho.h:14
uint32 microsecond
Definition: L1SisCommandEcho.h:15
Definition: L1SisCommandEcho.h:11
char8 CommandEcho[MAX_NUM_SIS_CMD_ECHO_CHARS]
Definition: L1SisCommandEcho.h:17
uint32 ClockMinorFrame
Definition: L1SisCommandEcho.h:13
uint8 NumberChars
Definition: L1SisCommandEcho.h:16
#define MAX_NUM_SIS_CMD_ECHO_CHARS
Definition: SisConstants.h:44