fdhwlib
2.0.25
|
#include <cursesevent.h>
Display the information of an event using the ncurses library calls.
Definition at line 51 of file cursesevent.h.
CursesEvent::CursesEvent | ( | ) |
CursesEvent::~CursesEvent | ( | ) |
void CursesEvent::display | ( | WINDOW * | win, |
int | entry, | ||
SltTime * | tFirst = 0 , |
||
int | nEv = 0 , |
||
int | firstBin = 0 , |
||
int | nBins = 1000 |
||
) |
void CursesEvent::displayADCData | ( | WINDOW * | win | ) |
void CursesEvent::displayHeader | ( | WINDOW * | win | ) |
Display the event header information in a single line for tabular output.
void CursesEvent::displayTriggerData | ( | WINDOW * | win | ) |
void CursesEvent::displayTriggerData | ( | ) |
int CursesEvent::getFirstTimeBin | ( | ) |
Get the first time bin.
void CursesEvent::handleKeyEvent | ( | WINDOW * | win, |
int | key, | ||
bool | focus | ||
) |
int CursesEvent::loadDaqFormat | ( | TMirrorEvent * | ev | ) | [virtual] |
Load a DAQ event and classify it.
Reimplemented from TsEvent.
int CursesEvent::loadDaqFormat | ( | TEyeEvent * | ev | ) | [virtual] |
Reimplemented from TsEvent.
void CursesEvent::moveToPixel | ( | WINDOW * | win | ) |
Move the cursor to the actual windows position.
int CursesEvent::setFirstTimeBin | ( | int | bin | ) |
Set the first time bin to be displayed.
void CursesEvent::setFixColumnMode | ( | bool | mode | ) |
EventClassifier::EEventClass CursesEvent::eventClass [private] |
Classification of the event.
Definition at line 105 of file cursesevent.h.
EventClassifier CursesEvent::fEventClassifier [private] |
Instance of the event classifier.
Definition at line 108 of file cursesevent.h.
CursesSltPattern CursesEvent::pat [private] |
Reimplemented from TsEvent.
Definition at line 95 of file cursesevent.h.
CursesFltPulse CursesEvent::pulse [private] |
Reimplemented from TsEvent.
Definition at line 97 of file cursesevent.h.
WINDOW* CursesEvent::winADC [private] |
Definition at line 101 of file cursesevent.h.
WINDOW* CursesEvent::winTrigger [private] |
Definition at line 99 of file cursesevent.h.