#include <CLmsConfig.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| CLmsConfig (std::string filename) | |
| CLmsConfig () | |
Public Attributes | |
| double | mu |
| int | filterlength |
| int | shift |
| double | secfactor |
Definition at line 5 of file CLmsConfig.h.
| CLmsConfig::CLmsConfig | ( | std::string | filename | ) | [inline] |
| CLmsConfig::CLmsConfig | ( | ) | [inline] |
Definition at line 16 of file CLmsConfig.h.
| void CLmsConfig::GetData | ( | std::string | filename | ) |
| void CLmsConfig::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file CLmsConfig.cpp.
References filterlength, mu, secfactor, and shift.
Referenced by CLmsConfig(), and GetData().
| void CLmsConfig::WriteData | ( | std::string | filename | ) |
| void CLmsConfig::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 32 of file CLmsConfig.cpp.
References filterlength, mu, secfactor, and shift.
Referenced by WriteData().
1.5.8