OmniEvents
main.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 The main process entry point. More...
 
void OmniEvents_Orb_shutdown (int signum)
 Signal handler, sets Orb::_shutdownRequested. More...
 
void OmniEvents_Orb_bumpTraceLevel (int signum)
 Signal handler, each call to this method 'bumps' up the trace level by 5, modulo 45. More...
 

Function Documentation

◆ main()

◆ OmniEvents_Orb_bumpTraceLevel()

void OmniEvents_Orb_bumpTraceLevel ( int  signum)

Signal handler, each call to this method 'bumps' up the trace level by 5, modulo 45.

Definition at line 317 of file main.cc.

References DB.

Referenced by OmniEvents::Service::ctrlHandler().

◆ OmniEvents_Orb_shutdown()

void OmniEvents_Orb_shutdown ( int  signum)

Signal handler, sets Orb::_shutdownRequested.

The parameter is ignored. This method may be used as a signal handler.

Definition at line 78 of file main.cc.

Referenced by OmniEvents::Service::ctrlHandler().