TSP: The Transport Sample Protocol



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

tsp_rpc_confprogid.c

Go to the documentation of this file.
00001 
00038 #include "tsp_sys_headers.h"
00039 
00040 #include "tsp_rpc_confprogid.h"
00041 
00042 int TSP_get_progid_total_number()
00043 {
00044   return TSP_MAX_SERVER_NUMBER; 
00045 }
00046 
00047 uint32_t TSP_get_progid(int n)
00048 {
00049   return((uint32_t)(TSP_RPC_PROGID_BASE_COUNT)+n);
00050 }
Framework Home Page.

Beware !! TSP wave is coming...