1#ifndef SWIG__COMMON__NDS_EPOCH_HH
2#define SWIG__COMMON__NDS_EPOCH_HH
14 inline namespace abi_0
62 epochs_type::const_iterator cur = obj.begin( );
63 for ( ; cur != obj.end( ); ++cur )
65 os <<
" " << *cur <<
",";
long gps_second_type
Type second portion of a gps time.
Definition nds_buffer.hh:33
Definition nds_epoch.hh:17
epoch(buffer::gps_second_type start, buffer::gps_second_type stop)
Definition nds_epoch.hh:26
epoch(const std::string &name, buffer::gps_second_type start, buffer::gps_second_type stop)
Definition nds_epoch.hh:30
epoch(const std::string &name)
Definition nds_epoch.hh:24
std::string name
Definition nds_epoch.hh:19
buffer::gps_second_type gps_start
Definition nds_epoch.hh:20
epoch(const epoch &other)=default
epoch()
Definition nds_epoch.hh:23
buffer::gps_second_type gps_stop
Definition nds_epoch.hh:21
std::ostream & operator<<(std::ostream &os, const segment &obj)
Definition nds_availability.cc:72
std::vector< epoch > epochs_type
Definition nds_epoch.hh:56
The NDS client namespace.
Definition debug_stream.cc:18