mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +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_PWM_h__
|
||||
#define __nFRC_2018_18_0_1_PWM_h__
|
||||
#ifndef __nFRC_2018_18_0_4_PWM_h__
|
||||
#define __nFRC_2018_18_0_4_PWM_h__
|
||||
|
||||
#include "../tSystem.h"
|
||||
#include "../tSystemInterface.h"
|
||||
|
||||
namespace nFPGA
|
||||
{
|
||||
namespace nFRC_2018_18_0_1
|
||||
namespace nFRC_2018_18_0_4
|
||||
{
|
||||
|
||||
class tPWM
|
||||
@@ -44,6 +44,13 @@ public:
|
||||
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tCycleStartTime_IfaceConstants;
|
||||
|
||||
virtual unsigned int readCycleStartTime(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tConfig_IfaceConstants;
|
||||
@@ -56,6 +63,13 @@ public:
|
||||
virtual unsigned short readConfig_MinHigh(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tCycleStartTimeUpper_IfaceConstants;
|
||||
|
||||
virtual unsigned int readCycleStartTimeUpper(tRioStatusCode *status) = 0;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
} tLoopTiming_IfaceConstants;
|
||||
@@ -118,4 +132,4 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __nFRC_2018_18_0_1_PWM_h__
|
||||
#endif // __nFRC_2018_18_0_4_PWM_h__
|
||||
|
||||
Reference in New Issue
Block a user