|
|
double | trigPos () const |
| | unit is interval
|
| |
|
unsigned int | numChannels () const |
| |
|
double | timeInterval () const |
| |
|
unsigned int | length () const |
| | [sec]
|
| |
|
const double * | wave (unsigned int ch) const |
| |
|
void | setParameters (unsigned int channels, double startpos, double interval, unsigned int length) |
| |
|
unsigned int | lengthDisp () const |
| | For displaying.
|
| |
|
double * | waveDisp (unsigned int ch) |
| |
|
const double * | waveDisp (unsigned int ch) const |
| |
|
double | trigPosDisp () const |
| | unit is interval
|
| |
|
unsigned int | numChannelsDisp () const |
| |
|
double | timeIntervalDisp () const |
| |
|
const RawData & | rawData () const |
| |
| const XTime & | time () const |
| |
| const XTime & | timeAwared () const |
| |
|
Talker< XDriver * > & | onRecord () |
| |
|
const Talker< XDriver * > & | onRecord () const |
| |
|
bool | isUIEnabled () const |
| | If true, operations are allowed by UI and scripts.
|
| |
|
void | setUIEnabled (bool var) |
| |
|
bool | isDisabled () const |
| |
|
void | disable () |
| |
|
bool | isRuntime () const |
| |
|
void | setRuntime (bool var) |
| |
| Talker< XNode * > & | onUIFlagsChanged () |
| |
|
const Talker< XNode * > & | onUIFlagsChanged () const |
| |
|
XN & | node () noexcept |
| | Points to the corresponding node.
|
| |
|
const XN & | node () const noexcept |
| | Points to the corresponding node.
|
| |
|
int64_t | serial () const noexcept |
| |
|
Transaction< XN > & | tr () noexcept |
| |
|
virtual void | catchEvent (const shared_ptr< XN > &, int) |
| |
|
virtual void | releaseEvent (const shared_ptr< XN > &, int) |
| |
|
virtual void | moveEvent (unsigned int, unsigned int) |
| |
|
virtual void | listChangeEvent () |
| |
|
| atomic_countable (const atomic_countable &) noexcept |
| |
|
atomic_countable & | operator= (const atomic_countable &)=delete |
| |
|
|
double | m_trigPos |
| | unit is interval
|
| |
|
unsigned int | m_numChannels |
| |
|
double | m_timeInterval |
| |
|
std::vector< double > | m_waves |
| | [sec]
|
| |
| bool | m_rawDisplayOnly |
| | for displaying.
|
| |
|
double | m_trigPosDisp |
| | unit is interval
|
| |
|
unsigned int | m_numChannelsDisp |
| |
|
double | m_timeIntervalDisp |
| |
|
std::vector< double > | m_wavesDisp |
| | [sec]
|
| |
|
shared_ptr< FIR > | m_fir |
| |
shared_ptr< std::vector
< std::complex< double > > > | m_dRFRefWave |
| | exp(i omega t)
|
| |
Definition at line 89 of file dso.h.
| bool XDSO::Payload::m_rawDisplayOnly |
|
private |
for displaying.
flag for skipping to record.
Definition at line 113 of file dso.h.
The documentation for this struct was generated from the following files: