Variables

roclib/src_sp605/Message.cxx File Reference

(r4864/r4189)

#include "sp605/Message.h"
#include <stdio.h>
Include dependency graph for Message.cxx:

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]

Variable Documentation

const char* sp605_info_descr[7]
Initial value:
{ "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]
Initial value:
{ "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]
Initial value:
  { "NOP", "HIT", "EPOCH", "OVERFLOW", "INFO" }

Definition at line 6 of file Message.cxx.

Referenced by sp605::Message::printData().