test_util.h

00001 #ifndef _UDT_TEST_UTIL_H_
00002 #define _UDT_TEST_UTIL_H_
00003 
00004 struct UDTUpDown{
00005    UDTUpDown()
00006    {
00007       // use this function to initialize the UDT library
00008       UDT::startup();
00009    }
00010    ~UDTUpDown()
00011    {
00012       // use this function to release the UDT library
00013       UDT::cleanup();
00014    }
00015 };
00016 
00017 #endif

Generated on 9 Feb 2013 for barchart-udt-core-2.2.2 by  doxygen 1.6.1