tools/Master.h
changeset 1065 d1d2aa556344
parent 1055 2be8918682fa
child 1066 7ece00bd6559
equal deleted inserted replaced
1064:5f27403587a8 1065:d1d2aa556344
    45         void writeAlias(int, bool, const vector<string> &);
    45         void writeAlias(int, bool, const vector<string> &);
    46         void showConfig();
    46         void showConfig();
    47         void outputData(int);
    47         void outputData(int);
    48         void setDebug(const vector<string> &);
    48         void setDebug(const vector<string> &);
    49         void showDomains(int);
    49         void showDomains(int);
    50         void listSlaves();
       
    51         void showMaster();
    50         void showMaster();
    52         void listPdos(int, bool = false);
    51         void listPdos(int, bool = false);
    53         void listSdos(int, bool = false);
    52         void listSdos(int, bool = false);
    54         void sdoDownload(int, const string &, const vector<string> &);
    53         void sdoDownload(int, const string &, const vector<string> &);
    55         void sdoUpload(int, const string &, const vector<string> &);
    54         void sdoUpload(int, const string &, const vector<string> &);
    56         void showSlaves(int);
    55         void showSlaves(int, bool);
    57         void siiRead(int);
    56         void siiRead(int);
    58         void siiWrite(int, bool, const vector<string> &);
    57         void siiWrite(int, bool, const vector<string> &);
    59         void requestStates(int, const vector<string> &);
    58         void requestStates(int, const vector<string> &);
    60         void generateXml(int);
    59         void generateXml(int);
    61 
    60 
    67         void writeSlaveAlias(uint16_t, uint16_t);
    66         void writeSlaveAlias(uint16_t, uint16_t);
    68         void outputDomainData(unsigned int);
    67         void outputDomainData(unsigned int);
    69         void showDomain(unsigned int);
    68         void showDomain(unsigned int);
    70         void listSlavePdos(uint16_t, bool = false, bool = false);
    69         void listSlavePdos(uint16_t, bool = false, bool = false);
    71         void listSlaveSdos(uint16_t, bool = false, bool = false);
    70         void listSlaveSdos(uint16_t, bool = false, bool = false);
       
    71         void listSlaves(int);
    72         void showSlave(uint16_t);
    72         void showSlave(uint16_t);
    73         void generateSlaveXml(uint16_t);
    73         void generateSlaveXml(uint16_t);
    74         unsigned int slaveCount();
    74         unsigned int slaveCount();
    75         void getMaster(ec_ioctl_master_t *);
    75         void getMaster(ec_ioctl_master_t *);
    76         void getConfig(ec_ioctl_config_t *, unsigned int);
    76         void getConfig(ec_ioctl_config_t *, unsigned int);