CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DebugUtils.h
Go to the documentation of this file.
1 #ifndef EVF_DEBUG_UTILS_H
2 #define EVF_DEBUG_UTILS_H
3 
4 #include <string>
5 
6 namespace evf{
7 
8  std::string dumpFrame(unsigned char* data, unsigned int len);
9 
10 }
11 
12 #endif
std::string dumpFrame(unsigned char *data, unsigned int len)
Definition: DebugUtils.cc:9