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

YControl session handler will create and manage session control blocks for the subsystem. More...

Collaboration diagram for Signal Handler:

Functions

void ycontrol_signal_init (void)
 Initialize the ycontrol_signal module. More...
 
void ycontrol_signal_cleanup (void)
 Cleanup the ycontrol_signal module. More...
 
void ycontrol_signal_handler (int intr)
 Handle an incoming interrupt signal. More...
 

Detailed Description

YControl session handler will create and manage session control blocks for the subsystem.

The same ses_cb_t is used on the main server and the subsystems.

All functions in this module are internal system APIs for subsystem use only!

Function Documentation

◆ ycontrol_signal_cleanup()

void ycontrol_signal_cleanup ( void  )

Cleanup the ycontrol_signal module.

Called by the subsystem during shutdown.

Here is the caller graph for this function:

◆ ycontrol_signal_handler()

void ycontrol_signal_handler ( int  intr)

Handle an incoming interrupt signal.

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

◆ ycontrol_signal_init()

void ycontrol_signal_init ( void  )

Initialize the ycontrol_signal module.

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