#include "testutil.hpp"
#include "testutil_unity.hpp"
#include <string.h>
#include <unity.h>
#include <assert.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | proxy_hwm_cfg_t |
Macros | |
#define | HWM 10 |
#define | NUM_BYTES_PER_MSG 50000 |
Functions | |
static void | lower_hwm (void *skt_) |
int | main (void) |
static void | proxy_stats_asker_thread_main (void *pvoid_) |
static void | proxy_thread_main (void *pvoid_) |
static void | publisher_thread_main (void *pvoid_) |
static void | subscriber_thread_main (void *pvoid_) |
#define HWM 10 |
Definition at line 33 of file test_proxy_hwm.cpp.
#define NUM_BYTES_PER_MSG 50000 |
Definition at line 34 of file test_proxy_hwm.cpp.
Definition at line 47 of file test_proxy_hwm.cpp.
int main | ( | void | ) |
Definition at line 277 of file test_proxy_hwm.cpp.
Definition at line 168 of file test_proxy_hwm.cpp.
Definition at line 213 of file test_proxy_hwm.cpp.
Definition at line 57 of file test_proxy_hwm.cpp.
Definition at line 113 of file test_proxy_hwm.cpp.