Classes | Functions | Variables
standard_namespace_ut.cpp File Reference
#include <opc/ua/protocol/object_ids.h>
#include <opc/ua/protocol/attribute_ids.h>
#include <opc/ua/protocol/status_codes.h>
#include <opc/ua/server/address_space.h>
#include <opc/ua/server/standard_address_space.h>
#include <functional>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Include dependency graph for standard_namespace_ut.cpp:

Go to the source code of this file.

Classes

class  StandardNamespaceStructure
 

Functions

template<typename T >
NodeId Node (T value)
 
template<typename T >
std::size_t SizeOf (std::vector< T > vec)
 
 TEST_F (StandardNamespaceStructure, CanBrowseRootFolder_By_Organizes_RefType)
 
 TEST_F (StandardNamespaceStructure, CanBrowseRootFolder_By_HierarchicalReferencies_Subtypes)
 
 TEST_F (StandardNamespaceStructure, CheckRoot)
 
 TEST_F (StandardNamespaceStructure, Server)
 
 TEST_F (StandardNamespaceStructure, Server_ServerArray)
 
 TEST_F (StandardNamespaceStructure, Server_NamespaceArray)
 
 TEST_F (StandardNamespaceStructure, Server_ServiceLevel)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_ServerProfileArray)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_MinSupportedSampleRate)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_MaxBrowseContinuationPoints)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_MaxQueryContinuationPoints)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_MaxHistoryContinuationPoints)
 
 TEST_F (StandardNamespaceStructure, Server_ServerCapabilities_SoftwareCertificates)
 
 TEST_F (StandardNamespaceStructure, Server_ModellingRules)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_ExposesItsArray)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_ExposesItsArray_NamingRule)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_Mandatory)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_Mandatory_NamingRule)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_MandatoryShared)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_MandatoryShared_NamingRule)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_Optional)
 
 TEST_F (StandardNamespaceStructure, ModellingRule_Optional_NamingRule)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics_EnabledFlag)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics_SamplingIntervalDiagnosticsArray)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics_SessionsDiagnosticsSummary)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics_ServerDiagnosticsSummary)
 
 TEST_F (StandardNamespaceStructure, Server_ServerDiagnostics_SubscriptionRateDiagnosticsArray)
 
 TEST_F (StandardNamespaceStructure, Server_ServerRedundancy)
 
 TEST_F (StandardNamespaceStructure, Server_ServerStatus)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_BuildDate)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_BuildNumber)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_ManufacturerName)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_ProductName)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_ProductUri)
 
 TEST_F (StandardNamespaceStructure, Server_BuildInfo_SoftwareVersion)
 
 TEST_F (StandardNamespaceStructure, Server_ServerStatus_CurrentTime)
 
 TEST_F (StandardNamespaceStructure, Server_ServerStatus_StartTime)
 
 TEST_F (StandardNamespaceStructure, Server_ServerStatus_State)
 
 TEST_F (StandardNamespaceStructure, Server_VendorServerInfo)
 
 TEST_F (StandardNamespaceStructure, CheckTypes)
 
 TEST_F (StandardNamespaceStructure, DataTypes)
 
 TEST_F (StandardNamespaceStructure, BaseDataType)
 
 TEST_F (StandardNamespaceStructure, Boolean)
 
 TEST_F (StandardNamespaceStructure, ByteString)
 
 TEST_F (StandardNamespaceStructure, Image)
 
 TEST_F (StandardNamespaceStructure, ImageBmp)
 
 TEST_F (StandardNamespaceStructure, ImageGif)
 
 TEST_F (StandardNamespaceStructure, ImageJPG)
 
 TEST_F (StandardNamespaceStructure, ImagePng)
 
 TEST_F (StandardNamespaceStructure, DateTime)
 
 TEST_F (StandardNamespaceStructure, UtcTime)
 
 TEST_F (StandardNamespaceStructure, DiagnosticInfo)
 
 TEST_F (StandardNamespaceStructure, Enumeration)
 
 TEST_F (StandardNamespaceStructure, IdType)
 
 TEST_F (StandardNamespaceStructure, MessageSecurityMode)
 
 TEST_F (StandardNamespaceStructure, NodeClass)
 
 TEST_F (StandardNamespaceStructure, RedundancySupport)
 
 TEST_F (StandardNamespaceStructure, SecurityTokenRequestType)
 
 TEST_F (StandardNamespaceStructure, ServerState)
 
 TEST_F (StandardNamespaceStructure, ExpandedNodeId)
 
 TEST_F (StandardNamespaceStructure, Guid)
 
 TEST_F (StandardNamespaceStructure, LocalizedText)
 
 TEST_F (StandardNamespaceStructure, NodeId)
 
 TEST_F (StandardNamespaceStructure, Number)
 
 TEST_F (StandardNamespaceStructure, Double)
 
 TEST_F (StandardNamespaceStructure, Duration)
 
 TEST_F (StandardNamespaceStructure, Float)
 
 TEST_F (StandardNamespaceStructure, Integer)
 
 TEST_F (StandardNamespaceStructure, Int16)
 
 TEST_F (StandardNamespaceStructure, Int32)
 
 TEST_F (StandardNamespaceStructure, Int64)
 
 TEST_F (StandardNamespaceStructure, SByte)
 
 TEST_F (StandardNamespaceStructure, UInteger)
 
 TEST_F (StandardNamespaceStructure, UInt16)
 
 TEST_F (StandardNamespaceStructure, UInt32)
 
 TEST_F (StandardNamespaceStructure, UInt64)
 
 TEST_F (StandardNamespaceStructure, Byte)
 
 TEST_F (StandardNamespaceStructure, QualifiedName)
 
 TEST_F (StandardNamespaceStructure, StatusCode)
 
 TEST_F (StandardNamespaceStructure, String)
 
 TEST_F (StandardNamespaceStructure, LocaleId)
 
 TEST_F (StandardNamespaceStructure, NumericRange)
 
 TEST_F (StandardNamespaceStructure, Structure)
 
 TEST_F (StandardNamespaceStructure, StructureAddNodesItem)
 
 TEST_F (StandardNamespaceStructure, StructureAddReferencesItem)
 
 TEST_F (StandardNamespaceStructure, StructureApplicationDescription)
 
 TEST_F (StandardNamespaceStructure, StructureArgument)
 
 TEST_F (StandardNamespaceStructure, StructureBuildInfo)
 
 TEST_F (StandardNamespaceStructure, StructureDeleteNodesItem)
 
 TEST_F (StandardNamespaceStructure, StructureDeleteReferencesItem)
 
 TEST_F (StandardNamespaceStructure, StructureEUInformation)
 
 TEST_F (StandardNamespaceStructure, EUModelChangeStructureDataType)
 
 TEST_F (StandardNamespaceStructure, StructureRange)
 
 TEST_F (StandardNamespaceStructure, StructureSamplingIntervalDiagnosticsDataType)
 
 TEST_F (StandardNamespaceStructure, StructureSemanticChangeStructureDataType)
 
 TEST_F (StandardNamespaceStructure, StructureServerDiagnosticsSummaryType)
 
 TEST_F (StandardNamespaceStructure, StructureServerStatusDataType)
 
 TEST_F (StandardNamespaceStructure, StructureServiceCounterDataType)
 
 TEST_F (StandardNamespaceStructure, StructureSessionDiagnosticsDataType)
 
 TEST_F (StandardNamespaceStructure, StructureSessionSecurityDiagnosticsDataType)
 
 TEST_F (StandardNamespaceStructure, StructureSignedSoftwareCertificate)
 
 TEST_F (StandardNamespaceStructure, StructureStatusResult)
 
 TEST_F (StandardNamespaceStructure, StructureSubscriptionDiagnosticsDataType)
 
 TEST_F (StandardNamespaceStructure, StructureUserIdentifyToken)
 
 TEST_F (StandardNamespaceStructure, XmlElement)
 
 TEST_F (StandardNamespaceStructure, EventTypes)
 
 TEST_F (StandardNamespaceStructure, BaseEventType)
 
 TEST_F (StandardNamespaceStructure, BaseModelChangeEventType)
 
 TEST_F (StandardNamespaceStructure, SemanticChangeEventType)
 
 TEST_F (StandardNamespaceStructure, SystemEventType)
 
 TEST_F (StandardNamespaceStructure, DeviceFailureEventType)
 
 TEST_F (StandardNamespaceStructure, RefreshEndEventType)
 
 TEST_F (StandardNamespaceStructure, RefreshRequiredEventType)
 
 TEST_F (StandardNamespaceStructure, RefreshStartEventType)
 
 TEST_F (StandardNamespaceStructure, EventId)
 
 TEST_F (StandardNamespaceStructure, EventType)
 
 TEST_F (StandardNamespaceStructure, Message)
 
 TEST_F (StandardNamespaceStructure, ReceiveTime)
 
 TEST_F (StandardNamespaceStructure, Severity)
 
 TEST_F (StandardNamespaceStructure, SourceName)
 
 TEST_F (StandardNamespaceStructure, SourceNode)
 
 TEST_F (StandardNamespaceStructure, Time)
 
 TEST_F (StandardNamespaceStructure, ObjectTypes)
 
 TEST_F (StandardNamespaceStructure, BaseObjectType)
 
 TEST_F (StandardNamespaceStructure, DataTypeEncodingType)
 
 TEST_F (StandardNamespaceStructure, DataTypeSystemType)
 
 TEST_F (StandardNamespaceStructure, FolderType)
 
 TEST_F (StandardNamespaceStructure, ModellingRuleType)
 
 TEST_F (StandardNamespaceStructure, NamingRule)
 
 TEST_F (StandardNamespaceStructure, ServerCapabilitiesType)
 
 TEST_F (StandardNamespaceStructure, ModellingRules)
 
 TEST_F (StandardNamespaceStructure, LocaleIdArray)
 
 TEST_F (StandardNamespaceStructure, MaxBrowseContinuationPoints)
 
 TEST_F (StandardNamespaceStructure, MaxHistoryContinuationPoints)
 
 TEST_F (StandardNamespaceStructure, MinSupportedSampleRate)
 
 TEST_F (StandardNamespaceStructure, ServerProfileArray)
 
 TEST_F (StandardNamespaceStructure, ServerDiagnosticsType)
 
 TEST_F (StandardNamespaceStructure, EnableFlag)
 
 TEST_F (StandardNamespaceStructure, SamplingIntervalDiagnosticsArray)
 
 TEST_F (StandardNamespaceStructure, ServerDiagnosticsSummary)
 
 TEST_F (StandardNamespaceStructure, SessionDiagnosticsSummary)
 
 TEST_F (StandardNamespaceStructure, SubscriptionDiagnosticsArray)
 
 TEST_F (StandardNamespaceStructure, ServerRedundancyType)
 
 TEST_F (StandardNamespaceStructure, RedundancySupportTypeRedundancySupport)
 
 TEST_F (StandardNamespaceStructure, ServerType)
 
 TEST_F (StandardNamespaceStructure, NamespaceArray)
 
 TEST_F (StandardNamespaceStructure, ServerArray)
 
 TEST_F (StandardNamespaceStructure, ServerCapabilities)
 
 TEST_F (StandardNamespaceStructure, ServerDiagnostics)
 
 TEST_F (StandardNamespaceStructure, ServerRedundancy)
 
 TEST_F (StandardNamespaceStructure, ServerStatus)
 
 TEST_F (StandardNamespaceStructure, BuildInfoType)
 
 TEST_F (StandardNamespaceStructure, BuildDate)
 
 TEST_F (StandardNamespaceStructure, BuildNumber)
 
 TEST_F (StandardNamespaceStructure, ManufacturerName)
 
 TEST_F (StandardNamespaceStructure, ProductName)
 
 TEST_F (StandardNamespaceStructure, ProductUri)
 
 TEST_F (StandardNamespaceStructure, SoftwareVersion)
 
 TEST_F (StandardNamespaceStructure, CurrentTime)
 
 TEST_F (StandardNamespaceStructure, StartTime)
 
 TEST_F (StandardNamespaceStructure, State)
 
 TEST_F (StandardNamespaceStructure, ServiceLevel)
 
 TEST_F (StandardNamespaceStructure, VendorServerInfo)
 
 TEST_F (StandardNamespaceStructure, SessionDiagnosticsObjectType)
 
 TEST_F (StandardNamespaceStructure, SessionDiagnosticsSummaryType)
 
 TEST_F (StandardNamespaceStructure, StateType)
 
 TEST_F (StandardNamespaceStructure, StateNumber)
 
 TEST_F (StandardNamespaceStructure, TransitionType)
 
 TEST_F (StandardNamespaceStructure, VendorServerInfoType)
 
 TEST_F (StandardNamespaceStructure, ReferenceTypes)
 
 TEST_F (StandardNamespaceStructure, References)
 
 TEST_F (StandardNamespaceStructure, HierarchicalReferences)
 
 TEST_F (StandardNamespaceStructure, HasChild)
 
 TEST_F (StandardNamespaceStructure, Aggregates)
 
 TEST_F (StandardNamespaceStructure, HasComponent)
 
 TEST_F (StandardNamespaceStructure, HasOrderedComponent)
 
 TEST_F (StandardNamespaceStructure, HasHistoricalConfiguration)
 
 TEST_F (StandardNamespaceStructure, HasProperty)
 
 TEST_F (StandardNamespaceStructure, HasSubtype)
 
 TEST_F (StandardNamespaceStructure, HasEventSource)
 
 TEST_F (StandardNamespaceStructure, HasNotifier)
 
 TEST_F (StandardNamespaceStructure, Organizes)
 
 TEST_F (StandardNamespaceStructure, NonHierarchicalReferences)
 
 TEST_F (StandardNamespaceStructure, FromState)
 
 TEST_F (StandardNamespaceStructure, GeneratesEvent)
 
 TEST_F (StandardNamespaceStructure, HasCause)
 
 TEST_F (StandardNamespaceStructure, HasDescription)
 
 TEST_F (StandardNamespaceStructure, HasEffect)
 
 TEST_F (StandardNamespaceStructure, HasEncoding)
 
 TEST_F (StandardNamespaceStructure, HasModellingRule)
 
 TEST_F (StandardNamespaceStructure, HasTypeDefinition)
 
 TEST_F (StandardNamespaceStructure, ToState)
 
 TEST_F (StandardNamespaceStructure, VariableTypes)
 
 TEST_F (StandardNamespaceStructure, BaseVariableType)
 
 TEST_F (StandardNamespaceStructure, BaseDataVariableType)
 
 TEST_F (StandardNamespaceStructure, DataTypeDescriptionType)
 
 TEST_F (StandardNamespaceStructure, DataTypeDictionaryType)
 
 TEST_F (StandardNamespaceStructure, SamplingIntervalDiagnosticsArrayType)
 
 TEST_F (StandardNamespaceStructure, SamplingIntervalDiagnosticsType)
 
 TEST_F (StandardNamespaceStructure, ServerDiagnosticsSummaryDataType)
 
 TEST_F (StandardNamespaceStructure, ServerStatusType)
 
 TEST_F (StandardNamespaceStructure, ServerVendorCapabilityType)
 
 TEST_F (StandardNamespaceStructure, DISABLED_SessionsDiagnosticsArrayType)
 
 TEST_F (StandardNamespaceStructure, DISABLED_ServerDiagnosticsVariableType)
 
 TEST_F (StandardNamespaceStructure, SessionSecurityDiagnosticsArrayType)
 
 TEST_F (StandardNamespaceStructure, SessionSecurityDiagnosticsType)
 
 TEST_F (StandardNamespaceStructure, SubscriptionDiagnosticsArrayType)
 
 TEST_F (StandardNamespaceStructure, SubscriptionDiagnosticsType)
 
 TEST_F (StandardNamespaceStructure, PropertyType)
 

