include/states.h
changeset 750 bfb63ff7106e
parent 530 458418d7e10f
equal deleted inserted replaced
749:5cbb8e9ad67c 750:bfb63ff7106e
    53 {
    53 {
    54 	INTEGER8 csBoot_Up;
    54 	INTEGER8 csBoot_Up;
    55 	INTEGER8 csSDO;
    55 	INTEGER8 csSDO;
    56 	INTEGER8 csEmergency;
    56 	INTEGER8 csEmergency;
    57 	INTEGER8 csSYNC;
    57 	INTEGER8 csSYNC;
    58 	INTEGER8 csHeartbeat;
    58 	INTEGER8 csLifeGuard;
    59 	INTEGER8 csPDO;
    59 	INTEGER8 csPDO;
    60 	INTEGER8 csLSS;
    60 	INTEGER8 csLSS;
    61 } s_state_communication;
    61 } s_state_communication;
    62 
    62 
    63 /** 
    63 /**