34 #define Hold_Decode(rig) {(rig)->state.hold_decode = 1;}
35 #define Unhold_Decode(rig) {(rig)->state.hold_decode = 0;}
43 void dump_hex(
const unsigned char ptr[],
size_t size);
56 extern HAMLIB_EXPORT(
unsigned char *)
to_bcd(
unsigned char bcd_data[],
57 unsigned long long freq,
60 extern HAMLIB_EXPORT(
unsigned long long)
from_bcd(
const unsigned char
67 extern HAMLIB_EXPORT(
unsigned char *)
to_bcd_be(
unsigned char bcd_data[],
68 unsigned long long freq,
71 extern HAMLIB_EXPORT(
unsigned long long)
from_bcd_be(
const unsigned char
79 extern int no_restore_ai;
82 #define isreturn(c) ((c) == 10 || (c) == 13)
86 #ifdef HAVE_INTTYPES_H
87 # include <inttypes.h>
90 #ifdef HAVE_SYS_TIME_H
91 # include <sys/time.h>
102 # define PRIll PRId64
113 # define SCNll SCNd64
void dump_hex(const unsigned char ptr[], size_t size)
Do a hex dump of the unsigned char array.
Definition: debug.c:69
unsigned long long HAMLIB_API from_bcd(const unsigned char bcd_data[], unsigned bcd_len)
Convert BCD digits, little-endian, to a long long (e.g. frequency in Hz)
Definition: misc.c:126
unsigned long long HAMLIB_API from_bcd_be(const unsigned char bcd_data[], unsigned bcd_len)
Convert 4-bit BCD digits to binary, big-endian.
Definition: misc.c:207
unsigned char *HAMLIB_API to_bcd_be(unsigned char bcd_data[], unsigned long long freq, unsigned bcd_len)
Convert from binary to 4-bit BCD digits, big-endian.
Definition: misc.c:163
double freq_t
Frequency type,.
Definition: rig.h:302
void HAMLIB_API rig_force_cache_timeout(struct timeval *tv)
Helper for forcing cache timeout next call.
Definition: misc.c:1078
int HAMLIB_API sprintf_freq(char *str, freq_t)
Pretty print a frequency.
Definition: misc.c:247
int HAMLIB_API rig_check_cache_timeout(const struct timeval *tv, int timeout)
Helper for checking cache timeout.
Definition: misc.c:1024
Hamlib rig data structures.
unsigned char *HAMLIB_API to_bcd(unsigned char bcd_data[], unsigned long long freq, unsigned bcd_len)
Convert from binary to 4-bit BCD digits, little-endian.
Definition: misc.c:78
Hamlib documentation for version 3.3 -- Wed Jan 29 2020 00:00:00
Project page: http://www.hamlib.org