|
CARMA C++
|
A class to encapsulate slow walsh functions. More...
#include <carma/antenna/sza/antenna/control/SlowWalsh.h>
Public Member Functions | |
| void | changeFunction (unsigned short iwalsh) |
| Set the walsh function. More... | |
| bool | isInitialized () |
| Return true when this object has been initialized. More... | |
| SlowWalsh (unsigned short iwalsh) | |
| Constructor with initialization. More... | |
| SlowWalsh () | |
| Constructor without initialization. More... | |
Public Attributes | |
| const int * | walshFunction_ |
| Pointer to a selected Walsh function. More... | |
A class to encapsulate slow walsh functions.
Definition at line 34 of file SlowWalsh.h.
| sza::antenna::control::SlowWalsh::SlowWalsh | ( | unsigned short | iwalsh | ) |
Constructor with initialization.
Throws exception if iwalsh is out of range.
| Exception |
| sza::antenna::control::SlowWalsh::SlowWalsh | ( | ) |
Constructor without initialization.
| void sza::antenna::control::SlowWalsh::changeFunction | ( | unsigned short | iwalsh | ) |
Set the walsh function.
Throws exception if iwalsh is out of range.
| Exception |
| bool sza::antenna::control::SlowWalsh::isInitialized | ( | ) |
Return true when this object has been initialized.
| const int* sza::antenna::control::SlowWalsh::walshFunction_ |
Pointer to a selected Walsh function.
Definition at line 67 of file SlowWalsh.h.