Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hamlib/Hamlib
/ open
Method
open
c++/rotclass.cc:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void Rotator::open(void) {
60
CHECK_ROT( rot_open(theRot) );
61
}
62
63
void Rotator::close(void) {
64
CHECK_ROT( rot_close(theRot) );
Callers
nothing calls this directly
Calls
1
rot_open
Function · 0.85
Tested by
no test coverage detected