mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Update to image 2018v13 (#815)
This commit is contained in:
committed by
Peter Johnson
parent
899892c119
commit
5078f6c92a
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user