Conscience Core
Namespaces | Macros | Functions
CscMessageSender.cpp File Reference
#include "Communication/CscMessageSender.h"
#include <regex>
#include <algorithm>
#include <fstream>
#include "Axiomes/CscTimestamp.h"
#include "Communication/UdpClient.h"
#include "Util/system.h"

Namespaces

 conscience_core
 
 conscience_core::communication
 

Macros

#define MAX_PACKET_SIZE_BYTES   1400
 
#define TIME_SLEEP_SEND_CHUNK_MILLIS   15
 
#define LARGE_GROUP_OF_MESSAGE_CHUNK   25
 

Functions

vector< unsigned char > * conscience_core::communication::appendTimestamp (vector< unsigned char > *data)
 

Macro Definition Documentation

◆ LARGE_GROUP_OF_MESSAGE_CHUNK

#define LARGE_GROUP_OF_MESSAGE_CHUNK   25

◆ MAX_PACKET_SIZE_BYTES

#define MAX_PACKET_SIZE_BYTES   1400

◆ TIME_SLEEP_SEND_CHUNK_MILLIS

#define TIME_SLEEP_SEND_CHUNK_MILLIS   15