示例#1
0
 static extern _LTRNative.LTRERROR LTR210_LoadCbrCoef(ref TLTR210 hnd);
示例#2
0
 static extern _LTRNative.LTRERROR LTR210_Init(ref TLTR210 hnd);
示例#3
0
 static extern _LTRNative.LTRERROR LTR210_MeasAdcZeroOffset(ref TLTR210 hnd, uint flags);
示例#4
0
 static extern _LTRNative.LTRERROR LTR210_GetLastWordInterval(ref TLTR210 hnd, out uint interval);
示例#5
0
 static extern int LTR210_Recv(ref TLTR210 hnd, uint[] data, uint[] tmark, uint size, uint timeout);
示例#6
0
 static extern _LTRNative.LTRERROR LTR210_ProcessData(ref TLTR210 hnd, uint[] src,
                                                      double[] dest, ref int size, ProcFlags flags,
                                                      out FRAME_STATUS frame_status,
                                                      uint[] data_info);
示例#7
0
 static extern _LTRNative.LTRERROR LTR210_FrameStart(ref TLTR210 hnd);
示例#8
0
 static extern _LTRNative.LTRERROR LTR210_WaitEvent(ref TLTR210 hnd, out RecvEvents recvEvent, IntPtr status, uint timeout);
示例#9
0
 static extern _LTRNative.LTRERROR LTR210_SetADC(ref TLTR210 hnd);
示例#10
0
 static extern _LTRNative.LTRERROR LTR210_Stop(ref TLTR210 hnd);
示例#11
0
 static extern _LTRNative.LTRERROR LTR210_LoadFPGA(ref TLTR210 hnd, string filename, LOAD_PROGR_CB progr_cb, IntPtr cb_data);
示例#12
0
 static extern _LTRNative.LTRERROR LTR210_FPGAIsLoaded(ref TLTR210 hnd);
示例#13
0
 static extern _LTRNative.LTRERROR LTR210_IsOpened(ref TLTR210 hnd);
示例#14
0
 static extern _LTRNative.LTRERROR LTR210_Open(ref TLTR210 hnd, uint saddr, ushort sport, string csn, int slot_num);
示例#15
0
 static extern _LTRNative.LTRERROR LTR210_Close(ref TLTR210 hnd);