message_id.cpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 #include "common.h"
00012 
00013 using namespace testing;
00014 using namespace OpcUa;
00015 
00016 TEST(MessageIdFromNodeId, CanBeConvertedFromValidNodeId)
00017 {
00018   NodeId id(OPEN_SECURE_CHANNEL_REQUEST);
00019   ASSERT_EQ(GetMessageId(id), OPEN_SECURE_CHANNEL_REQUEST);
00020 }
00021 
00022 


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:56