/* $Id: L1CrisCommandEcho.h,v 1.3 1997/09/11 00:39:43 jeff Exp $ */ /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisCommandEcho.h,v $ */ /* $Author: jeff $ */ /* $Date: 1997/09/11 00:39:43 $ */ /* $Revision: 1.3 $ */ #include "hdfi.h" #include "CrisConstants.h" struct L1CrisCommandEcho { uint32 ClockMinorFrame; uint32 Second1996; uint32 microsecond; uint8 NumberChars; char8 CommandEcho[MAX_NUM_CRIS_CMD_ECHO_CHARS]; }; /* Definition: */ /* ClockMinorFrame = S/C clock of the minor frame containing the */ /* command echo */ /* NumberChars = Number of characters in the command echo */ /* CommandEcho = Command echo characters */