DATRW++ library: seismic data I/O with multiple formats
◆
read()
[8/15]
void datrw::binary::ibinstream::read
(
libtime::TAbsoluteTime &
v
)
Definition at line
132
of file
ibinstream.cc
.
References
read()
.
133
{
134
unsigned
int
year;
135
char
month, day, hour, minute, second;
136
short
milsec, micsec;
137
this->
read
(year);
138
this->
read
(month);
139
this->
read
(day);
140
this->
read
(hour);
141
this->
read
(minute);
142
this->
read
(second);
143
this->
read
(milsec);
144
this->
read
(micsec);
145
v=libtime::TAbsoluteTime(year, month, day, hour, minute, second,
146
milsec, micsec);
147
}
// void ibinstream::read(libtime::TAbsoluteTime& v)
datrw::binary::ibinstream::read
void read(char &v)
Definition:
ibinstream.cc:63
Here is the call graph for this function:
datrw
binary
ibinstream
Generated on Mon Aug 21 2023 17:36:17 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14