Variables

static Server::AddressSpace::SharedPtr NameSpace
 

Function Documentation

template<typename T >
NodeId Node ( value)
inline

Definition at line 156 of file standard_namespace_ut.cpp.

template<typename T >
std::size_t SizeOf ( std::vector< T >  vec)

Definition at line 150 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
CanBrowseRootFolder_By_Organizes_RefType   
)

Definition at line 161 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
CanBrowseRootFolder_By_HierarchicalReferencies_Subtypes   
)

Definition at line 178 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
CheckRoot   
)

Definition at line 194 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server   
)

Definition at line 206 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerArray   
)

Definition at line 223 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_NamespaceArray   
)

Definition at line 232 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServiceLevel   
)

Definition at line 241 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities   
)

Definition at line 250 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_ServerProfileArray   
)

Definition at line 266 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_MinSupportedSampleRate   
)

Definition at line 275 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_MaxBrowseContinuationPoints   
)

Definition at line 284 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_MaxQueryContinuationPoints   
)

Definition at line 293 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_MaxHistoryContinuationPoints   
)

Definition at line 302 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerCapabilities_SoftwareCertificates   
)

Definition at line 311 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ModellingRules   
)

Definition at line 320 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_ExposesItsArray   
)

Definition at line 333 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_ExposesItsArray_NamingRule   
)

