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

Method setByte

GPRS/ByteVector.h:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 unsigned grow(unsigned amt);
264 unsigned growBits(unsigned amt);
265 void setByte(size_t ind, ByteType byte) { BVASSERT(ind < size()); mStart[ind] = byte; }
266 void setUInt16(size_t writeIndex,unsigned value); // 2 byte value
267 void setUInt32(size_t writeIndex, unsigned value); // 4 byte value
268 void appendByte(unsigned value) { BVASSERT(bitind()==0); setByte(grow(1),value); }

Callers 4

engineWriteHighSideMethod · 0.80
gprsTestFunction · 0.80
gmmParseBodyMethod · 0.80
setIpAddrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected