CommandEcho – The command echo data. More...
#include <CommandEcho.h>
Public Member Functions | |
CommandEcho () | |
Defualt constructor. | |
~CommandEcho () | |
Destructor. | |
CommandEcho (Int_t trun, Int_t trealTime, CommandEcho_t *echoPtr) | |
Assignment constructor. | |
const char * | getCommandAsString () |
ClassDef (CommandEcho, 11) | |
Public Attributes | |
Int_t | run |
Assigned offline. | |
UInt_t | realTime |
unixTime | |
UInt_t | payloadTime |
unixTime | |
UShort_t | goodFlag |
Command flag value (was the command successful?) | |
UShort_t | numCmdBytes |
Number of command bytes. | |
UChar_t | cmd [20] |
List of command bytes. | |
Int_t | fromPayload |
Was the command auto-generated or sent from the ground? | |
CommandEcho – The command echo data.
The ROOT implementation of the command echo data
Definition at line 23 of file CommandEcho.h.