TSP: The Transport Sample Protocol



Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

bb_tsp_provider.h

Go to the documentation of this file.
00001 
00037 #ifndef _BB_TSP_PROVIDER_H_
00038 #define _BB_TSP_PROVIDER_H_
00039 
00040 #include "tsp_abs_types.h"
00041 
00042 #include <pthread.h>
00043 
00044 #ifdef BB_TSP_PROVIDER_C
00045 pthread_t glu_thread_id=0;
00046 #else
00047 extern pthread_t glu_thread_id;
00048 #endif
00049 
00056 int 
00057 GLU_set_base_frequency(double d_frequence_provider);
00058 
00075 int32_t
00076 bb_tsp_provider_initialise(int* argc, char** argv[],int TSPRunMode, const char* bbname);
00077 
00081 int32_t 
00082 bb_tsp_provider_finalize();
00083 #endif /* _BB_TSP_PROVIDER_H_ */
Framework Home Page.

Beware !! TSP wave is coming...