ldas-tools-frameAPI  2.6.4
Classes | Namespaces | Macros | Typedefs | Functions
rdsframe.cc File Reference
#include <frameutils_config.h>
#include <unistd.h>
#include <string.h>
#include <cctype>
#include <cerrno>
#include <algorithm>
#include <iterator>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/regex.hh"
#include "ldastoolsal/regexmatch.hh"
#include "ldastoolsal/unordered_map.hh"
#include "framecpp/Common/CheckSum.hh"
#include "framecpp/Common/FrTOC.hh"
#include "framecpp/Common/MD5Sum.hh"
#include "framecpp/Common/Verify.hh"
#include "framecpp/FrDetector.hh"
#include "framecpp/FrHistory.hh"
#include "framecpp/FrTOC.hh"
#include "framecpp/FrVect.hh"
#include "genericAPI/swigexception.hh"
#include "genericAPI/Logging.hh"
#include "DeviceIOConfiguration.hh"
#include "rdsframe.hh"
#include "rdsutil.hh"
#include "RDSStream.hh"
#include "filereader.hh"
#include "FileCache.icc"
#include "util.hh"
Include dependency graph for rdsframe.cc:

Classes

class  anonymous_namespace{rdsframe.cc}::CollectNames
 
class  FrameAPI::RDSFrameCC::ChannelEntry
 
class  RDSFrame::private_type
 

Namespaces

 anonymous_namespace{rdsframe.cc}
 
 FrameAPI
 ignore_end:
 
 FrameAPI::RDSFrameCC
 
 FrameAPI::RDS
 

Macros

#define DBGMSG(a)
 
#define AT(a)   DBGMSG( a << " " )
 
#define HERE()   DBGMSG( "" )
 

Typedefs

typedef std::vector< ChannelEntrychannel_cache_type
 

Functions

static const std::string FrameAPI::RDSFrameCC::mHistoryName ("createRDS")
 
std::ostream & FrameAPI::RDSFrameCC::operator<< (std::ostream &Stream, const FileCache &Source)
 
std::ostream & FrameAPI::RDSFrameCC::operator<< (std::ostream &Stream, const ChannelEntry &Source)
 
std::ostream & operator<< (std::ostream &Stream, const channel_cache_type &Source)
 

Macro Definition Documentation

◆ AT

#define AT (   a)    DBGMSG( a << " " )

◆ DBGMSG

#define DBGMSG (   a)

◆ HERE

#define HERE ( )    DBGMSG( "" )

Typedef Documentation

◆ channel_cache_type

typedef std::vector< ChannelEntry > channel_cache_type

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  Stream,
const channel_cache_type Source 
)