00001 #ifndef EVF_DEBUG_UTILS_H 00002 #define EVF_DEBUG_UTILS_H 00003 00004 #include <string> 00005 00006 namespace evf{ 00007 00008 std::string dumpFrame(unsigned char* data, unsigned int len); 00009 00010 } 00011 00012 #endif