TestModel created using UaModeler and compiled into XML and afterwards into C code

This commit is contained in:
Hottgenroth
2016-06-07 14:54:24 +02:00
parent 29da8433c0
commit 5b272aa5d7
6 changed files with 443 additions and 0 deletions

22
TestModel.h Normal file
View File

@ -0,0 +1,22 @@
/* WARNING: This is a generated file.
* Any manual changes will be overwritten.
*/
#ifndef TESTMODEL_H_
#define TESTMODEL_H_
#ifdef UA_NO_AMALGAMATION
#include "server/ua_server_internal.h"
#include "server/ua_nodes.h"
#include "ua_util.h"
#include "ua_types.h"
#include "ua_types_encoding_binary.h"
#include "ua_types_generated_encoding_binary.h"
#include "ua_transport_generated_encoding_binary.h"
#else
#include "open62541.h"
#define NULL ((void *)0)
#endif
#define UA_NS2ID_TEMPERATURESENSORTYPE 1002
extern void TestModel(UA_Server *server);
#endif /* TESTMODEL_H_ */