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

Method appendUInt16

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

Source from the content-addressed store, hash-verified

267 void setUInt32(size_t writeIndex, unsigned value); // 4 byte value
268 void appendByte(unsigned value) { BVASSERT(bitind()==0); setByte(grow(1),value); }
269 void appendUInt16(unsigned value) { BVASSERT(bitind()==0); setUInt16(grow(2),value); }
270 void appendUInt32(unsigned value) { BVASSERT(bitind()==0); setUInt32(grow(4),value); }
271 ByteType getByte(size_t ind) const { BVASSERT(ind < size()); return mStart[ind]; }
272 ByteType getNibble(size_t ind,int hi) const {

Callers 9

qosAppendMethod · 0.80
NsAddBVCIFunction · 0.80
NsAddVCIFunction · 0.80
NsAddNSEIFunction · 0.80
BVCAddBVCIFunction · 0.80
BVCAddCellIdentifierFunction · 0.80
BVCFactoryFunction · 0.80
gmmWriteBodyMethod · 0.80
appendElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected