#include <zapette.hpp>
Public Member Functions | |
slave_zapette (generic_file *input, generic_file *output, contextual *data) | |
slave_zapette constructor | |
void | action () |
main execution method for slave_zapette class |
through a pair of pipes slave_zapette return information about a given local archive (single or multi slices).
Definition at line 92 of file zapette.hpp.
libdar::slave_zapette::slave_zapette | ( | generic_file * | input, | |
generic_file * | output, | |||
contextual * | data | |||
) |
slave_zapette constructor
[in] | input | is used to receive orders from an zapette object |
[in] | output | is used to return informations or data in answer to received orders |
[in] | data | is where the informations or data is taken from |
void libdar::slave_zapette::action | ( | ) |
main execution method for slave_zapette class
this method implement a loop waiting for orders and answering to them the loop stops when a special order is received from the peer zapette object