DATRW++ library: seismic data I/O with multiple formats
|
Store one line of data as read from DL1. More...
#include <thiesdl1line.h>
Public Member Functions | |
DataLine (const std::string &line) | |
swallow data line More... | |
unsigned int | counts () const |
return count value More... | |
std::string | line () const |
return data line More... | |
double | precipitation () const |
return value of precipitation More... | |
libtime::TAbsoluteTime | time () const |
return date and time More... | |
Static Public Attributes | |
static const double | gain =0.1 |
gain value in mm/count More... | |
Private Member Functions | |
void | evalline () |
Private Attributes | |
unsigned int | Mcounts |
value of sample in counts More... | |
std::string | Mline |
literal data line as received from DL1 More... | |
libtime::TAbsoluteTime | Mtime |
date and time of this sample More... | |
double | Mvalue |
value of sample in mm precipitation More... | |
Store one line of data as read from DL1.
Definition at line 70 of file thiesdl1line.h.