The Sequence Toolkit
www.sequence-toolkit.com
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
stk_udp_client_api.h
Go to the documentation of this file.
1
9
#ifndef STK_UDP_CLIENT_API_H
10
#define STK_UDP_CLIENT_API_H
11
#include "
stk_data_flow.h
"
12
19
stk_data_flow_t
*
stk_udp_client_create_data_flow
(
stk_env_t
*env,
char
*name,
stk_uint64
id
,
stk_options_t
*options);
20
#define stk_udp_create_publisher stk_udp_client_create_data_flow
26
int stk_udp_client_fd(stk_data_flow_t *df);
27
31
stk_ret
stk_udp_client_data_flow_id_ip
(
stk_data_flow_t
*df,
struct
sockaddr *data_flow_id,socklen_t addrlen);
36
stk_ret
stk_udp_client_data_flow_serverip
(
stk_data_flow_t
*df,
struct
sockaddr *data_flow_id,socklen_t addrlen);
37
38
#endif
Sequence Toolkit
API, Wed Apr 15 2015 22:32:53