open62541 1.3.14
Open source implementation of OPC UA
Loading...
Searching...
No Matches
ua_freeRTOS.h File Reference
#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)
 

Macro Definition Documentation

◆ UA_sleep_ms

#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.

◆ UA_free

#define UA_free   free

Definition at line 25 of file ua_freeRTOS.h.

◆ UA_malloc

#define UA_malloc   malloc

Definition at line 26 of file ua_freeRTOS.h.

◆ UA_calloc

#define UA_calloc   calloc

Definition at line 27 of file ua_freeRTOS.h.

◆ UA_realloc

#define UA_realloc   realloc

Definition at line 28 of file ua_freeRTOS.h.

◆ UA_snprintf

#define UA_snprintf   snprintf

Definition at line 41 of file ua_freeRTOS.h.

◆ UA_LOG_SOCKET_ERRNO_WRAP

#define UA_LOG_SOCKET_ERRNO_WRAP ( LOG)
Value:
{ \
char *errno_str = ""; \
LOG; \
}

Definition at line 43 of file ua_freeRTOS.h.