MCPcopy 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
59void Rotator::open(void) {
60 CHECK_ROT( rot_open(theRot) );
61}
62
63void Rotator::close(void) {
64 CHECK_ROT( rot_close(theRot) );

Callers

nothing calls this directly

Calls 1

rot_openFunction · 0.85

Tested by

no test coverage detected