tool/CommandSlaves.h
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2374 e898451c054a
equal deleted inserted replaced
2420:69056c46aa4d 2421:bc2d4bf9cbe5
    54             unsigned int device;
    54             unsigned int device;
    55         };
    55         };
    56 
    56 
    57         void listSlaves(MasterDevice &, const SlaveList &, bool);
    57         void listSlaves(MasterDevice &, const SlaveList &, bool);
    58         void showSlaves(MasterDevice &, const SlaveList &);
    58         void showSlaves(MasterDevice &, const SlaveList &);
    59         
    59 
    60         static bool slaveInList( const ec_ioctl_slave_t &, const SlaveList &);
    60         static bool slaveInList( const ec_ioctl_slave_t &, const SlaveList &);
    61 };
    61 };
    62 
    62 
    63 /****************************************************************************/
    63 /****************************************************************************/
    64 
    64