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

Method getPosition

c++/rotclass.cc:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void Rotator::getPosition(azimuth_t& az, elevation_t& el)
104{
105 CHECK_ROT( rot_get_position(theRot, &az, &el) );
106}
107
108void Rotator::stop()
109{

Callers

nothing calls this directly

Calls 1

rot_get_positionFunction · 0.85

Tested by

no test coverage detected