Definition at line 343 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_Mandatory   
)

Definition at line 353 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_Mandatory_NamingRule   
)

Definition at line 363 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_MandatoryShared   
)

Definition at line 372 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_MandatoryShared_NamingRule   
)

Definition at line 382 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_Optional   
)

Definition at line 391 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRule_Optional_NamingRule   
)

Definition at line 401 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics   
)

Definition at line 410 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics_EnabledFlag   
)

Definition at line 424 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics_SamplingIntervalDiagnosticsArray   
)

Definition at line 433 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics_SessionsDiagnosticsSummary   
)

Definition at line 442 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics_ServerDiagnosticsSummary   
)

Definition at line 450 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerDiagnostics_SubscriptionRateDiagnosticsArray   
)

Definition at line 459 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerRedundancy   
)

Definition at line 468 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerStatus   
)

Definition at line 478 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo   
)

Definition at line 492 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_BuildDate   
)

Definition at line 508 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_BuildNumber   
)

Definition at line 517 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_ManufacturerName   
)

Definition at line 526 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_ProductName   
)

Definition at line 535 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_ProductUri   
)

Definition at line 544 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_BuildInfo_SoftwareVersion   
)

Definition at line 553 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerStatus_CurrentTime   
)

Definition at line 562 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerStatus_StartTime   
)

