An interpreter for Section M0: 8-bit magnitude data (many per ping, you assemble them into complete ping data)
More...
#include <m0.hpp>
|
struct | Body |
| A datatype represnting the fixed length portion of the M0 message. More...
|
|
|
char * | nominalType () const |
| returns a chararacter array of length 2 saying the nominal type of the section class
|
|
Body * | body () const |
| returns a pointer to the fixed size portion of the message (the Body).
|
|
BE_u8 * | magnitude (u16 beam_no, u16 bin_no) const |
|
| Section (char *start_bit) |
| Section.
|
|
| Section (char *start_bit) |
| Section.
|
|
bool | isType () const |
| Return true if your type matches the header.
|
|
bool | exists () const |
| states weather that section exists where expected
|
|
u16 | getSize () const |
| getSize returns the size of the message in system-endian order
|
|
SectionInfo * | info () const |
| info gets the reference to the common section info
|
|
char * | end () const |
| end returns a pointer to one bit beyond the current section (the first bit of the next seciton)
|
|
An interpreter for Section M0: 8-bit magnitude data (many per ping, you assemble them into complete ping data)
◆ body()
Body * r2sonic::sections::M0::body |
( |
| ) |
const |
|
inline |
returns a pointer to the fixed size portion of the message (the Body).
- Returns
- the Body of the Section
◆ magnitude()
BE_u8 * r2sonic::sections::M0::magnitude |
( |
u16 | beam_no, |
|
|
u16 | bin_no ) const |
|
inline |
◆ nominalType()
char * r2sonic::sections::M0::nominalType |
( |
| ) |
const |
|
inlinevirtual |
returns a chararacter array of length 2 saying the nominal type of the section class
- Returns
Implements r2sonic::sections::Section.
◆ Section()
r2sonic::sections::Section::Section |
( |
char * | start_bit | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- r2sonic/include/r2sonic/sections/m0.hpp