TestModel created using UaModeler and compiled into XML and afterwards into C code
This commit is contained in:
22
TestModel.h
Normal file
22
TestModel.h
Normal 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_ */
|
Reference in New Issue
Block a user