|
std::ostream & | operator<< (std::ostream &os, const segment &obj) |
|
std::ostream & | operator<< (std::ostream &os, const simple_segment &obj) |
|
std::ostream & | operator<< (std::ostream &os, const segment_list_type &obj) |
|
std::ostream & | operator<< (std::ostream &os, const availability &obj) |
|
std::ostream & | operator<< (std::ostream &os, const availability_list_type &obj) |
|
std::ostream & | operator<< (std::ostream &os, const simple_availability_list_type &obj) |
|
std::ostream & | operator<< (std::ostream &os, const simple_segment_list_type &obj) |
|
std::ostream & | operator<< (std::ostream &os, const buffer &obj) |
|
std::ostream & | operator<< (std::ostream &os, const buffers_type &obj) |
|
std::ostream & | operator<< (std::ostream &os, const channel &ch) |
|
const std::string & | channel_type_to_string (channel::channel_type ctype) |
|
const std::string & | data_type_to_string (channel::data_type dtype) |
|
std::ostream & | operator<< (std::ostream &os, const connection &conn) |
|
void | build_channel_predicate (channel_predicate_object &pred) |
|
template<typename T > |
void | build_channel_predicate (channel_predicate_object &pred, T val) |
|
template<typename T , typename... Args> |
void | build_channel_predicate (channel_predicate_object &pred, T val, Args... args) |
|
template<typename... Args> |
channel_predicate_object | channel_predicate (Args... args) |
|
std::ostream & | operator<< (std::ostream &os, const epoch &obj) |
|
std::ostream & | operator<< (std::ostream &os, const epochs_type &obj) |
|
NDS::buffers_type | fetch (const NDS::parameters ¶ms, buffer::gps_second_type gps_start, buffer::gps_second_type gps_stop, const NDS::connection::channel_names_type &channel_names) |
| Retreive data from the server without having to manage a connection.
|
|
NDS::buffers_type | fetch (buffer::gps_second_type gps_start, buffer::gps_second_type gps_stop, const NDS::connection::channel_names_type &channel_names) |
| Retreive data from the server without having to manage a connection.
|
|
NDS::data_iterable | iterate (const NDS::parameters ¶ms, NDS::request_period period, const NDS::connection::channel_names_type &channel_names) |
| Retreive data in segments without having to manage a connection.
|
|
NDS::data_iterable | iterate (NDS::request_period period, const NDS::connection::channel_names_type &channel_names) |
| Retreive data in segments without having to manage a connection.
|
|
channels_type | find_channels (const NDS::parameters ¶ms, const channel_predicate_object &pred) |
| Retrieve a list of channels without having to manage a connection.
|
|
channels_type | find_channels (const channel_predicate_object &pred) |
| Retrieve a list of channels without having to manage a connection.
|
|
std::string | version () |
|
The NDS client namespace.