|
| void | check_channel_no (const int &ichannel) |
| | check if channel number is valid More...
|
| |
| libtime::TRelativeTime | dt () |
| | return sampling interval of HPMO data acquisition (i.e. 5 sec) More...
|
| |
| void | dump (std::ostream &os, const SampleBlock &data) |
| | dump one block of samples More...
|
| |
| void | dump (std::ostream &os, const MinuteBlock &block) |
| | dump one MinueBlock More...
|
| |
| std::ostream & | operator<< (std::ostream &os, const SampleBlock &data) |
| | dump values of a sample block More...
|
| |
| std::ostream & | operator<< (std::ostream &os, const Header &hd) |
| | dump header values More...
|
| |
| std::ostream & | operator<< (std::ostream &os, const MinuteBlock &block) |
| | dump a minute block More...
|
| |
| std::istream & | operator>> (std::istream &is, Header &hd) |
| | read header from C++ stream More...
|
| |
| std::istream & | operator>> (std::istream &is, SampleBlock &data) |
| | read a sample block from C++ stream More...
|
| |
| std::istream & | operator>> (std::istream &is, MinuteBlock &block) |
| | read a full minute block from C++ stream More...
|
| |
| std::string | quality (const int &flag) |
| | return meaning of quality flag More...
|
| |
| sff::FREE | qualityreports (const MinuteBlock *blocks, const int &nblocks) |
| | prepare a report on unusual quality reports More...
|
| |
| SampleBlock | readdata (std::istream &is, const bool &verbose=false) |
| | read one minute block of samples More...
|
| |
| Tvecofblocks | readfile (std::istream &is, const bool &verbose=false) |
| | read a full data file More...
|
| |
| libtime::TRelativeTime | toffset (const int &ichannel) |
| | return time offset for channel ichannel (due to multiplexer) More...
|
| |
All classes and functions to extract data from HPMO files.