![]() |
RTXI 1.3
|
#include <siggen.h>
Public Types | |
| enum | mode_t { SINE, MONOSQUARE, BISQUARE, SAWTOOTH, ZAP } |
Public Member Functions | |
| SigGen (void) | |
| virtual | ~SigGen (void) |
| void | execute (void) |
| void | createGUI (DefaultGUIModel::variable_t *, int) |
Protected Member Functions | |
| virtual void | update (DefaultGUIModel::update_flags_t) |
| enum SigGen::mode_t |
| SigGen::SigGen | ( | void | ) |
Definition at line 63 of file siggen.cpp.
| SigGen::~SigGen | ( | void | ) | [virtual] |
Definition at line 83 of file siggen.cpp.
| void SigGen::createGUI | ( | DefaultGUIModel::variable_t * | var, |
| int | size | ||
| ) |
Function that builds the Qt GUI.
| var | The structure defining the module's parameters, states, inputs, and outputs. |
| size | The size of the structure vars. |
Reimplemented from DefaultGUIModel.
Definition at line 248 of file siggen.cpp.
| void SigGen::execute | ( | void | ) | [virtual] |
Function called periodically by the realtime task.
Reimplemented from RT::Thread.
Definition at line 88 of file siggen.cpp.
| void SigGen::update | ( | DefaultGUIModel::update_flags_t | flag | ) | [protected, virtual] |
Callback function that is called when the system state changes.
| flag | The kind of update to signal. |
Reimplemented from DefaultGUIModel.
Definition at line 121 of file siggen.cpp.