ldas-tools-framecpp  2.7.0
Macros | Functions
CRCGenTables.cc File Reference
#include <stdint.h>
#include <fstream>
#include <iomanip>
#include <string>
#include "CRCModel.hh"
Include dependency graph for CRCGenTables.cc:

Macros

#define TYPE_NAME(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

◆ TYPE_NAME

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

Function Documentation

◆ gen_table()

template<typename MODEL >
void gen_table ( std::ostream &  Stream,
const std::string &  NameSpace 
)

◆ hexit()

void hexit ( std::ostream &  Stream,
uint32_t  Value 
)

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

◆ name()

template<class DT >
const char* name ( )