#include <channel-manager.h>
Public Member Functions | |
| ChannelManager () | |
| ~ChannelManager () | |
| virtual void | addChannel (MSpectralMask *sm) |
| virtual void | reallocateChannels () |
| virtual void | printChannels () |
| virtual int | command (int argc, const char *const *argv) |
Protected Attributes | |
| std::list< MSpectralMask * > | chlist |
| double | startFreq |
| double | endFreq |
Definition at line 56 of file channel-manager.h.
| int ChannelManager::command | ( | int | argc, | |
| const char *const * | argv | |||
| ) | [virtual] |
TCL command interpreter
| argc | ||
| argv |
Definition at line 103 of file channel-manager.cc.
References addChannel(), and printChannels().
Here is the call graph for this function:

1.5.2