Update to image 2018v13 (#815)

This commit is contained in:
Thad House
2017-12-06 21:02:36 -08:00
committed by Peter Johnson
parent 899892c119
commit 5078f6c92a
25 changed files with 123 additions and 83 deletions

View File

@@ -3,6 +3,8 @@
#ifndef __tSystemInterface_h__
#define __tSystemInterface_h__
#include "tDMAChannelDescriptor.h"
namespace nFPGA
{
@@ -19,6 +21,7 @@ public:
virtual uint32_t getLVHandle(tRioStatusCode *status)=0;
virtual uint32_t getHandle()=0;
virtual void reset(tRioStatusCode *status)=0;
virtual void getDmaDescriptor(int dmaChannelDescriptorIndex, tDMAChannelDescriptor *desc)=0;
};
}