Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void Rotator::getPosition(azimuth_t& az, elevation_t& el)
104
{
105
CHECK_ROT( rot_get_position(theRot, &az, &el) );
106
}
107
108
void Rotator::stop()
109
{
Callers
nothing calls this directly
Calls
1
rot_get_position
Function · 0.85
Tested by
no test coverage detected