Esempio n. 1
0
 public unsafe static extern int EagleData_RenameTask(EagleData_Record_Id id, string new_name);
Esempio n. 2
0
 public unsafe static extern int EagleData_DeleteRecord(EagleData_Record_Id rec_id, EagleData_CcdRecord_Id ccd_rec_id);
Esempio n. 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);
Esempio n. 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);
Esempio n. 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);
Esempio n. 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);
Esempio n. 7
0
 public unsafe static extern IntPtr EagleData_GetRecordAndAllocMemory(EagleData_Record_Id id);