tdaq-develop-2025-02-12
|
Public Member Functions | |
PVInfo (chtype tmpChannelType) | |
Public Attributes | |
chid | channelID = ((void *)0) |
PVHandlerParameters * | parameterPtr = ((void *)0) |
evid | eventID = ((void *)0) |
chtype | channelType |
std::string | pvValue |
int | circularBufferSize = 10 |
Default Guess. | |
unsigned int | mostRecentBufferIndex = -1 |
std::vector< std::pair< time_t, std::string > > | dataCache |
(10, std::pair<time_t, std::string> (0, "")); | |
bool | valueChange = true |
std::queue< PVAlerts > | alerts |
struct dbr_ctrl_double | settings |
Definition at line 63 of file EpicsInterface.h.
bool ots::PVInfo::valueChange = true |
so that it automatically reports the status when we open the viewer for the first time - get to see what is DC'd
Definition at line 86 of file EpicsInterface.h.