MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / DummyLoad

Method DummyLoad

TransceiverRAD1/DummyLoad.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53DummyLoad::DummyLoad (double _desiredSampleRate)
54{
55 LOG(INFO) << "creating USRP device...";
56 sampleRate = _desiredSampleRate;
57}
58
59void DummyLoad::updateTime(void) {
60 gettimeofday(&currTime,NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected