nds2-client - ClientUser  0.16.8
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
nds_standalone.hh
1 #ifndef LIBNDSCXX_MODULE_STANDALONE_HH
2 #define LIBNDSCXX_MODULE_STANDALONE_HH
3 
4 #include "nds_connection.hh"
5 
6 namespace NDS
7 {
8  inline namespace abi_0
9  {
10 
28  DLL_EXPORT NDS::buffers_type
29  fetch( const NDS::parameters& params,
30  buffer::gps_second_type gps_start,
31  buffer::gps_second_type gps_stop,
32  const NDS::connection::channel_names_type& channel_names );
33 
50  DLL_EXPORT NDS::buffers_type
51  fetch( buffer::gps_second_type gps_start,
52  buffer::gps_second_type gps_stop,
53  const NDS::connection::channel_names_type& channel_names );
54 
109  DLL_EXPORT NDS::data_iterable
110  iterate( const NDS::parameters& params,
111  NDS::request_period period,
112  const NDS::connection::channel_names_type& channel_names );
113 
166  DLL_EXPORT NDS::data_iterable
167  iterate( NDS::request_period period,
168  const NDS::connection::channel_names_type& channel_names );
169 
213  DLL_EXPORT channels_type
214  find_channels( const NDS::parameters& params,
215  const channel_predicate_object& pred );
216 
258  DLL_EXPORT channels_type
259  find_channels( const channel_predicate_object& pred );
260  }
261 }
262 
263 #endif
long gps_second_type
Type second portion of a gps time.
Definition: nds_buffer.hh:33