Public Member Functions | Public Attributes
ublox::Options Struct Reference

Options for the Reader and Writer for encoding and decoding messages. More...

#include <serialization.h>

List of all members.

Public Member Functions

 Options ()
int wrapper_length ()
 Get the number of bytes in the header and footer.

Public Attributes

uint8_t checksum_length
 The length of the checksum in bytes.
uint8_t header_length
 The length of the message header in bytes (everything before the payload)
uint8_t sync_a
 The sync_a byte value identifying the start of a message.
uint8_t sync_b
 The sync_b byte value identifying the start of a message.

Detailed Description

Options for the Reader and Writer for encoding and decoding messages.

Definition at line 140 of file serialization.h.


Constructor & Destructor Documentation

The default options for a u-blox message.

Definition at line 144 of file serialization.h.


Member Function Documentation

Get the number of bytes in the header and footer.

Returns:
the number of bytes in the header and footer

Definition at line 159 of file serialization.h.


Member Data Documentation

The length of the checksum in bytes.

Definition at line 153 of file serialization.h.

The length of the message header in bytes (everything before the payload)

Definition at line 151 of file serialization.h.

The sync_a byte value identifying the start of a message.

Definition at line 147 of file serialization.h.

The sync_b byte value identifying the start of a message.

Definition at line 149 of file serialization.h.


The documentation for this struct was generated from the following file:


ublox_serialization
Author(s): Johannes Meyer
autogenerated on Fri Aug 11 2017 02:31:03