An LBMSDMRawUint32 is a helper class to minimise the effort of formatting and parsing unsigned 32 bit integers.
More...
|
virtual void | set (uint v) |
| Set a uint32 field providing the value as a long. More...
|
|
| LBMSDMRawUint32 () |
| Create a raw uint32 field, defaulting to 0.
|
|
| LBMSDMRawUint32 (uint v) |
| Set a raw uint16 field providing the value as a long. More...
|
|
virtual int | format (byte[] buf, int offset) |
| Format the raw uint32 value into a byte buffer. More...
|
|
override System.String | ToString () |
| Get a string version of an uint16. More...
|
|
virtual int | parse (byte[] buf, int offset) |
| Parse the raw uint32 value from a byte buffer. More...
|
|
virtual uint | toUint () |
| Get the long representation of the uint32. More...
|
|
virtual new System.Object | Clone () |
| Get a copy of this object. More...
|
|
virtual System.String | toDbgString () |
| Get a debug string for this object. This is not expected to be called and exists for child classes. More...
|
|
virtual void | set_debug_level (int level) |
| Set the debug level for processing this SDM message. Currently all debugs go to standard out. More...
|
|
virtual void | log (System.String s) |
| Log an event. If debug level is set greater than 0, output to stderr. More...
|
|
|
static int | format (byte[] buf, int offset, uint v) |
| Format a uint32 value into a byte buffer. More...
|
|
static uint | parse_s (byte[] buf, int offset) |
| Parse the raw uint32 value from a byte buffer. More...
|
|
An LBMSDMRawUint32 is a helper class to minimise the effort of formatting and parsing unsigned 32 bit integers.
com.latencybusters.lbm.sdm.LBMSDMRawUint32.LBMSDMRawUint32 |
( |
uint |
v | ) |
|
Set a raw uint16 field providing the value as a long.
- Parameters
-
v | The long to seed this raw object |
virtual new System.Object com.latencybusters.lbm.sdm.LBMSDMRawUint32.Clone |
( |
| ) |
|
|
virtual |
static int com.latencybusters.lbm.sdm.LBMSDMRawUint32.format |
( |
byte[] |
buf, |
|
|
int |
offset, |
|
|
uint |
v |
|
) |
| |
|
static |
virtual int com.latencybusters.lbm.sdm.LBMSDMRawUint32.format |
( |
byte[] |
buf, |
|
|
int |
offset |
|
) |
| |
|
virtual |
Format the raw uint32 value into a byte buffer.
- Parameters
-
buf | The buffer to contain the formatted value |
offset | The offset in to the buffer to start formatting |
- Returns
- The offset after formatting this object
virtual void com.latencybusters.lbm.sdm.LBMSDM.log |
( |
System.String |
s | ) |
|
|
virtualinherited |
Log an event. If debug level is set greater than 0, output to stderr.
- Parameters
-
s | String containing the event to log |
virtual int com.latencybusters.lbm.sdm.LBMSDMRawUint32.parse |
( |
byte[] |
buf, |
|
|
int |
offset |
|
) |
| |
|
virtual |
Parse the raw uint32 value from a byte buffer.
- Parameters
-
buf | The buffer that contains the formatted value |
offset | The offset in to the buffer to start parsing |
- Returns
- the new offset after parsing the field
Referenced by com.latencybusters.lbm.sdm.LBMSDMRawTimestamp.parse().
static uint com.latencybusters.lbm.sdm.LBMSDMRawUint32.parse_s |
( |
byte[] |
buf, |
|
|
int |
offset |
|
) |
| |
|
static |
Parse the raw uint32 value from a byte buffer.
- Parameters
-
buf | The buffer that contains the formatted value |
offset | The offset in to the buffer to start parsing |
- Returns
- the new offset after parsing the field
Referenced by com.latencybusters.lbm.sdm.LBMSDMRawFloat.parse_s().
virtual void com.latencybusters.lbm.sdm.LBMSDMRawUint32.set |
( |
uint |
v | ) |
|
|
virtual |
virtual void com.latencybusters.lbm.sdm.LBMSDM.set_debug_level |
( |
int |
level | ) |
|
|
virtualinherited |
Set the debug level for processing this SDM message. Currently all debugs go to standard out.
- Parameters
-
virtual System.String com.latencybusters.lbm.sdm.LBMSDMRaw.toDbgString |
( |
| ) |
|
|
virtualinherited |
override System.String com.latencybusters.lbm.sdm.LBMSDMRawUint32.ToString |
( |
| ) |
|
Get a string version of an uint16.
- Returns
- A string representation of the uint16
virtual uint com.latencybusters.lbm.sdm.LBMSDMRawUint32.toUint |
( |
| ) |
|
|
virtual |
Get the long representation of the uint32.
- Returns
- A long with the value of the object
The documentation for this class was generated from the following file: