include/lss.h
changeset 405 487b37176423
parent 384 83793fc7ce48
child 517 003679edc437
equal deleted inserted replaced
404:eea445577d12 405:487b37176423
   100 
   100 
   101   char *baudRate;           /* the new baudrate stored to update the node baudrate when a Activate Bit 
   101   char *baudRate;           /* the new baudrate stored to update the node baudrate when a Activate Bit 
   102   							 * Timing Parameters is received*/
   102   							 * Timing Parameters is received*/
   103   UNS16 switchDelay;		/* the period of the two delay */
   103   UNS16 switchDelay;		/* the period of the two delay */
   104   UNS8  switchDelayState;   /* the state machine for the switchDelay */
   104   UNS8  switchDelayState;   /* the state machine for the switchDelay */
   105   CAN_HANDLE canHandle_t;
   105   CAN_PORT canHandle_t;
   106     
   106     
   107                               /* Time counters to implement a timeout in milliseconds.*/
   107                               /* Time counters to implement a timeout in milliseconds.*/
   108   TIMER_HANDLE timerMSG;	  /* timerMSG is automatically incremented whenever 
   108   TIMER_HANDLE timerMSG;	  /* timerMSG is automatically incremented whenever 
   109                               * the lss state is in LSS_TRANS_IN_PROGRESS, and reseted to 0 
   109                               * the lss state is in LSS_TRANS_IN_PROGRESS, and reseted to 0 
   110                               * when the response LSS have been received.
   110                               * when the response LSS have been received.