auto_bus/include/bus_io.h

39 lines
774 B
C
Raw Normal View History

2022-05-06 11:55:30 +08:00
//
// Created by ricardo on 2022/5/6.
//
#ifndef AUTO_PILOT_BUS_BUS_IO_H
#define AUTO_PILOT_BUS_BUS_IO_H
2022-05-06 11:55:30 +08:00
#include "rail.h"
#include "query.h"
#include "define.h"
#include "controller.h"
#include "string.h"
#include "stdio.h"
2022-05-06 11:55:30 +08:00
/**
* 使
* @return
*/
rail_node_t* ReadConfigFile();
/**
*
* @param inputString
2022-05-06 11:55:30 +08:00
* @return
*/
2022-05-17 20:22:29 +08:00
int ReadInput(char* inputString);
2022-05-06 11:55:30 +08:00
/**
*
*/
2022-06-03 12:41:44 +08:00
void PrintState();
/**
* all_test使用oj上有问题
* @param str
*/
void PrintStateInner(char *str);
2022-05-06 11:55:30 +08:00
#endif //AUTO_PILOT_BUS_BUS_IO_H