open62541 1.3.14
Open source implementation of OPC UA
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | UA_sleep_ms(X) vTaskDelay(pdMS_TO_TICKS(X)) |
#define | UA_free free |
#define | UA_malloc malloc |
#define | UA_calloc calloc |
#define | UA_realloc realloc |
#define | UA_snprintf snprintf |
#define | UA_LOG_SOCKET_ERRNO_WRAP(LOG) |
#define UA_sleep_ms | ( | X | ) | vTaskDelay(pdMS_TO_TICKS(X)) |
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
Copyright 2018 (c) Jose Cabral, fortiss GmbH
Definition at line 17 of file ua_freeRTOS.h.
#define UA_free free |
Definition at line 25 of file ua_freeRTOS.h.
#define UA_malloc malloc |
Definition at line 26 of file ua_freeRTOS.h.
#define UA_calloc calloc |
Definition at line 27 of file ua_freeRTOS.h.
#define UA_realloc realloc |
Definition at line 28 of file ua_freeRTOS.h.
#define UA_snprintf snprintf |
Definition at line 41 of file ua_freeRTOS.h.
#define UA_LOG_SOCKET_ERRNO_WRAP | ( | LOG | ) |
Definition at line 43 of file ua_freeRTOS.h.