include/states.h
changeset 357 838e5397ae67
parent 343 118c1cabd0b0
child 378 d2abf6c8c27b
equal deleted inserted replaced
356:171830d836ce 357:838e5397ae67
    38   Connecting      = 0x02,
    38   Connecting      = 0x02,
    39   Preparing       = 0x02,
    39   Preparing       = 0x02,
    40   Stopped         = 0x04,
    40   Stopped         = 0x04,
    41   Operational     = 0x05,
    41   Operational     = 0x05,
    42   Pre_operational = 0x7F,
    42   Pre_operational = 0x7F,
    43   Unknown_state   = 0x0F,
    43   Unknown_state   = 0x0F
    44 #ifdef CO_ENABLE_LSS
    44 #ifdef CO_ENABLE_LSS
    45   LssTimingDelay  = 0x10
    45   ,LssTimingDelay  = 0x10
    46 #endif
    46 #endif
    47 };
    47 };
    48 
    48 
    49 typedef enum enum_nodeState e_nodeState;
    49 typedef enum enum_nodeState e_nodeState;
    50 
    50