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

Method MsgCommonWrite

GPRS/MsgBase.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 public:
102 void _define_vtable();
103 MsgCommonWrite(BitVector& wResult) : mResult(wResult) {}
104 MsgCommonWrite(BitVector& wResult, size_t &wp) : MsgCommon(wp), mResult(wResult) {}
105 void writeField(uint64_t value, unsigned len, const char * name=0, Type2Str =0);
106 void writeField(const ItemWithValueAndWidth&item, const char *name = 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected