Definition in file rt_server.cc.
Include dependency graph for rt_server.cc:
Go to the source code of this file.
Functions | |
void | sigexit (int sig) |
Handle a signal by exiting cleanly. | |
int | main (int argc, char *argv[]) |
Variables | |
struct { | |
CORBA::ORB_var orb | |
The CORBA ORB for this process. | |
RTServerImpl * rtsi | |
The server object. | |
Broker::Manager_var manager | |
The manager for this machine. | |
Broker::RealTimeTask_var rtt | |
The task for this process. | |
} | rts_data |
Global data for the tool. |
|
Handle a signal by exiting cleanly.
Definition at line 68 of file rt_server.cc. References rts_data. |