![]() |
Hamlib 4.7~git
|
Macros | |
#define | ERROR_TBL_SZ (sizeof(rigerror_table)/sizeof(char *)) |
Convenience macro calculating rigerror_table size. |
Functions | |
void | add2debugmsgsave (const char *s) |
Handle stack trace messages. |
#define ERROR_TBL_SZ (sizeof(rigerror_table)/sizeof(char *)) |
Convenience macro calculating rigerror_table size.
Used to ensure access beyond the end of rigerror_table does not occur.
void add2debugmsgsave | ( | const char * | s | ) |
Handle stack trace messages.
Maintains an array of debug messages to build a stack trace of up to 20 lines.