DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
test_refda_cpp.cpp File Reference

This just verifies the ability for a C++11 executable to link with the refda library. More...

+ Include dependency graph for test_refda_cpp.cpp:

Functions

static int dummy_send (const cace_ari_list_t data, const cace_amm_msg_if_metadata_t *meta, void *ctx)
 
static int dummy_recv (cace_ari_list_t data, cace_amm_msg_if_metadata_t *meta, cace_daemon_run_t *running, void *ctx)
 
int main (int argc, char *argv[])
 

Variables

static refda_agent_t agent
 Per-process state.
 

Detailed Description

This just verifies the ability for a C++11 executable to link with the refda library.

Function Documentation

◆ dummy_recv()

static int dummy_recv ( cace_ari_list_t  data,
cace_amm_msg_if_metadata_t meta,
cace_daemon_run_t running,
void *  ctx 
)
static

References CACE_LOG_DEBUG, CHKERR1, and running.

Referenced by main().

◆ dummy_send()

static int dummy_send ( const cace_ari_list_t  data,
const cace_amm_msg_if_metadata_t meta,
void *  ctx 
)
static

References CACE_LOG_DEBUG, and CHKERR1.

Referenced by main().

◆ main()

Variable Documentation

◆ agent

refda_agent_t agent
static

Per-process state.

Referenced by main().