PLCnext API Documentation  21.0.0.35466
Classes | Enumerations | Functions
Arp::Plc::Commons::Gds Namespace Reference

Namespace for the Global Data Space (GDS) More...

Classes

class  Bit
 This class represents a single bit data type. More...
 
class  IecString
 This class represents the data type 'IecString' and is the counterpart of 'StaticString'. Note: This class is intended for internal use by PLCnext. Please do not use this class in applications or in any other way! More...
 
class  StaticString
 This class represents the counterpart to the data type 'IecString'. It's the C++ data type which can be used by Arp components or by user programs. More...
 
class  StaticStringBase
 This class is the base class used for 'IecString' and 'StaticString'. More...
 

Enumerations

enum  GdsBufferKind {
  None = 0, Default = 1, Single = 2, SingleUnsynced = 3,
  Quad = 4, Multi = 5, Double = 6, Ring = 7,
  Handshake = 8
}
 

Functions

std::ostream & operator<< (std::ostream &os, GdsBufferKind arg)
 
std::istream & operator>> (std::istream &is, GdsBufferKind &arg)
 

Detailed Description

Namespace for the Global Data Space (GDS)