Exemplo n.º 1
0
 public unsafe static extern bool getMarkerInfo(int iIndex, ref ACQFILESTRUCT ACQstruct, ref MARKERSTRUCT MarkStruct);
Exemplo n.º 2
0
 public unsafe static extern bool getMarkerText_W(ref ACQFILESTRUCT ACQstruct, ref MARKERSTRUCT MarkStruct, byte[] szText);
Exemplo n.º 3
0
 public unsafe static extern bool getTimeSlice(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values, int start, int end);
Exemplo n.º 4
0
 public unsafe static extern bool getJournalText_W(ref ACQFILESTRUCT ACQstruct, byte[] szText);
Exemplo n.º 5
0
 public unsafe static extern bool getSample(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values, int iIndex);
Exemplo n.º 6
0
 public unsafe static extern bool getAllSamples(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values);
Exemplo n.º 7
0
 public unsafe static extern bool getChannelInfo_W(int iChanNumber, ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_W ChanStruct);
Exemplo n.º 8
0
 public unsafe static extern bool closeACQFile(ref ACQFILESTRUCT ACQstruct);
Exemplo n.º 9
0
 public unsafe static extern bool initACQFile_W(string szFilename, ref ACQFILESTRUCT ACQstruct);