TSP: The Transport Sample Protocol



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

tsp_provider_init.h

Go to the documentation of this file.
00001 
00039 #ifndef _TSP_PROVIDER_INIT_H
00040 #define _TSP_PROVIDER_INIT_H
00041 
00042 #include "tsp_prjcfg.h"
00043 
00052 int TSP_provider_init(int* argc, char** argv[]);
00053 void TSP_provider_end(void);
00054 
00060 #define TSP_ASYNC_REQUEST_NON_BLOCKING   0x00000
00061 #define TSP_ASYNC_REQUEST_BLOCKING       0x00001
00062 
00063 #define TSP_ASYNC_REQUEST_SIMPLE         0x00000
00064 #define TSP_ASYNC_REQUEST_DYNAMIC        0x00010
00065 
00083 int TSP_provider_run(int spawn_mode);
00084 
00085 
00091 #define TSP_PUBLISH_URLS_NONE    0x0000
00092 #define TSP_PUBLISH_URLS_PRINT   0x0010
00093 #define TSP_PUBLISH_URLS_FILE    0x0100
00094 #define TSP_PUBLISH_URLS_SNMP    0x1000
00095 
00107 char **TSP_provider_urls(int pub_mode);
00108 
00109 
00110 void TSP_provider_print_usage(void);
00111 
00112 #endif /* _TSP_PROVIDER_INIT_H */
Framework Home Page.

Beware !! TSP wave is coming...