#include <opcua_basedatavariabletype.h>
#include "NmBuildingAutomation.h"
#include "UaControlDeviceItem.h"
#include "UaControlDeviceGeneric.h"
#include "uadatetime.h"
#include "uadatavalue.h"
#include <cmath>
#include <string>
#include "srvtrace.h"
#include "muParser.h"
Go to the source code of this file.
|
| AddressSpace |
| Classes and methods to create OpcUa address space and to send/receive commands and data.
|
|
|
#define | isnan(x) std::isnan(x) |
|
#define | isinf(x) std::isinf(x) |
|
◆ isinf
#define isinf |
( |
|
x | ) |
std::isinf(x) |
◆ isnan
#define isnan |
( |
|
x | ) |
std::isnan(x) |