Definition at line 571 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_ServerStatus_State   
)

Definition at line 580 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Server_VendorServerInfo   
)

Definition at line 589 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
CheckTypes   
)

Definition at line 597 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DataTypes   
)

Definition at line 611 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseDataType   
)

Definition at line 621 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Boolean   
)

Definition at line 646 of file standard_namespace_ut.cpp.

Definition at line 655 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Image   
)

Definition at line 665 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ImageBmp   
)

Definition at line 678 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ImageGif   
)

Definition at line 687 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ImageJPG   
)

Definition at line 696 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ImagePng   
)

Definition at line 705 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DateTime   
)

Definition at line 714 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
UtcTime   
)

Definition at line 724 of file standard_namespace_ut.cpp.

Definition at line 733 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Enumeration   
)

Definition at line 742 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
IdType   
)

Definition at line 757 of file standard_namespace_ut.cpp.

Definition at line 766 of file standard_namespace_ut.cpp.

Definition at line 775 of file standard_namespace_ut.cpp.

Definition at line 784 of file standard_namespace_ut.cpp.

Definition at line 793 of file standard_namespace_ut.cpp.

Definition at line 802 of file standard_namespace_ut.cpp.

Definition at line 811 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Guid   
)

Definition at line 820 of file standard_namespace_ut.cpp.

