blob: 8ab92ef8325ca0ab48b25f75947fb08024507402 [file] [log] [blame]
#ifndef FRC971_WPILIB_WPILIB_INTERFACE_H_
#define FRC971_WPILIB_WPILIB_INTERFACE_H_
#include <stdint.h>
#include "aos/events/event_loop.h"
#include "frc971/input/robot_state_generated.h"
namespace frc971 {
namespace wpilib {
// Sends out a message on ::aos::robot_state.
flatbuffers::Offset<aos::RobotState> PopulateRobotState(
aos::Sender<::aos::RobotState>::Builder *builder, int32_t my_pid);
} // namespace wpilib
} // namespace frc971
#endif // FRC971_WPILIB_WPILIB_INTERFACE_H_