yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_signal.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_agt_signal
13#define _H_agt_signal
14
15/* FILE: agt_signal.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
28/*********************************************************************
29* *
30* C H A N G E H I S T O R Y *
31* *
32*********************************************************************
33
34date init comment
35----------------------------------------------------------------------
3622-jan-07 abb Begun
37
38*/
39
40#ifndef _H_status
41#include "status.h"
42#endif
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
48/********************************************************************
49* *
50* F U N C T I O N S *
51* *
52*********************************************************************/
53
69extern void
70 agt_signal_init (void);
71
72
78extern void
79 agt_signal_cleanup (void);
80
81
87extern void
88 agt_signal_handler (int intr);
89
90
94#ifdef __cplusplus
95} /* end extern 'C' */
96#endif
97
98#endif /* _H_agt_signal */
void agt_signal_cleanup(void)
Cleanup the agt_signal module.
Definition: agt_signal.c:108
void agt_signal_handler(int intr)
Handle an incoming interrupt signal.
Definition: agt_signal.c:142
void agt_signal_init(void)
Initialize the agt_signal module.
Definition: agt_signal.c:77
Global error messages for status code enumerations.