class TrigClient Trigger Client API
The TrigClient class provides the client API for the Trigger Manager server. The trigger manager maintains a registry of monitors that may produce triggers. The client API requests that it be added to the registry with the enroll method. The client may then sends one or more triggers to the trigger manager with the sendTrigger() method. The trigger data may be routed to an xml file instead by setting the TRIGGER_FILE environmwnt variable.
TrigClient(trig::TrigWriter::trig_mode mode)
virtual ~TrigClient(void)
lmsg::error_type enroll(trig::TrigWriter::trig_mode mode=trig::TrigWriter::kNone)
lmsg::index_type getDebug(void) const
lmsg::error_type sendSegment(const trig::Segment& segm)
lmsg::error_type sendTrigger(const trig::TrigBase& trigger)
void setDebug(lmsg::index_type level)
void setTableFile(const char* name)
alphabetic index hierarchy of classes
Please send questions and comments to zweizig_j@ligo.caltech.edu
generated by doc++