| 51 | |
| 52 | |
| 53 | DummyLoad::DummyLoad (double _desiredSampleRate) |
| 54 | { |
| 55 | LOG(INFO) << "creating USRP device..."; |
| 56 | sampleRate = _desiredSampleRate; |
| 57 | } |
| 58 | |
| 59 | void DummyLoad::updateTime(void) { |
| 60 | gettimeofday(&currTime,NULL); |
nothing calls this directly
no outgoing calls
no test coverage detected