ldas-tools-framecpp  2.6.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
CRCGenTables.cc File Reference
#include <stdint.h>
#include <fstream>
#include <iomanip>
#include <string>
#include "CRCModel.hh"

Macros

#define TYPE_NAME(a)   template<> const char* name<a>( ) { return #a; }
 

Functions

template<class DT >
const char * name ()
 
void hexit (std::ostream &Stream, uint32_t Value)
 
template<typename MODEL >
void gen_table (std::ostream &Stream, const std::string &NameSpace)
 
int main (int ArgC, char **ArgV)
 

Macro Definition Documentation

#define TYPE_NAME (   a)    template<> const char* name<a>( ) { return #a; }

Function Documentation

template<typename MODEL >
void gen_table ( std::ostream &  Stream,
const std::string &  NameSpace 
)
void hexit ( std::ostream &  Stream,
uint32_t  Value 
)
int main ( int  ArgC,
char **  ArgV 
)
template<class DT >
const char* name ( )