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

Method Amplifier

c++/ampclass.cc:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43Amplifier::Amplifier(amp_model_t amp_model)
44{
45 theAmp = amp_init(amp_model);
46 if (!theAmp)
47 THROW(new RigException ("Amplifier initialization error"));
48
49 caps = theAmp->caps;
50 theAmp->state.obj = (amp_ptr_t)this;
51}
52
53Amplifier::~Amplifier()
54{

Callers

nothing calls this directly

Calls 1

THROWFunction · 0.85

Tested by

no test coverage detected