nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions | Variables
nds_connection_ptype.cc File Reference
#include "nds.hh"
#include "nds_channel.hh"
#include "nds_buffer.hh"
#include "nds_connection.hh"
#include "nds_connection_ptype.hh"
#include "nds_iterate_handlers.hh"
#include "nds_composer.hh"
#include "nds_helper.hh"
#include "nds_foreach.hh"
#include "nds_str_utility.hh"
#include "nds_channel_selection.hh"
#include "nds_errno.hh"
#include "debug_stream.hh"
#include "nds1.h"
#include "nds_os.h"
#include <cassert>
#include <cctype>
#include <cmath>
#include <cstring>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <utility>
Include dependency graph for nds_connection_ptype.cc:

Classes

class  NDS::anonymous_namespace{nds_connection_ptype.cc}::fetch_planner
 
class  NDS::anonymous_namespace{nds_connection_ptype.cc}::segment_intersects_test
 

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::anonymous_namespace{nds_connection_ptype.cc}
 
 NDS::detail
 

Macros

#define NOMINMAX
 

Typedefs

typedef int NDS::daq_result_type
 

Functions

template<typename T >
NDS::anonymous_namespace{nds_connection_ptype.cc}::safe_add (T val1, T val2)
 FIXME: duplicate code. More...
 
bool NDS::anonymous_namespace{nds_connection_ptype.cc}::default_channel_list_compare (const channel &ch1, const channel &ch2)
 
simple_availability_list_type NDS::detail::get_availabilty (conn_p_type &conn_p, buffer::gps_second_type gps_start, buffer::gps_second_type gps_stop, const connection::channel_names_type channel_names)
 

Variables

static const int _NDS2_TYPICAL_BYTES_PER_FRAME = ( 1 << 26 )
 

Macro Definition Documentation

#define NOMINMAX

Variable Documentation

const int _NDS2_TYPICAL_BYTES_PER_FRAME = ( 1 << 26 )
static