DCS_SDK  2.0.0
TCP/IP control library for Ai DCS-100E and DCS-103E
Classes | Namespaces | Macros | Typedefs
DCS100.cpp File Reference
#include "DCS100.h"
#include "DCS_Info.h"
#include <cstdio>
#include "json.hpp"
#include "tinyxml2.h"
#include <regex>
#include <sstream>
#include <thread>
#include <chrono>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <netinet/in.h>
#include <netinet/udp.h>
#include <arpa/inet.h>

Namespaces

 AdvancedIllumination
 Namespace containing AI-created functions and classes.
 

Macros

#define sprintf_s   sprintf
 
#define SOCKET_ERROR   (-1)
 
#define INVALID_SOCKET   (-1)
 
#define MIN(a, b)   ((a) < (b) ? (a) : (b))
 

Typedefs

typedef int Socket_t
 
using json = nlohmann::json
 

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   (-1)

◆ MIN

#define MIN (   a,
 
)    ((a) < (b) ? (a) : (b))

◆ SOCKET_ERROR

#define SOCKET_ERROR   (-1)

◆ sprintf_s

#define sprintf_s   sprintf

Typedef Documentation

◆ json

using json = nlohmann::json

◆ Socket_t

typedef int Socket_t