#include <stdint.h>
Go to the source code of this file.
Namespaces | |
novatel_oem7_driver | |
Macros | |
#define | ASSERT_MSG "Consult Oem7 manual" |
Typedefs | |
typedef uint32_t | novatel_oem7_driver::oem7_bool_t |
typedef char | novatel_oem7_driver::oem7_char_t |
typedef uint32_t | novatel_oem7_driver::oem7_enum_t |
typedef uint8_t | novatel_oem7_driver::oem7_hex_t |
Functions | |
struct | novatel_oem7_driver::__attribute__ ((packed)) Oem7MessageCommonHeaderMem |
Variables | |
const std::size_t | novatel_oem7_driver::OEM7_BINARY_MSG_HDR_LEN = sizeof(Oem7MessageHeaderMem) |
const std::size_t | novatel_oem7_driver::OEM7_BINARY_MSG_SHORT_HDR_LEN = sizeof(Oem7MessgeShortHeaderMem) |
Binary format definitions for Oem7 messages. In the future, this file will be autogenerated. All Oem7 messages are 4-byte aligned, allowing simple casting into structs. Consult Oem7 manual for details.
Definition in file oem7_messages.h.
#define ASSERT_MSG "Consult Oem7 manual" |
Definition at line 38 of file oem7_messages.h.