11#ifndef ARP_INSIDE_ARP_H
12 #error Never include 'TypeSystem.h' directly, just include 'Arp.h'
std::uint64_t uint64
The Arp unsigned integer type of 8 byte size.
Definition: PrimitiveTypes.hpp:40
double float64
The Arp floating point numbers type of 8 byte size.
Definition: PrimitiveTypes.hpp:46
unsigned char byte
The Arp character type.
Definition: PrimitiveTypes.hpp:24
char16_t char16
The Arp character type of 2 byte size.
Definition: PrimitiveTypes.hpp:50
bool boolean
The Arp boolean type.
Definition: PrimitiveTypes.hpp:22
signed char sbyte
The Arp signed byte type.
Definition: PrimitiveTypes.hpp:26
std::int64_t int64
The Arp integer type of 8 byte size.
Definition: PrimitiveTypes.hpp:42
float float32
The Arp floating point numbers type of 4 byte size.
Definition: PrimitiveTypes.hpp:44
char char8
The Arp character type of 1 byte size.
Definition: PrimitiveTypes.hpp:48
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
std::int8_t int8
The Arp integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:30
std::uint16_t uint16
The Arp unsigned integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:32
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
std::int16_t int16
The Arp integer type of 2 byte size.
Definition: PrimitiveTypes.hpp:34
Root namespace for the PLCnext API