Helper to encapsulate the the raw data error.
More...
#include <FilterType.h>
|
| FilterType () |
| Base constructor.
|
|
| FilterType (FILTER_MODE filterType, unsigned int NumH, unsigned int NumS) |
| Copy constructor.
|
|
FILTER_MODE | GetFilterMode () |
| Gets the filter mode.
|
|
void | SetFilterMode (FILTER_MODE filterMode) |
| Sets the filter mode.
|
|
unsigned int | GetNumH () |
| Gets historical spots number at current position.
|
|
void | SetNumH (unsigned int numH) |
| Sets historical spots number at current position.
|
|
unsigned int | GetNumS () |
| Gets historical spots number on both sides.
|
|
void | SetNumS (unsigned int numS) |
| Sets historical spots number on both sides.
|
|
Helper to encapsulate the the raw data error.
◆ FilterType() [1/2]
FilterType::FilterType |
( |
| ) |
|
◆ FilterType() [2/2]
FilterType::FilterType |
( |
FILTER_MODE |
filterMode, |
|
|
unsigned int |
NumH, |
|
|
unsigned int |
NumS |
|
) |
| |
Copy constructor.
- Parameters
-
errorDate | the error date as an int |
errorCode | the error code as an int |
◆ GetFilterMode()
FILTER_MODE FilterType::GetFilterMode |
( |
| ) |
|
Gets the filter mode.
- Returns
- FILTER_TYPE
- Returns
- FILTER_MODE
◆ GetNumH()
unsigned int FilterType::GetNumH |
( |
| ) |
|
Gets historical spots number at current position.
- Returns
- unsigned int
◆ GetNumS()
unsigned int FilterType::GetNumS |
( |
| ) |
|
Gets historical spots number on both sides.
- Returns
◆ SetFilterMode()
void FilterType::SetFilterMode |
( |
FILTER_MODE |
filterMode | ) |
|
Sets the filter mode.
- Parameters
-
filterMode | A value 0, 1, 2 |
◆ SetNumH()
void FilterType::SetNumH |
( |
unsigned int |
numH | ) |
|
Sets historical spots number at current position.
- Parameters
-
◆ SetNumS()
void FilterType::SetNumS |
( |
unsigned int |
numS | ) |
|
Sets historical spots number on both sides.
- Parameters
-
The documentation for this class was generated from the following files: