![]() |
Disk ARchive
2.6.8
Full featured and portable backup and archiving tool
|
messaging_decode and messaging_encode are used to insert messages in a flow of data blocks More...
#include "../my_config.h"
#include <string>
#include "label.hpp"
#include "infinint.hpp"
#include "memory_file.hpp"
Go to the source code of this file.
Classes | |
class | libdar::messaging_decode |
decoding received messages More... | |
class | libdar::messaging_encode |
encoding messages to be sent More... | |
Namespaces | |
libdar | |
libdar namespace encapsulate all libdar symbols | |
Enumerations | |
enum | libdar::msg_type { unset, order_read_ahead, order_read_ahead_begin, order_read, order_sync_write, answr_sync_write_done, order_skip, order_skip_begin, order_skip_to_eof, order_skip_fwd, order_skip_bkd, answr_skip_done, order_skippable_fwd, order_skippable_fwd_begin, order_skippable_bkd, order_skippable_bkd_begin, answr_skippable, order_get_position, answr_position, answr_position_begin, answr_exception, order_end_of_xmit, order_stop_readahead, answr_readahead_stopped, order_wakeup, data_partial, data_completed } |
the different types of messages | |
messaging_decode and messaging_encode are used to insert messages in a flow of data blocks
Definition in file messaging.hpp.