Files
allwpilib/wpilibc/wpilibC++IntegrationTests/include/TestBench.h
thomasclark 2e39540f20 Tilt pan camera test
Change-Id: I4496c9940a5da0bd78d90f1a5b4a9ebea6597336
2014-06-02 17:34:10 -04:00

18 lines
645 B
C++

/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2014. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
#pragma once
#include "WPILib.h"
#include "fixtures/TiltPanCameraFixture.h"
class TestBench {
public:
static TiltPanCameraFixture *GetTiltPanCamera();
};