28 TNamed(
"default eventsource",
"This is a Go4 EventSource")
33 TNamed(name,
"This is a Go4 Event Source")
35 GO4TRACE((15,
"TGo4EventSource::TGo4EventSource()",__LINE__, __FILE__));
41 GO4TRACE((15,
"TGo4EventSource::~TGo4EventSource()",__LINE__, __FILE__));
48 char *txtbuf =
new char[lbuflen];
50 va_start(args, message);
51 vsnprintf(txtbuf, lbuflen, message, args);
65 char *txtbuf =
new char[lbuflen];
67 va_start(args, message);
68 vsnprintf(txtbuf, lbuflen, message, args);
92 return cl->InheritsFrom(TGo4EventElement::Class());
void ThrowEOF(Int_t creastat, Int_t errstat, const char *message,...)
virtual ~TGo4EventSource()
static void Info(const char *text,...) GO4_PRINTF_ARGS
virtual Bool_t CheckEventClass(TClass *cl)
void SetCreateStatus(Int_t status)
virtual const char * GetActiveName() const
void ThrowError(Int_t creastat, Int_t errstat, const char *message,...)
void SetErrMess(const char *txt)
static const Int_t fgiTIMEOUTDEFAULT
void SetEventStatus(Int_t status)
void Clear(Option_t *opt="") override