PLCnext API Documentation  22.6.0.43
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234567]
 NArpRoot namespace for the PLCnext API
 NDeviceNamespace for device abstraction components
 NInterfaceNamespace for hardware abstraction classes
 NHardwareNamespace for hardware abstraction components
 NNimNamespace for the Network Interface Manager
 NIoNamespace for I/O subsystems
 NAxiolineNamespace for Axioline classes
 NInterbusNamespace for Interbus classes
 NProfibusNamespace for Profibus classes
 NProfinetStackNamespace for Profinet classes
 NPlcNamespace for classes related to the PLC functionality
 NCommonsNamespace for classes shared between PLC components
 NDomainNamespace for the PLC domain
 NGdsNamespace for the Global Data Space (GDS)
 NMetaNamespace for the Meta component
 NRetainNamespace for the Retain component
 NServicesNamespace for service components
 NDataLoggerNamespace for the DataLogger
 NNotificationLoggerNamespace for the NotificationLogger
 NTraceControllerNamespace for the TraceController
 NSystemNamespace of system functions of PLCnext
 NAcfThis is the namespace of the Application Component Framework
 NCommonsNamespace for basic functions of the framework
 NCore
 NLmNamespace for the LicenceManager
 NNmNamespace for the NotificationManager
 NNmPayloadNamespace for public payload classes for the NotificationManager
 NRscNamespace for the Remote Service Call implementation
 NSecurityNamepsace for classes used in the RSC security implementation
 NUmNamespace for the User Manager (UM)
 CAppDomainThis class represents a single application domain for each process and is implemented as singleton
 CAppDomainSingletonThis class implements the singleton pattern for singletons with process wide scope
 CArpVersionThis class provides the actual Arp version
 CBasicString
 CBasicFormatterThis class encapsulates formatting operations which are based on the open source library libfmt formerly known as cppformat
 CBasicVersionThis class represents the version of a special SDK or Arp build
 CByteConverterThis pure static class provides operation sfor byte converting from little to big endian and vice versa
 CCommonTypeNameThis (meta programming) class provides the typename according the CLS (common language specification) of the as template argument passed type
 CCommonTypeName< void >This (meta programming) pure static class provides some factory operations to create CommonTypeName generically from variables or pointers
 CDateTimeThe class contains date and time informations
 CRuntimeTypeInfoThe class implements some RTTI utility operations
 Cdelegate< R(A...)>This class represents a delegate, that is a compound of an object reference and a member function pointer. The generic type of a delegate just depends on the signature of the (member) function pointer but not on the type of the object on which the member function pointer is invoked
 CEnumAdapter class for enums to make them loggable and parsable from e.g. XML files
 CEnumeratorThis class defines a base class for all enumerator implementations and some predefined enumerators as nested classes
 CCompositeUse this class to build a single enumerator by two given enumerator, e.g. to enumerate multiple container/collections or trees
 CEmptyImplements an empty enumerator, that is, the first call of MoveNext() will return false
 CStackCompositeUse this class to build a single enumerator by two given enumerator, e.g. to enumerate multiple container/collections
 CStlAdapterThis class implements an enumerator adapter for STL container based on iterators
 CeventUse this class to register and invoke several delegates (function pointer in OOP design)
 Cevent< void >Use this class to register and invoke several delegates (function pointer in OOP design)
 CExceptionThis is the base class of all Arp exception classes
 CIEnumeratorDeclares the interface of the enumerator pattern, which is leaned on .NET enumerator idiom
 CPimplPtrSmall wrapper class to ensure const correctness using PImpl pattern
 CPimplPtr< T, true >
 CSingletonThis class implements the singleton pattern
 Cslim_delegate
 Cslim_delegate< R(A...)>
 Cunderlying_enum_typeDetermines the underlying type of an enum class
 Cunderlying_enum_type< T, true >Determines the underlying type of an enum class
 Cremove_shared_ptrGets the value type of a shared_ptr
 Cremove_shared_ptr< std::shared_ptr< T > >Gets the value type of a shared_ptr
 CTypeNameThis (meta programming) class provides the C++ typename of the as template argument passed type
 CTypeName< void >This (meta programming) pure static class provides some operations to retrieve typenames generically from variables or pointers
 NstdNamespace of the C++ standard library
 Chash< Arp::Plc::Commons::Meta::TypeIdentifier >
 Chash< Arp::System::Commons::Configuration::Uuid >
 Chash< Arp::BasicString< C, Alloc > >The hash functor of class BasicString
 Chash< Arp::System::Nm::IdType< T, TypeTag > >Hash function for use with std::unodered_*