MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / rigctl_parse_init

Function rigctl_parse_init

tests/rigctl_parse.c:703–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701
702
703void rigctl_parse_init(/* int threaded */)
704{
705 int retval;
706
707 retval = pthread_key_create(&thread_data_key, NULL);
708 if (retval != 0)
709 {
710 rig_debug(RIG_DEBUG_ERR, "%s: Thread data key not created\n", __func__);
711 }
712
713 return;
714}
715
716int rigctl_parse(RIG *my_rig, FILE *fin, FILE *fout, char *argv[], int argc,
717 sync_cb_t sync_cb,

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

pthread_key_createFunction · 0.85
rig_debugFunction · 0.85

Tested by

no test coverage detected