OpenCPN Partial API docs
Loading...
Searching...
No Matches
_OSENC_Attribute_Record_Payload Struct Reference

Public Attributes

uint16_t attribute_type_code
 
unsigned char attribute_value_type
 
union { 
 
   uint32_t   attribute_value_int 
 
   double   attribute_value_double 
 
   char *   attribute_value_char_ptr 
 
};  
 

Detailed Description

Definition at line 137 of file o_senc.h.

Member Data Documentation

◆ attribute_type_code

uint16_t _OSENC_Attribute_Record_Payload::attribute_type_code

Definition at line 138 of file o_senc.h.

◆ attribute_value_char_ptr

char* _OSENC_Attribute_Record_Payload::attribute_value_char_ptr

Definition at line 144 of file o_senc.h.

◆ attribute_value_double

double _OSENC_Attribute_Record_Payload::attribute_value_double

Definition at line 143 of file o_senc.h.

◆ attribute_value_int

uint32_t _OSENC_Attribute_Record_Payload::attribute_value_int

Definition at line 142 of file o_senc.h.

◆ attribute_value_type

unsigned char _OSENC_Attribute_Record_Payload::attribute_value_type

Definition at line 139 of file o_senc.h.


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