Definition in file ServerMain_T.hh.
Include dependency graph for ServerMain_T.hh:
Go to the source code of this file.
Classes | |
struct | ServerMainData |
struct | ServerMainDefaults |
Functions | |
void | sigexit_handler (int sig) |
Handler for SIGINT/SIGTERM signals. | |
void | server_main_usage (char *prog_name, struct ServerMainDefaults &smd) |
Output the usage message for this program to standard error. | |
template<class T, class U> int | server_main (struct ServerMainDefaults &smd, int argc, char *argv[]) |
Template function for a server that exports a single object. | |
Variables | |
ServerMainData | server_main_data |
|
Template function for a server that exports a single object.
Definition at line 132 of file ServerMain_T.hh. References cpu_reserve_attr::compute_time, cpu_reserve_attr::deadline, rk_reserve_param::enf_mode, orb, cpu_reserve_attr::period, cpu_reserve_attr::processor, rk_reserve_param::rep_mode, require, cpu_reserve_attr::reserve_type, NamingHelper< T >::resolve_init(), RK_ANY_CPU, rk_cpu_reserve_create(), rk_reserve_t, rk_resource_set_attach_process(), rk_resource_set_create(), rk_resource_set_destroy(), rk_resource_set_t, RSV_SOFT, rk_reserve_param::sch_mode, server_main_usage(), and sigexit_handler(). |
Here is the call graph for this function:
|
Output the usage message for this program to standard error.
Definition at line 86 of file ServerMain_T.hh. References require. Referenced by server_main(). |
|
Handler for SIGINT/SIGTERM signals.
Definition at line 67 of file ServerMain_T.hh. References require, and rk_resource_set_destroy(). Referenced by server_main(). |
Here is the call graph for this function: