PulseView  unreleased development snapshot
A Qt-based sigrok GUI
mathsignal.hpp File Reference
#include <limits>
#include <QString>
#include <pv/exprtk.hpp>
#include <pv/util.hpp>
#include <pv/data/analog.hpp>
#include <pv/data/signalbase.hpp>
Include dependency graph for mathsignal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pv::data::fnc_sample< T >
 
struct  pv::data::signal_data
 
class  pv::data::MathSignal
 

Namespaces

 pv
 
 pv::data
 

Macros

#define exprtk_disable_rtl_io_file   /* Potential security issue, doubt anyone would use those anyway */
 
#define exprtk_disable_rtl_vecops   /* Vector ops are rather useless for math channels */
 
#define exprtk_disable_caseinsensitivity   /* So that we can have both 't' and 'T' */
 

Macro Definition Documentation

#define exprtk_disable_caseinsensitivity   /* So that we can have both 't' and 'T' */

Definition at line 25 of file mathsignal.hpp.

#define exprtk_disable_rtl_io_file   /* Potential security issue, doubt anyone would use those anyway */

Definition at line 23 of file mathsignal.hpp.

#define exprtk_disable_rtl_vecops   /* Vector ops are rather useless for math channels */

Definition at line 24 of file mathsignal.hpp.