UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OpcUa::TwoStateDisplayNames Class Reference

Contains the display names for the two states of a wo state statemachine. More...

#include <opcua_twostatevariabletype.h>

Inherits ReferenceCounter.

Public Member Functions

 TwoStateDisplayNames (const UaLocalizedText &falseName, const UaLocalizedText &trueName)
 Construction.
 
void addLocale (const UaLocalizedText &falseName, const UaLocalizedText &trueName)
 Add strings for additional locale.
 
UaLocalizedText getFalseName (Session *pSession) const
 Get the false display name depending on the session locale. More...
 
UaLocalizedText getTrueName (Session *pSession) const
 Get the true display name depending on the session locale. More...
 
- Public Member Functions inherited from ReferenceCounter
 ReferenceCounter ()
 construction
 
virtual ~ReferenceCounter ()
 destruction
 

Detailed Description

Contains the display names for the two states of a wo state statemachine.

Member Function Documentation

UaLocalizedText OpcUa::TwoStateDisplayNames::getFalseName ( Session pSession) const

Get the false display name depending on the session locale.

Parameters
[in]pSessionSession context for the call
UaLocalizedText OpcUa::TwoStateDisplayNames::getTrueName ( Session pSession) const

Get the true display name depending on the session locale.

Parameters
[in]pSessionSession context for the call

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