tools/Master.h
changeset 989 816663ca9370
parent 982 861eb2810f56
child 990 4f223f3df05a
equal deleted inserted replaced
988:a47c5a3c143d 989:816663ca9370
    49         void showMaster();
    49         void showMaster();
    50         void listPdos(int, bool = false);
    50         void listPdos(int, bool = false);
    51         void listSdos(int, bool = false);
    51         void listSdos(int, bool = false);
    52         void sdoDownload(int, const string &, const vector<string> &);
    52         void sdoDownload(int, const string &, const vector<string> &);
    53         void sdoUpload(int, const string &, const vector<string> &);
    53         void sdoUpload(int, const string &, const vector<string> &);
       
    54         void showSlaves(int);
    54         void siiRead(int);
    55         void siiRead(int);
    55         void siiWrite(int, bool, const vector<string> &);
    56         void siiWrite(int, bool, const vector<string> &);
    56         void requestStates(int, const vector<string> &);
    57         void requestStates(int, const vector<string> &);
    57         void generateXml(int);
    58         void generateXml(int);
    58 
    59 
    64         void writeSlaveAlias(uint16_t, uint16_t);
    65         void writeSlaveAlias(uint16_t, uint16_t);
    65         void outputDomainData(unsigned int);
    66         void outputDomainData(unsigned int);
    66         void showDomain(unsigned int);
    67         void showDomain(unsigned int);
    67         void listSlavePdos(uint16_t, bool = false, bool = false);
    68         void listSlavePdos(uint16_t, bool = false, bool = false);
    68         void listSlaveSdos(uint16_t, bool = false, bool = false);
    69         void listSlaveSdos(uint16_t, bool = false, bool = false);
       
    70         void showSlave(uint16_t);
    69         void generateSlaveXml(uint16_t);
    71         void generateSlaveXml(uint16_t);
    70         unsigned int domainCount();
    72         unsigned int domainCount();
    71         unsigned int slaveCount();
    73         unsigned int slaveCount();
    72         void getMaster(ec_ioctl_master_t *);
    74         void getMaster(ec_ioctl_master_t *);
    73         void slaveSyncs(uint16_t);
    75         void slaveSyncs(uint16_t);