/* $Id: L1SisCommandEcho.h,v 1.2 1997/09/11 16:50:59 jeff Exp $ */ /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisCommandEcho.h,v $ */ /* $Author: jeff $ */ /* $Date: 1997/09/11 16:50:59 $ */ /* $Revision: 1.2 $ */ #include "hdfi.h" #include "SisConstants.h" struct L1SisCommandEcho { uint32 ClockMinorFrame; uint32 Second1996; uint32 microsecond; uint8 NumberChars; char8 CommandEcho[MAX_NUM_SIS_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 */