jerrym | f157933 | 2013-02-07 01:56:28 +0000 | [diff] [blame] | 1 | /*----------------------------------------------------------------------------*/
|
| 2 | /* Copyright (c) FIRST 2008. All Rights Reserved. */
|
| 3 | /* Open Source Software - may be modified and shared by FRC teams. The code */
|
| 4 | /* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
|
| 5 | /*----------------------------------------------------------------------------*/
|
| 6 |
|
| 7 | #ifndef __ChipObject_h__
|
| 8 | #define __ChipObject_h__
|
| 9 |
|
| 10 | #include <vxWorks.h>
|
| 11 | #include "ChipObject/NiRio.h"
|
| 12 |
|
| 13 | #include "ChipObject/tAccumulator.h"
|
| 14 | #include "ChipObject/tAI.h"
|
| 15 | #include "ChipObject/tAlarm.h"
|
| 16 | #include "ChipObject/tAnalogTrigger.h"
|
| 17 | #include "ChipObject/tCounter.h"
|
| 18 | #include "ChipObject/tDIO.h"
|
| 19 | #include "ChipObject/tDMA.h"
|
| 20 | //#include "ChipObject/tDMAManager.h"
|
| 21 | #include "ChipObject/tEncoder.h"
|
| 22 | #include "ChipObject/tGlobal.h"
|
| 23 | #include "ChipObject/tInterrupt.h"
|
| 24 | #include "ChipObject/tInterruptManager.h"
|
| 25 | #include "ChipObject/tSolenoid.h"
|
| 26 | #include "ChipObject/tSPI.h"
|
| 27 | #include "ChipObject/tWatchdog.h"
|
| 28 |
|
| 29 | using namespace nFPGA;
|
| 30 | using namespace nFRC_2012_1_6_4;
|
| 31 |
|
| 32 | #endif
|