#include "ace/Get_Opt.h"
#include "ace/Sched_Params.h"
#include "NodeApplication_Task.h"
#include "ciao/Server_init.h"
Include dependency graph for RTNodeApplication.cpp:
Functions | |
int | parse_args (int argc, char *argv[], CIAO::NodeApplication_Task::Options &opts) |
const char * | sched_policy_name (int sched_policy) |
void | check_supported_priorities (CORBA::ORB_ptr orb) |
The following check is taken from /web/users/isisbuilds/tmp/ACE_wrappers/TAO/tests/RTCORBA/. | |
int | main (int argc, char **argv) |
void check_supported_priorities | ( | CORBA::ORB_ptr | orb | ) |
The following check is taken from /web/users/isisbuilds/tmp/ACE_wrappers/TAO/tests/RTCORBA/.
int main | ( | int | argc, | |
char ** | argv | |||
) |
int parse_args | ( | int | argc, | |
char * | argv[], | |||
CIAO::NodeApplication_Task::Options & | opts | |||
) |
const char* sched_policy_name | ( | int | sched_policy | ) |