Definition at line 829 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
NodeId   
)

Definition at line 838 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Number   
)

Definition at line 847 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Double   
)

Definition at line 860 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Duration   
)

Definition at line 870 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Float   
)

Definition at line 879 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Integer   
)

Definition at line 888 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Int16   
)

Definition at line 901 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Int32   
)

Definition at line 910 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Int64   
)

Definition at line 919 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SByte   
)

Definition at line 928 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
UInteger   
)

Definition at line 937 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
UInt16   
)

Definition at line 950 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
UInt32   
)

Definition at line 959 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
UInt64   
)

Definition at line 968 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Byte   
)

Definition at line 977 of file standard_namespace_ut.cpp.

Definition at line 986 of file standard_namespace_ut.cpp.

Definition at line 995 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
String   
)

Definition at line 1004 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
LocaleId   
)

Definition at line 1015 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
NumericRange   
)

Definition at line 1024 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Structure   
)

Definition at line 1033 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureAddNodesItem   
)

Definition at line 1063 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureAddReferencesItem   
)

Definition at line 1072 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureApplicationDescription   
)

Definition at line 1081 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureArgument   
)

Definition at line 1090 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureBuildInfo   
)

Definition at line 1099 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureDeleteNodesItem   
)

Definition at line 1108 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureDeleteReferencesItem   
)

