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

Method Rotator

c++/rotclass.cc:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42Rotator::Rotator(rot_model_t rot_model)
43{
44 theRot = rot_init(rot_model);
45 if (!theRot)
46 THROW(new RigException ("Rotator initialization error"));
47
48 caps = theRot->caps;
49 theRot->state.obj = (rig_ptr_t)this;
50}
51
52Rotator::~Rotator()
53{

Callers

nothing calls this directly

Calls 1

THROWFunction · 0.85

Tested by

no test coverage detected