2023-01-06 22:54:01 +08:00
|
|
|
#ifndef REFEREE_COMMUNICATION_H
|
|
|
|
#define REFEREE_COMMUNICATION_H
|
|
|
|
|
|
|
|
#include "stdint.h"
|
|
|
|
#include "referee_def.h"
|
2023-01-26 19:52:07 +08:00
|
|
|
#include "rm_referee.h"
|
2023-01-06 22:54:01 +08:00
|
|
|
|
2023-01-26 19:52:07 +08:00
|
|
|
void Communicate_SendData(referee_id_t *_id,robot_interactive_data_t *_data);
|
2023-01-06 22:54:01 +08:00
|
|
|
|
2023-01-26 19:52:07 +08:00
|
|
|
#endif
|