nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
nds_standalone.cc File Reference
#include "nds_standalone.hh"
Include dependency graph for nds_standalone.cc:

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::abi_0
 

Functions

NDS::buffers_type NDS::abi_0::fetch (const NDS::parameters &params, 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. More...
 
NDS::buffers_type NDS::abi_0::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. More...
 
NDS::data_iterable NDS::abi_0::iterate (const NDS::parameters &params, NDS::request_period period, const NDS::connection::channel_names_type &channel_names)
 Retreive data in segments without having to manage a connection. More...
 
NDS::data_iterable NDS::abi_0::iterate (NDS::request_period period, const NDS::connection::channel_names_type &channel_names)
 Retreive data in segments without having to manage a connection. More...
 
channels_type NDS::abi_0::find_channels (const NDS::parameters &params, const channel_predicate_object &pred)
 Retrieve a list of channels without having to manage a connection. More...
 
channels_type NDS::abi_0::find_channels (const channel_predicate_object &pred)
 Retrieve a list of channels without having to manage a connection. More...