blob: c67031cd7af18e1248b70e4a456ff1adc199741e [file] [log] [blame]
Comran Morshed6c6a0a92016-01-17 12:45:16 +00001#ifndef Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
Comran Morshed9a9948c2016-01-16 15:58:04 +00003
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
Comran Morshed6c6a0a92016-01-17 12:45:16 +00006namespace y2016 {
Comran Morshed9a9948c2016-01-16 15:58:04 +00007namespace control_loops {
Austin Schuhba93d9e2016-03-18 22:38:57 -07008namespace drivetrain {
Comran Morshed9a9948c2016-01-16 15:58:04 +00009
Austin Schuhba93d9e2016-03-18 22:38:57 -070010const ::frc971::control_loops::drivetrain::DrivetrainConfig &
11GetDrivetrainConfig();
Comran Morshed9a9948c2016-01-16 15:58:04 +000012
Austin Schuhba93d9e2016-03-18 22:38:57 -070013} // namespace drivetrain
Comran Morshed9a9948c2016-01-16 15:58:04 +000014} // namespace control_loops
Comran Morshed6c6a0a92016-01-17 12:45:16 +000015} // namespace y2016
Comran Morshed9a9948c2016-01-16 15:58:04 +000016
Comran Morshed6c6a0a92016-01-17 12:45:16 +000017#endif // Y2016_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_