tools/Master.h
changeset 956 d9b9bc794d10
parent 950 8b00e63fff90
child 957 ed5ac2e83495
equal deleted inserted replaced
955:9b1c277a1b34 956:d9b9bc794d10
     6 
     6 
     7 #ifndef __EC_MASTER_H__
     7 #ifndef __EC_MASTER_H__
     8 #define __EC_MASTER_H__
     8 #define __EC_MASTER_H__
     9 
     9 
    10 #include <stdexcept>
    10 #include <stdexcept>
       
    11 #include <string>
       
    12 #include <vector>
    11 using namespace std;
    13 using namespace std;
    12 
    14 
    13 #include "../master/ioctl.h"
    15 #include "../master/ioctl.h"
    14 
    16 
    15 /****************************************************************************/
    17 /****************************************************************************/
    39 
    41 
    40         void open(unsigned int);
    42         void open(unsigned int);
    41         void close();
    43         void close();
    42 
    44 
    43         void outputData(int);
    45         void outputData(int);
       
    46         void setDebug(const vector<string> &);
    44         void showDomains(int);
    47         void showDomains(int);
    45         void listSlaves();
    48         void listSlaves();
    46         void listPdos(int);
    49         void listPdos(int);
    47         void generateXml(int);
    50         void generateXml(int);
    48 
    51