#include "cm_demo.h"
Functions | |
int | transition_start_to_normal (void) |
*/ | |
int | transition_normal_to_cross (void) |
Checks if a transition from TypeState.NORMALSTATE to TypeState.CROSSSTATE should ocuur. | |
int | transition_cross_to_stop (void) |
Checks if a transition from TypeState.CROSSSTATE to TypeState.STOPSTATE should ocuur. | |
int | transition_stop_to_normal (void) |
Checks if a transition from TypeState.STOPSTATE to TypeState.NORMALSTATE should ocuur. | |
int | transition_stop_to_park (void) |
Checks if a transition from TypeState.STOPSTATE to TypeState.PARKSTATE should ocuur. | |
int | transition_stop_to_end (void) |
Checks if a transition from TypeState.STOPSTATE to TypeState.ENDSTATE should ocuur. | |
int | transition_cross_to_normal_by_cross_sensor (void) |
Checks if a transition from TypeState.CROSSSTATE to TypeState.NORMALSTATE should ocuur. | |
int | transition_cross_to_normal_by_timeout (void) |
Checks if a transition from TypeState.CROSSTATE to TypeState.NORMALSTATE should ocuur. |