Classes | Namespaces | Macros | Functions
win32/coil/Routing.cpp File Reference
#include <winsock2.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <coil/Routing.h>
#include <coil/stringutil.h>
#include <coil/config_coil.h>
Include dependency graph for win32/coil/Routing.cpp:

Go to the source code of this file.

Classes

class  coil::Winsock
 

Namespaces

 coil
 Common Object Interface Layer.
 

Macros

#define FREE(x)   HeapFree(GetProcessHeap(), 0, (x))
 
#define MALLOC(x)   HeapAlloc(GetProcessHeap(), 0, (x))
 

Functions

bool coil::dest_to_endpoint (std::string dest_addr, std::string &endpoint)
 Getting network interface name from destination address. More...
 

Macro Definition Documentation

#define FREE (   x)    HeapFree(GetProcessHeap(), 0, (x))

Definition at line 33 of file win32/coil/Routing.cpp.

#define MALLOC (   x)    HeapAlloc(GetProcessHeap(), 0, (x))

Definition at line 32 of file win32/coil/Routing.cpp.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:01