PdCom  5.0
Process data communication client
Public Types | Public Member Functions | Public Attributes | List of all members
PdCom::TypeInfo Struct Reference

Type of a Variable. More...

#include <SizeTypeInfo.h>

Public Types

enum  DataType {
  boolean_T = 0, uint8_T, int8_T, uint16_T,
  int16_T, uint32_T, int32_T, uint64_T,
  int64_T, double_T, single_T, DataTypeEnd
}
 

Public Member Functions

constexpr TypeInfo (DataType type, const char *ctype, size_t element_size) noexcept
 

Public Attributes

DataType type
 
const char * ctype
 
size_t element_size
 

Detailed Description

Type of a Variable.


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