COVISE Core
Macros | Functions | Variables
covise_connect.cpp File Reference
#include <sys/types.h>
#include <util/unixcompat.h>
#include <unistd.h>
#include <sys/socket.h>
#include "covise_host.h"
#include "covise_socket.h"
#include "udpMessage.h"
#include "udp_message_types.h"
#include "tokenbuffer.h"
#include "message_types.h"
#include <util/coErr.h>
#include <config/CoviseConfig.h>
#include <algorithm>
#include <cassert>
#include <iostream>
#include <array>
Include dependency graph for covise_connect.cpp:

Macros

#define UDP_HEADER_SIZE   2 * SIZEOF_IEEE_INT
 

Functions

static void checkPPIDandFD (fd_set &actSet, int maxfd)
 

Variables

static const int SIZEOF_IEEE_INT = 4
 

Macro Definition Documentation

◆ UDP_HEADER_SIZE

#define UDP_HEADER_SIZE   2 * SIZEOF_IEEE_INT

Function Documentation

◆ checkPPIDandFD()

static void checkPPIDandFD ( fd_set &  actSet,
int  maxfd 
)
static

Variable Documentation

◆ SIZEOF_IEEE_INT

const int SIZEOF_IEEE_INT = 4
static