Adds gradle task to fix NI libraries whenever new ones are added. (#325)

Generates genlinks, and modifies headers to make them self contained
This commit is contained in:
Thad House
2016-11-04 15:17:17 -07:00
committed by Peter Johnson
parent 81212d80c6
commit 861726cefa
26 changed files with 155 additions and 44 deletions

View File

@@ -10,12 +10,6 @@
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#include "FRC_FPGA_ChipObject/tDMAChannelDescriptor.h" // NOLINT
#include "FRC_FPGA_ChipObject/tDMAManager.h" // NOLINT
#include "FRC_FPGA_ChipObject/tInterruptManager.h" // NOLINT
#include "FRC_FPGA_ChipObject/tSystem.h" // NOLINT
#include "FRC_FPGA_ChipObject/tSystemInterface.h" // NOLINT
#include <stdint.h>
#include "FRC_FPGA_ChipObject/RoboRIO_FRC_ChipObject_Aliases.h"
@@ -38,6 +32,11 @@
#include "FRC_FPGA_ChipObject/nRoboRIO_FPGANamespace/tRelay.h"
#include "FRC_FPGA_ChipObject/nRoboRIO_FPGANamespace/tSPI.h"
#include "FRC_FPGA_ChipObject/nRoboRIO_FPGANamespace/tSysWatchdog.h"
#include "FRC_FPGA_ChipObject/tDMAChannelDescriptor.h"
#include "FRC_FPGA_ChipObject/tDMAManager.h"
#include "FRC_FPGA_ChipObject/tInterruptManager.h"
#include "FRC_FPGA_ChipObject/tSystem.h"
#include "FRC_FPGA_ChipObject/tSystemInterface.h"
namespace hal {
using namespace nFPGA;