GNU Radio's GSM Package
panic.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*! \addtogroup utils
4  * @{
5  * \file panic.h */
6 
7 #include <stdarg.h>
8 
9 /*! panic handler callback function type */
10 typedef void (*osmo_panic_handler_t)(const char *fmt, va_list args);
11 
12 extern void osmo_panic(const char *fmt, ...);
14 
15 /*! @} */
h
uint8_t h
Definition: gsm_04_08.h:1
osmo_panic
void osmo_panic(const char *fmt,...)
osmo_panic_handler_t
void(* osmo_panic_handler_t)(const char *fmt, va_list args)
Definition: panic.h:10
osmo_set_panic_handler
void osmo_set_panic_handler(osmo_panic_handler_t h)