|
open62541 1.3.15
Open source implementation of OPC UA
|
#include <open62541/types.h>Go to the source code of this file.
Functions | |
| size_t | atoiUnsigned (const char *pos, size_t size, UA_UInt64 *result) |
| size_t | atoiSigned (const char *pos, size_t size, UA_Int64 *result) |
| size_t atoiSigned | ( | const char * | pos, |
| size_t | size, | ||
| UA_Int64 * | result | ||
| ) |
| size_t atoiUnsigned | ( | const char * | pos, |
| size_t | size, | ||
| UA_UInt64 * | result | ||
| ) |