From 9ae56635ce90bd36fcd086fe85fa046e8e981803 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Wed, 10 Feb 2016 20:43:09 -0500 Subject: [PATCH] Lots of includes and a LogData() embryo --- Robot2016/src/Robot.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Robot2016/src/Robot.cpp b/Robot2016/src/Robot.cpp index 4913f17..2766c38 100644 --- a/Robot2016/src/Robot.cpp +++ b/Robot2016/src/Robot.cpp @@ -47,6 +47,12 @@ private: const std::string autoNameCustom = "My Auto"; std::string autoSelected; + void LogData() + { + static PowerDistributionPanel pdp; + static DriverStation* ds = DriverStation::GetInstance(); + } + void RobotInit() { chooser = new SendableChooser();