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

Method insert

Transceiver52M/radioVector.cpp:60–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool noiseVector::insert(float val)
61{
62 if (!size())
63 return false;
64
65 if (it == this->end())
66 it = this->begin();
67
68 *it++ = val;
69
70 return true;
71}
72
73unsigned VectorFIFO::size()
74{

Callers 5

auditFunction · 0.80
mmFindByImsiMethod · 0.80
str2MethodTypeMethod · 0.80
pullRadioVectorMethod · 0.80
addNeighborMethod · 0.80

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected