yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
Signal Handler

Processess software interrupts from the operating system. More...

Collaboration diagram for Signal Handler:

Functions

void agt_signal_init (void)
 Initialize the agt_signal module. More...
 
void agt_signal_cleanup (void)
 Cleanup the agt_signal module. More...
 
void agt_signal_handler (int intr)
 Handle an incoming interrupt signal. More...
 

Detailed Description

Processess software interrupts from the operating system.

Setup at boot-time and remove handlers aon exit.

Function Documentation

◆ agt_signal_cleanup()

void agt_signal_cleanup ( void  )

Cleanup the agt_signal module.

Called by the server during shutdown

◆ agt_signal_handler()

void agt_signal_handler ( int  intr)

Handle an incoming interrupt signal.

Parameters
intrinterrupt numer
Here is the call graph for this function:
Here is the caller graph for this function:

◆ agt_signal_init()

void agt_signal_init ( void  )

Initialize the agt_signal module.

Here is the call graph for this function:
Here is the caller graph for this function: