examples/TestMasterSlave/Slave.h
changeset 343 118c1cabd0b0
parent 284 24bf3d692993
child 378 d2abf6c8c27b
equal deleted inserted replaced
342:66f007300c10 343:118c1cabd0b0
    11 
    11 
    12 void TestSlave_post_sync(void);
    12 void TestSlave_post_sync(void);
    13 void TestSlave_post_TPDO(void);
    13 void TestSlave_post_TPDO(void);
    14 void TestSlave_storeODSubIndex(UNS16 wIndex, UNS8 bSubindex);
    14 void TestSlave_storeODSubIndex(UNS16 wIndex, UNS8 bSubindex);
    15 void TestSlave_post_emcy(UNS8 nodeID, UNS16 errCode, UNS8 errReg);
    15 void TestSlave_post_emcy(UNS8 nodeID, UNS16 errCode, UNS8 errReg);
       
    16 void TestSlave_StoreConfiguration(UNS8 *error, UNS8 *spec_error);
       
    17 void TestSlave_ChangeBaudRate(char *baudrate);