FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
HTTPembeddedServer.cpp File Reference
#include <utils/http/HTTPembeddedServer.hpp>
#include <utils/base/atomic_values.h>
#include <list>
#include <inttypes.h>
#include <signal.h>

Macros

#define STRCASECMP   strcasecmp
 
#define SOCKET_CAST(x)   x
 
#define THIS_COMPONENT   app
 
#define fromHex(x)   (((x) <= '9') ? ((x) - '0') : (((x) & 0xdf) - ('A' - 10)))
 

Macro Definition Documentation

◆ fromHex

#define fromHex (   x)    (((x) <= '9') ? ((x) - '0') : (((x) & 0xdf) - ('A' - 10)))

◆ SOCKET_CAST

#define SOCKET_CAST (   x)    x

◆ STRCASECMP

#define STRCASECMP   strcasecmp

◆ THIS_COMPONENT

#define THIS_COMPONENT   app
Generated: Fri Jul 31 2020 18:19:15
Support Information