open62541/examples/custom_datatype
Frank Meerkoetter 1648fb8aaa Use EXIT_SUCCESS/FAILURE for the examples
Make use of EXIT_SUCCESS and EXIT_FAILURE from stdlib.h.
The previous approach of returning a value from UA_StatusCode
was often broken as an exit code can (portably) only be between 0 and 125.
2019-02-09 09:34:46 +01:00
..
client_types_custom.c Use EXIT_SUCCESS/FAILURE for the examples 2019-02-09 09:34:46 +01:00
custom_datatype.h Stack: Tag DataTypes with a "kind" for explicit dispatch in jumptables 2019-02-02 21:45:20 +01:00
server_types_custom.c Use EXIT_SUCCESS/FAILURE for the examples 2019-02-09 09:34:46 +01:00