# File: end_tm_resp # # Contains the END TM message response code and reason code, # See the Interface Control Document between the SOHO EOF ECS and SOHO # Instrumenters. # # FORMAT: status_codeis_errorstring # where: status_code is an 8 bit unsigned integer # where: indicates a whitespace separator of space(s) or tab(s) # where: is_error indicates that this an abnormal condition # where: indicates a whitespace separator of space(s) or tab(s) # where: string is the interpretation of the status code # # Lines beginning with a # are ignored # Lines beginning with a newline are ignored # Inline comments begin with # # 0x00 0 "Canceled by IWS" 0x01 1 "Canceled by ECS" 0x02 1 "Telemetry transfer interrupted by PACOR" 0x03 1 "unknown code" 0x04 1 "unknown code" 0x05 1 "unknown code" 0x06 1 "unknown code" 0x07 1 "unknown code" 0x08 1 "unknown code" 0x09 1 "unknown code" 0x0a 1 "unknown code" 0x0b 1 "unknown code" 0x0c 1 "unknown code" 0x0d 1 "unknown code" 0x0e 1 "unknown code" 0x0f 1 "unknown code"