Ejemplo n.º 1
0
 public unsafe static extern int EagleData_ReadOneRealtimeFrame(
     EagleData_CcdRecord_Id ccd_rec_id,
     int column,
     int line,
     int color_depth,
     out string data_buf,
     int data_buf_len,
     out string head_buf,
     int head_buf_len);
Ejemplo n.º 2
0
 public unsafe static extern int EagleData_DeleteRecord(EagleData_Record_Id rec_id, EagleData_CcdRecord_Id ccd_rec_id);
Ejemplo 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);
Ejemplo 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);
Ejemplo 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);
Ejemplo 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);