PLCnext API Documentation  20.6.0.30321
Public Types | Public Member Functions | List of all members
Arp::System::Commons::Configuration::ThreadConfig Class Reference
Inheritance diagram for Arp::System::Commons::Configuration::ThreadConfig:
Inheritance graph

Public Types

using ConstPtr = const ThreadConfig *
 

Public Member Functions

 ThreadConfig (void)=default
 Constructs an ThreadConfig instance. More...
 
 ThreadConfig (const ThreadConfig &arg)=default
 Copy constructor. More...
 
 ThreadConfig (ThreadConfig &&arg)=default
 Move constructor. More...
 
 ~ThreadConfig (void)=default
 Destructs this instance and frees all resources. More...
 
ThreadSettings CreateThreadSettings () const
 Returns an ThreadSettings instance. More...
 
const StringGetName () const
 
size_t GetPriority () const
 
size_t GetCpuAffinity () const
 
size_t GetStackSize () const
 
void ReadXml (XmlReader &reader, XmlSerializationContext &context) override
 ReadXML must be implemented by all classes which should read its context from xml files More...
 
void WriteXml (XmlWriter &writer, XmlSerializationContext &context) override
 
- Public Member Functions inherited from Arp::System::Commons::Xml::IXmlSerializable
 IXmlSerializable (void)=default
 Constructs an IXmlSerializable instance. More...
 
virtual ~IXmlSerializable (void)=default
 Copy constructor. More...
 

Constructor & Destructor Documentation

◆ ThreadConfig() [1/3]

Arp::System::Commons::Configuration::ThreadConfig::ThreadConfig ( void  )
default

Constructs an ThreadConfig instance.

◆ ThreadConfig() [2/3]

Arp::System::Commons::Configuration::ThreadConfig::ThreadConfig ( const ThreadConfig arg)
default

Copy constructor.

◆ ThreadConfig() [3/3]

Arp::System::Commons::Configuration::ThreadConfig::ThreadConfig ( ThreadConfig &&  arg)
default

Move constructor.

◆ ~ThreadConfig()

Arp::System::Commons::Configuration::ThreadConfig::~ThreadConfig ( void  )
default

Destructs this instance and frees all resources.

Member Function Documentation

◆ CreateThreadSettings()

ThreadSettings Arp::System::Commons::Configuration::ThreadConfig::CreateThreadSettings ( ) const

Returns an ThreadSettings instance.

◆ ReadXml()

void Arp::System::Commons::Configuration::ThreadConfig::ReadXml ( XmlReader reader,
XmlSerializationContext context 
)
overridevirtual

ReadXML must be implemented by all classes which should read its context from xml files

param name="reader">The XmlReader which must be used to read the xml document

param name="context">XmlSerializationContext used by the document

summary>WriteXml must be implemented by all classes which should write its context to xml files

param name="writer">The XmlWriter which must be used to write the xml data

param name="context">XmlSerializationContext used by the document

Implements Arp::System::Commons::Xml::IXmlSerializable.


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