Definition at line 1117 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureEUInformation   
)

Definition at line 1126 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
EUModelChangeStructureDataType   
)

Definition at line 1135 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureRange   
)

Definition at line 1144 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSamplingIntervalDiagnosticsDataType   
)

Definition at line 1153 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSemanticChangeStructureDataType   
)

Definition at line 1162 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureServerDiagnosticsSummaryType   
)

Definition at line 1171 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureServerStatusDataType   
)

Definition at line 1180 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureServiceCounterDataType   
)

Definition at line 1189 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSessionDiagnosticsDataType   
)

Definition at line 1198 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSessionSecurityDiagnosticsDataType   
)

Definition at line 1207 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSignedSoftwareCertificate   
)

Definition at line 1216 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureStatusResult   
)

Definition at line 1225 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureSubscriptionDiagnosticsDataType   
)

Definition at line 1234 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StructureUserIdentifyToken   
)

Definition at line 1243 of file standard_namespace_ut.cpp.

Definition at line 1255 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
EventTypes   
)

Definition at line 1264 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseEventType   
)

Definition at line 1274 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseModelChangeEventType   
)

Definition at line 1294 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SemanticChangeEventType   
)

Definition at line 1303 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SystemEventType   
)

Definition at line 1312 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DeviceFailureEventType   
)

Definition at line 1325 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
RefreshEndEventType   
)

Definition at line 1334 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
RefreshRequiredEventType   
)

Definition at line 1343 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
RefreshStartEventType   
)

Definition at line 1352 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
EventId   
)

Definition at line 1361 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
EventType   
)

Definition at line 1372 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Message   
)

Definition at line 1383 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ReceiveTime   
)

Definition at line 1394 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Severity   
)

Definition at line 1405 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SourceName   
)

Definition at line 1416 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SourceNode   
)

Definition at line 1427 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Time   
)

Definition at line 1438 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ObjectTypes   
)

Definition at line 1449 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseObjectType   
)

Definition at line 1459 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DataTypeEncodingType   
)

Definition at line 1483 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DataTypeSystemType   
)

Definition at line 1492 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
FolderType   
)

Definition at line 1501 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRuleType   
)

Definition at line 1519 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
NamingRule   
)

Definition at line 1529 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerCapabilitiesType   
)

Definition at line 1539 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ModellingRules   
)

Definition at line 1554 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
LocaleIdArray   
)

Definition at line 1564 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
MaxBrowseContinuationPoints   
)

Definition at line 1575 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
MaxHistoryContinuationPoints   
)

Definition at line 1586 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
MinSupportedSampleRate   
)

Definition at line 1597 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerProfileArray   
)

Definition at line 1608 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerDiagnosticsType   
)

Definition at line 1619 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
EnableFlag   
)

Definition at line 1633 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SamplingIntervalDiagnosticsArray   
)

Definition at line 1644 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerDiagnosticsSummary   
)

Definition at line 1655 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SessionDiagnosticsSummary   
)

