Beispiel #1
0
 public unsafe static extern int EagleData_RenameTask(EagleData_Record_Id id, string new_name);
Beispiel #2
0
 public unsafe static extern int EagleData_DeleteRecord(EagleData_Record_Id rec_id, EagleData_CcdRecord_Id ccd_rec_id);
Beispiel #3
0
 public unsafe static extern int EagleData_CheckOneFrame(
     EagleData_Record_Id rec_id,
     EagleData_CcdRecord_Id ccd_rec_id,
     int frame_index,
     out long err_pix);
Beispiel #4
0
 public unsafe static extern int EagleData_ReadInfoTxtFile(
     EagleData_Record_Id rec_id,
     EagleData_CcdRecord_Id ccd_rec_id,
     out string buf,
     ref int buf_size);
Beispiel #5
0
 public unsafe static extern int EagleData_Read512InsideFrame(
     EagleData_Record_Id rec_id,
     EagleData_CcdRecord_Id ccd_rec_id,
     long frame_index,
     long offset,
     out string buf);
Beispiel #6
0
 public unsafe static extern int EagleData_ReadOneStoredFrame(EagleData_Record_Id rec_id, EagleData_CcdRecord_Id ccd_rec_id, int frame_index, [MarshalAs(UnmanagedType.LPArray)]  byte[] data_buf, int data_buf_len, [MarshalAs(UnmanagedType.LPArray)]  byte[] head_buf, int head_buf_len);
Beispiel #7
0
 public unsafe static extern IntPtr EagleData_GetRecordAndAllocMemory(EagleData_Record_Id id);