![]() |
DCS_SDK
2.0.0
TCP/IP control library for Ai DCS-100E and DCS-103E
|
#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 |
#define INVALID_SOCKET (-1) |
#define MIN | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
#define SOCKET_ERROR (-1) |
#define sprintf_s sprintf |
using json = nlohmann::json |
typedef int Socket_t |