Disk ARchive  2.4.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Public Member Functions | List of all members
libdar::slave_zapette Class Reference

this class answers to order given by a zapette object More...

#include <zapette.hpp>

Public Member Functions

 slave_zapette (generic_file *input, generic_file *output, generic_file *data)
 slave_zapette constructor More...
 
void action ()
 main execution method for slave_zapette class More...
 

Detailed Description

this class answers to order given by a zapette object

through a pair of pipes slave_zapette return information about a given local archive (single or multi slices).

Definition at line 114 of file zapette.hpp.

Constructor & Destructor Documentation

libdar::slave_zapette::slave_zapette ( generic_file input,
generic_file output,
generic_file data 
)

slave_zapette constructor

Parameters
[in]inputis used to receive orders from an zapette object
[in]outputis used to return informations or data in answer to received orders
[in]datais where the informations or data is taken from. Object must inherit from contextual

Member Function Documentation

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


The documentation for this class was generated from the following file: