#include <CSignal.hh>
Public Member Functions | |
CSignal (std::string text="", std::string unit="") | |
~CSignal () | |
void | addWave (double a, double omega, double fi0) |
double | time (double t) |
void | clear () |
std::string | getDescription () |
std::string | getText () |
std::string | getUnit () |
std::string | getEq () |
Protected Attributes | |
std::vector< CWave * > | m_waves |
std::string | m_description |
std::string | m_unit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|