mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Updates to 2018 v9 image (#686)
This commit is contained in:
committed by
Peter Johnson
parent
f02bb058bd
commit
541753c814
@@ -1,15 +1,15 @@
|
||||
// Copyright (c) National Instruments 2008. All Rights Reserved.
|
||||
// Do Not Edit... this file is generated!
|
||||
|
||||
#ifndef __nFRC_2018_18_0_1_Global_h__
|
||||
#define __nFRC_2018_18_0_1_Global_h__
|
||||
#ifndef __nFRC_2018_18_0_4_Global_h__
|
||||
#define __nFRC_2018_18_0_4_Global_h__
|
||||
|
||||
#include "../tSystem.h"
|
||||
#include "../tSystemInterface.h"
|
||||
|
||||
namespace nFPGA
|
||||
{
|
||||
namespace nFRC_2018_18_0_1
|
||||
namespace nFRC_2018_18_0_4
|
||||
{
|
||||
|
||||
class tGlobal
|
||||
@@ -60,6 +60,13 @@ public:
|
||||
virtual bool readLEDs_RSL(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tLocalTimeUpper_IfaceConstants;
|
||||
|
||||
virtual unsigned int readLocalTimeUpper(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tVersion_IfaceConstants;
|
||||
@@ -98,4 +105,4 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __nFRC_2018_18_0_1_Global_h__
|
||||
#endif // __nFRC_2018_18_0_4_Global_h__
|
||||
|
||||
Reference in New Issue
Block a user