Public Attributes | List of all members
term_line_t Struct Reference

Public Attributes

union {
   float *   f32p
 
   double *   f64p
 
   char *   s08p
 
   short *   s16p
 
   int *   s32p
 
   unsigned char *   u08p
 
   unsigned short *   u16p
 
   unsigned int *   u32p
 
}; 
 
union {
   float   f32
 
   double   f64
 
   char   s08
 
   short   s16
 
   int   s32
 
   unsigned char   u08
 
   unsigned short   u16
 
   unsigned int   u32
 
}; 
 
memory_type_t memType
 
char name [MAX_NAME_LENGTH]
 
number_type_t numType
 

Detailed Description

Definition at line 29 of file debug.cpp.

Member Data Documentation

◆ @36

union { ... }

◆ @38

union { ... }

◆ f32

float term_line_t::f32

Definition at line 47 of file debug.cpp.

◆ f32p

float* term_line_t::f32p

Definition at line 37 of file debug.cpp.

◆ f64

double term_line_t::f64

Definition at line 48 of file debug.cpp.

◆ f64p

double* term_line_t::f64p

Definition at line 38 of file debug.cpp.

◆ memType

memory_type_t term_line_t::memType

Definition at line 50 of file debug.cpp.

◆ name

char term_line_t::name[MAX_NAME_LENGTH]

Definition at line 52 of file debug.cpp.

◆ numType

number_type_t term_line_t::numType

Definition at line 51 of file debug.cpp.

◆ s08

char term_line_t::s08

Definition at line 41 of file debug.cpp.

◆ s08p

char* term_line_t::s08p

Definition at line 31 of file debug.cpp.

◆ s16

short term_line_t::s16

Definition at line 43 of file debug.cpp.

◆ s16p

short* term_line_t::s16p

Definition at line 33 of file debug.cpp.

◆ s32

int term_line_t::s32

Definition at line 45 of file debug.cpp.

◆ s32p

int* term_line_t::s32p

Definition at line 35 of file debug.cpp.

◆ u08

unsigned char term_line_t::u08

Definition at line 42 of file debug.cpp.

◆ u08p

unsigned char* term_line_t::u08p

Definition at line 32 of file debug.cpp.

◆ u16

unsigned short term_line_t::u16

Definition at line 44 of file debug.cpp.

◆ u16p

unsigned short* term_line_t::u16p

Definition at line 34 of file debug.cpp.

◆ u32

unsigned int term_line_t::u32

Definition at line 46 of file debug.cpp.

◆ u32p

unsigned int* term_line_t::u32p

Definition at line 36 of file debug.cpp.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03