Public Attributes | |
int | regid_ |
dtn_endpoint_id_t | source_ |
dtn_endpoint_id_t | dest_ |
dtn_endpoint_id_t | replyto_ |
int | priority_ |
bool | custody_xfer_ |
bool | receive_rcpt_ |
bool | custody_rcpt_ |
bool | forward_rcpt_ |
bool | delivery_rcpt_ |
bool | deletion_rcpt_ |
u_int | expiration_ |
std::string | sequence_id_ |
std::string | obsoletes_id_ |
char | payload_data_ [DTN_MAX_BUNDLE_MEM] |
size_t | payload_data_len_ |
char | payload_file_ [DTN_MAX_PATH_LEN] |
size_t | payload_file_len_ |
u_int | block_type_ |
u_int | block_flags_ |
char | block_content_ [DTN_MAX_BLOCK_LEN] |
size_t | block_content_len_ |
Definition at line 293 of file dtntest.cc.
char DTNSendCommand::DTNSendCommand::SendOpts::block_content_[DTN_MAX_BLOCK_LEN] |
Definition at line 314 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
size_t DTNSendCommand::DTNSendCommand::SendOpts::block_content_len_ |
Definition at line 315 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
u_int DTNSendCommand::DTNSendCommand::SendOpts::block_flags_ |
Definition at line 313 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
u_int DTNSendCommand::DTNSendCommand::SendOpts::block_type_ |
Definition at line 312 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::custody_rcpt_ |
Definition at line 301 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::custody_xfer_ |
Definition at line 299 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::deletion_rcpt_ |
Definition at line 304 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::delivery_rcpt_ |
Definition at line 303 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
dtn_endpoint_id_t DTNSendCommand::DTNSendCommand::SendOpts::dest_ |
Definition at line 296 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
u_int DTNSendCommand::DTNSendCommand::SendOpts::expiration_ |
Definition at line 305 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::forward_rcpt_ |
Definition at line 302 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
std::string DTNSendCommand::DTNSendCommand::SendOpts::obsoletes_id_ |
Definition at line 307 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
char DTNSendCommand::DTNSendCommand::SendOpts::payload_data_[DTN_MAX_BUNDLE_MEM] |
Definition at line 308 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
size_t DTNSendCommand::DTNSendCommand::SendOpts::payload_data_len_ |
Definition at line 309 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
char DTNSendCommand::DTNSendCommand::SendOpts::payload_file_[DTN_MAX_PATH_LEN] |
Definition at line 310 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
size_t DTNSendCommand::DTNSendCommand::SendOpts::payload_file_len_ |
Definition at line 311 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
int DTNSendCommand::DTNSendCommand::SendOpts::priority_ |
Definition at line 298 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
bool DTNSendCommand::DTNSendCommand::SendOpts::receive_rcpt_ |
Definition at line 300 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
int DTNSendCommand::DTNSendCommand::SendOpts::regid_ |
Definition at line 294 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
dtn_endpoint_id_t DTNSendCommand::DTNSendCommand::SendOpts::replyto_ |
Definition at line 297 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
std::string DTNSendCommand::DTNSendCommand::SendOpts::sequence_id_ |
Definition at line 306 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().
dtn_endpoint_id_t DTNSendCommand::DTNSendCommand::SendOpts::source_ |
Definition at line 295 of file dtntest.cc.
Referenced by DTNSendCommand::DTNSendCommand(), DTNSendCommand::exec(), and DTNSendCommand::init_opts().