Updates to 2018 v9 image (#686)

This commit is contained in:
Thad House
2017-10-27 00:47:56 -07:00
committed by Peter Johnson
parent f02bb058bd
commit 541753c814
25 changed files with 380 additions and 85 deletions

View File

@@ -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__