16static inline UA_Boolean isNodeId(
const char *s)
22 if (!strncmp(s,
"ns=", 3) || !strncmp(s,
"i=", 2) || !strncmp(s,
"s=", 2) ||
23 !strncmp(s,
"g=", 2) || !strncmp(s,
"b=", 2))
30static inline UA_Boolean isValTrue(
const char *s)
36 if (strcmp(s,
"true"))
43static inline UA_NodeId extractNodeId(
char *s)
61static inline UA_DateTime UA_DateTime_fromString(
const char *dateString)
65 sscanf(dateString,
"%hi-%hu-%huT%hu:%hu:%huZ",
#define UA_STATUSCODE_GOOD
The operation succeeded.
Represents a Datetime as a structure.
_UA_BEGIN_DECLS typedef bool UA_Boolean
This Source Code Form is subject to the terms of the Mozilla Public License, v.
UA_EXPORT const UA_NodeId UA_NODEID_NULL
UA_DateTime UA_DateTime_fromStruct(UA_DateTimeStruct ts)