PLCnext API Documentation  21.9.0.40
Classes | Typedefs | 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  StaticString
 This class represents the counterpart to the data type 'IecString', 'IecWString'. 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...
 

Typedefs

template<uint16 N = 80>
using StaticWString = StaticString< N, char16 >
 

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)