|
DTNMA Reference Tools v2.3.0 - 8.g598da6c
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
This just verifies the ability for a C++11 executable to link with the refdm library. More...
#include <refdm/mgr.h>#include <cace/util/logging.h>#include <cace/util/defs.h>#include <iostream>
Include dependency graph for test_refdm_cpp.cpp:Functions | |
| static int | dummy_send (const cace_ari_list_t data, const cace_amm_msg_if_metadata_t *meta, const struct timespec *timeout, 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 refdm_mgr_t | mgr |
| Per-process state. | |
This just verifies the ability for a C++11 executable to link with the refdm library.
|
static |
References CACE_LOG_INFO, CHKERR1, and running.
Referenced by main().
|
static |
References CACE_LOG_INFO, and CHKERR1.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References cace_closelog(), cace_daemon_run_wait(), CACE_LOG_DEBUG, CACE_LOG_ERR, CACE_LOG_INFO, cace_log_set_least_severity(), cace_openlog(), dummy_recv(), dummy_send(), log_limit, mgr, refdm_mgr_t::mif, cace_amm_msg_if_t::recv, refdm_mgr_deinit(), refdm_mgr_init(), refdm_mgr_start(), refdm_mgr_stop(), refdm_mgr_t::running, and cace_amm_msg_if_t::send.
|
static |
Per-process state.
Referenced by main().