feisty meow concerns codebase  2.140
test_ucast_spocket.cpp File Reference
#include "bcast_spocketer.h"
#include <application/hoople_main.h>
#include <basis/byte_array.h>
#include <basis/astring.h>
#include <loggers/program_wide_logger.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <sockets/internet_address.h>
#include <timely/time_control.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for test_ucast_spocket.cpp:

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))
 

Typedefs

typedef abyte ip_address_holder[4]
 

Functions

 HOOPLE_MAIN (test_ucast_spocket,)
 

Variables

const int INITIAL_DELAY = 2
 

Macro Definition Documentation

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger().get(), astring(to_print))

Definition at line 41 of file test_ucast_spocket.cpp.

Typedef Documentation

◆ ip_address_holder

typedef abyte ip_address_holder[4]

Definition at line 45 of file test_ucast_spocket.cpp.

Function Documentation

◆ HOOPLE_MAIN()

HOOPLE_MAIN ( test_ucast_spocket  )

Variable Documentation

◆ INITIAL_DELAY

const int INITIAL_DELAY = 2

Definition at line 43 of file test_ucast_spocket.cpp.