more of LogData(). still not done, but I'm tired.
This commit is contained in:
parent
8039c16b70
commit
91124a0ff0
@ -59,6 +59,15 @@ private:
|
||||
{
|
||||
static PowerDistributionPanel pdp;
|
||||
static DriverStation* ds = DriverStation::GetInstance();
|
||||
static DriverStation* ds = DriverStation::GetInstance();
|
||||
static std::vector<CANTalon*> motors;
|
||||
|
||||
static std::ofstream logA, logB, logC;
|
||||
timeval tm;
|
||||
|
||||
SmartDashboard::PutBoolean("log A", logA.is_open());
|
||||
SmartDashboard::PutBoolean("log B", logB.is_open());
|
||||
SmartDashboard::PutBoolean("log C", logC.is_open());
|
||||
}
|
||||
|
||||
void RobotInit()
|
||||
|
Reference in New Issue
Block a user