nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
nds1_test_utilities.cc File Reference
#include <cstdint>
#include <sstream>
#include <string>
#include "nds1_test_utilities.hh"
#include "nds1/v12_2/channel_listing.hh"
Include dependency graph for nds1_test_utilities.cc:

Namespaces

 nds_testing
 
 nds_testing::anonymous_namespace{nds1_test_utilities.cc}
 

Functions

std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::right_pad_string (std::string input, char pad_value, size_t width)
 
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::left_pad_string (std::string input, char pad_value, size_t width)
 
template<typename T >
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex (T value)
 
template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< float > (float value)
 
template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< double > (double value)
 
std::vector< char > nds_testing::generate_sc2_channel_stream (int count)
 
sc2_channel_info nds_testing::get_sc2_channel_info (int chan_num)