ldas-tools-frameAPI  2.6.5
Classes | Typedefs | Functions | Variables
test_createRDS_cpp.cc File Reference
#include <sys/stat.h>
#include <unistd.h>
#include "ldastoolsal/unittest.h"
#include "ldastoolsal/DeadLockDetector.hh"
#include "genericAPI/LDASplatform.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "frameAPI/Catalog.hh"
#include "frameAPI/Channel.hh"
#include "frameAPI/createRDS.hh"
#include "frameAPI/Frame.hh"
Include dependency graph for test_createRDS_cpp.cc:

Classes

class  Search
 
class  TestSet
 
struct  TestSet::file_set_type
 

Typedefs

typedef std::list< std::string > base_filename_container_type
 
typedef std::list< std::string > filename_container_type
 

Functions

void Initialize ()
 
void TestCreateRDS ()
 
void TestCreateRDSResample ()
 
void TestExceptionMissingChannel ()
 
void TestOpenData ()
 
int main (int ArgC, char **ArgV)
 

Variables

LDASTools::Testing::UnitTest Test
 
Search SEARCH_DIRS
 

Typedef Documentation

◆ base_filename_container_type

typedef std::list< std::string > base_filename_container_type

◆ filename_container_type

typedef std::list< std::string > filename_container_type

Function Documentation

◆ Initialize()

void Initialize ( )

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

◆ TestCreateRDS()

void TestCreateRDS ( )

◆ TestCreateRDSResample()

void TestCreateRDSResample ( )

◆ TestExceptionMissingChannel()

void TestExceptionMissingChannel ( )

◆ TestOpenData()

void TestOpenData ( )

Variable Documentation

◆ SEARCH_DIRS

Search SEARCH_DIRS

◆ Test

LDASTools::Testing::UnitTest Test