Home
last modified time | relevance | path

Searched defs:rig_get_vfo (Results 1 – 2 of 2) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/server/
H A Dxml_server.cxx321 class rig_get_vfo : public XmlRpcServerMethod { class
323 rig_get_vfo(XmlRpcServer* s) : XmlRpcServerMethod("rig.get_vfo", s) {} in rig_get_vfo() function in rig_get_vfo
355 } rig_get_vfo(&rig_server); variable
/dports/comms/hamlib/hamlib-4.3.1/src/
H A Drig.c2747 int HAMLIB_API rig_get_vfo(RIG *rig, vfo_t *vfo) in rig_get_vfo() function