UA Server SDK C++ Bundle  1.3.2.200
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator 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.
UaLocalizedText getTrueName (Session *pSession) const
 Get the true display name depending on the session locale.
- 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: