
Public Member Functions | |
| double | startFreq () const |
| double | freqInterval () const |
| [MHz] | |
| unsigned int | length () const |
| [MHz] | |
| const std::complex< double > * | trace () const |
|
std::vector< std::complex < double > > & | trace_ () |
Public Member Functions inherited from XPrimaryDriver::Payload | |
| const RawData & | rawData () const |
Public Member Functions inherited from XDriver::Payload | |
| const XTime & | time () const |
| const XTime & | timeAwared () const |
| Talker< XDriver * > & | onRecord () |
| const Talker< XDriver * > & | onRecord () const |
Public Member Functions inherited from XNode::Payload | |
| 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 |
Public Member Functions inherited from Transactional::Node< XN >::Payload | |
| 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 () |
Public Member Functions inherited from atomic_countable | |
| atomic_countable (const atomic_countable &) noexcept | |
| atomic_countable & | operator= (const atomic_countable &)=delete |
Public Attributes | |
| double | m_startFreq |
| double | m_freqInterval |
Private Attributes | |
|
std::vector< std::complex < double > > | m_trace |
|
std::deque< std::pair< double, double > > | m_markers |
Friends | |
| class | XNetworkAnalyzer |
Definition at line 42 of file networkanalyzer.h.
1.8.3