示例#1
0
文件: Compas.c 项目: sdajani/sdp
int main(void) {
    initMasterSM();
    printf("Command Center Ready for Use. \n\n\n\n\n");
    while(1){
        runMasterSM();
    }
    return (SUCCESS);
}
示例#2
0
文件: Atlas.c 项目: ddeo/sdp
int main(void) {
    initMasterSM();
    printf("%.2f",0.00);
    printf("Atlas ready for use. \n\n");
    while(1){
        doMasterSM();
    }
    return (SUCCESS);
}