Definition at line 1666 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SubscriptionDiagnosticsArray   
)

Definition at line 1676 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerRedundancyType   
)

Definition at line 1686 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
RedundancySupportTypeRedundancySupport   
)

Definition at line 1696 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerType   
)

Definition at line 1706 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
NamespaceArray   
)

Definition at line 1723 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerArray   
)

Definition at line 1733 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerCapabilities   
)

Definition at line 1743 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerDiagnostics   
)

Definition at line 1754 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerRedundancy   
)

Definition at line 1765 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerStatus   
)

Definition at line 1776 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BuildInfoType   
)

Definition at line 1787 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BuildDate   
)

Definition at line 1802 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BuildNumber   
)

Definition at line 1812 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ManufacturerName   
)

Definition at line 1822 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ProductName   
)

Definition at line 1832 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ProductUri   
)

Definition at line 1842 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SoftwareVersion   
)

Definition at line 1852 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
CurrentTime   
)

Definition at line 1862 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StartTime   
)

Definition at line 1872 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
State   
)

Definition at line 1882 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServiceLevel   
)

Definition at line 1892 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
VendorServerInfo   
)

Definition at line 1903 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SessionDiagnosticsObjectType   
)

Definition at line 1914 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SessionDiagnosticsSummaryType   
)

Definition at line 1923 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StateType   
)

Definition at line 1932 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
StateNumber   
)

Definition at line 1942 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
TransitionType   
)

Definition at line 1952 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
VendorServerInfoType   
)

Definition at line 1961 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ReferenceTypes   
)

Definition at line 1970 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
References   
)

Definition at line 1980 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HierarchicalReferences   
)

Definition at line 1991 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasChild   
)

Definition at line 2003 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Aggregates   
)

Definition at line 2014 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasComponent   
)

Definition at line 2026 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasOrderedComponent   
)

Definition at line 2036 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasHistoricalConfiguration   
)

Definition at line 2045 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasProperty   
)

Definition at line 2054 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasSubtype   
)

Definition at line 2063 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasEventSource   
)

Definition at line 2072 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasNotifier   
)

Definition at line 2082 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
Organizes   
)

Definition at line 2091 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
NonHierarchicalReferences   
)

Definition at line 2100 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
FromState   
)

Definition at line 2119 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
GeneratesEvent   
)

Definition at line 2128 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasCause   
)

Definition at line 2137 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasDescription   
)

Definition at line 2146 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasEffect   
)

Definition at line 2155 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasEncoding   
)

Definition at line 2164 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasModellingRule   
)

Definition at line 2182 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
HasTypeDefinition   
)

Definition at line 2191 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ToState   
)

Definition at line 2200 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
VariableTypes   
)

Definition at line 2209 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseVariableType   
)

Definition at line 2219 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
BaseDataVariableType   
)

Definition at line 2230 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DataTypeDescriptionType   
)

Definition at line 2253 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DataTypeDictionaryType   
)

Definition at line 2262 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SamplingIntervalDiagnosticsArrayType   
)

Definition at line 2271 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SamplingIntervalDiagnosticsType   
)

Definition at line 2280 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerDiagnosticsSummaryDataType   
)

Definition at line 2289 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerStatusType   
)

Definition at line 2298 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
ServerVendorCapabilityType   
)

Definition at line 2311 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DISABLED_SessionsDiagnosticsArrayType   
)

Definition at line 2320 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
DISABLED_ServerDiagnosticsVariableType   
)

Definition at line 2329 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SessionSecurityDiagnosticsArrayType   
)

Definition at line 2338 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SessionSecurityDiagnosticsType   
)

Definition at line 2347 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SubscriptionDiagnosticsArrayType   
)

Definition at line 2356 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
SubscriptionDiagnosticsType   
)

Definition at line 2365 of file standard_namespace_ut.cpp.

TEST_F ( StandardNamespaceStructure  ,
PropertyType   
)

Definition at line 2374 of file standard_namespace_ut.cpp.

Variable Documentation

Server::AddressSpace::SharedPtr NameSpace
static

Definition at line 26 of file standard_namespace_ut.cpp.



ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:09