Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
string_buffer_t Class Reference

contains a string including it's length More...

#include <NMEA_format.h>

Public Types

enum  { BUFLEN = 1024-sizeof(uint32_t) }
 

Public Attributes

char string [BUFLEN]
 
uint32_t length
 

Detailed Description

contains a string including it's length

Definition at line 13 of file NMEA_format.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
BUFLEN 

Definition at line 16 of file NMEA_format.h.

Member Data Documentation

◆ length

uint32_t string_buffer_t::length

Definition at line 18 of file NMEA_format.h.

◆ string

char string_buffer_t::string[BUFLEN]

Definition at line 17 of file NMEA_format.h.


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