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

Method writeSamples

TransceiverRAD1/DummyLoad.cpp:130–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130int DummyLoad::writeSamples(short *buf, int len, bool *wUnderrun,
131 unsigned long long timestamp,
132 bool isControl)
133{
134 updateTime();
135 underrunLock.lock();
136 underrun |= (currstamp+len < timestamp);
137 underrunLock.unlock();
138 return len;
139}
140
141bool DummyLoad::updateAlignment(TIMESTAMP timestamp)
142{

Callers 2

mainFunction · 0.45
pushBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected