DATRW++ library: seismic data I/O with multiple formats
|
contains channel info. More...
#include <tsoftdata.h>
Public Member Functions | |
Channelinfo () | |
standard constructor More... | |
void | setchannelinfo (const std::string &line) |
set channel info More... | |
void | setunits (const std::string &line) |
set unit info More... | |
const std::string & | thedatatype () const |
return datatype More... | |
const std::string & | theinstrument () const |
return instrument More... | |
const std::string & | thelocation () const |
return location More... | |
const std::string & | theunits () const |
return units More... | |
Private Attributes | |
std::string | Mdatatype |
data type field in channel name More... | |
std::string | Minstrument |
instrument field in channel name More... | |
std::string | Mlocation |
location field in channel name More... | |
std::string | Munits |
units More... | |
contains channel info.
Definition at line 173 of file tsoftdata.h.