RTI Connext DDS Micro C API
Version 3.0.3
|
Generic NETIO_Interface functions. More...
#include "netio/netio_config.h"
#include "netio/netio_dll.h"
#include "osapi/osapi_config.h"
#include "osapi/osapi_types.h"
#include "osapi/osapi_time.h"
#include "reda/reda_sequenceNumber.h"
#include "db/db_api.h"
#include "rt/rt_rt.h"
#include "netio/netio_address.h"
#include "cdr/cdr_stream.h"
Variables | |
const char *const | NETIO_DEFAULT_UDP_NAME |
Default name for the automatically registered UDP transport. | |
const char *const | NETIO_DEFAULT_INTRA_NAME |
Default name for the automatically registered INTRA transport. | |
const char *const | NETIO_DEFAULT_SHMEM_NAME |
Default name for the automatically registered shared memory transport. | |
const char *const | NETIO_DEFAULT_RTPS_NAME |
Default name for the automatically registered RTPS interface. |
Generic NETIO_Interface functions.
This file contains generic NETIO interface functions. A NETIO_Interface is a base-class and is typically not instantiated on its own. Derived classes call methods here to initialize/finalize a base-class. This file also defines the NETIO interface structure as well as the NETIO_Packet structure and protocol types.
const char* const NETIO_DEFAULT_UDP_NAME |
Default name for the automatically registered UDP transport.
const char* const NETIO_DEFAULT_INTRA_NAME |
Default name for the automatically registered INTRA transport.
const char* const NETIO_DEFAULT_SHMEM_NAME |
Default name for the automatically registered shared memory transport.
const char* const NETIO_DEFAULT_RTPS_NAME |
Default name for the automatically registered RTPS interface.