23 lines
577 B
C
23 lines
577 B
C
![]() |
/* 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_ */
|