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

Function rig_idx2setting

src/misc.c:808–811  ·  view source on GitHub ↗

* utility function to convert index to bit value * */

Source from the content-addressed store, hash-verified

806 *
807 */
808uint64_t rig_idx2setting(int i)
809{
810 return ((uint64_t)1) << i;
811}
812
813/**
814 * \brief Convert alpha string to enum RIG_FUNC_...

Callers 15

ifFunction · 0.85
icom_set_antFunction · 0.85
icom_get_antFunction · 0.85
rig_sprintf_funcFunction · 0.85
rot_sprintf_funcFunction · 0.85
rig_sprintf_levelFunction · 0.85
rot_sprintf_levelFunction · 0.85
amp_sprintf_levelFunction · 0.85
rig_sprintf_level_granFunction · 0.85
rot_sprintf_level_granFunction · 0.85
rig_sprintf_parmFunction · 0.85
rot_sprintf_parmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected