#include "sp605/Message.h"
#include <stdio.h>
Go to the source code of this file.
Variables | |
const char * | sp605_msg_names [sp605::MSG_LASTID] |
const char * | sp605_info_names [7] |
const char * | sp605_info_descr [7] |
const char* sp605_info_descr[7] |
{ "channel disabled during readout", "corruption, next grant timeout in switch", "corruption, next request timeout in switch", "corruption, new grant but channel empty in switch", "corruption, unknown metadata type in message builder", "empty word (may appear within other messages)", "out of sync warning" }
Definition at line 12 of file Message.cxx.
Referenced by sp605::Message::printData().
const char* sp605_info_names[7] |
{ "DIS", "NGT", "NRT", "NBE", "MSB", "NOP", "SYN" }
Definition at line 9 of file Message.cxx.
Referenced by sp605::Message::printData().
const char* sp605_msg_names[sp605::MSG_LASTID] |
{ "NOP", "HIT", "EPOCH", "OVERFLOW", "INFO" }
Definition at line 6 of file Message.cxx.
Referenced by sp605::Message::printData().