示例#1
0
 public static extern bool GT668ReadTimetagsEx(
     ref GtiRealTime pTags0,
     uint NumTags0,
     ref uint ActNumTags0,
     ref GtiRealTime pTags1,
     uint NumTags1,
     ref uint ActNumTags1);
示例#2
0
 public static extern bool GT668ConvertRawToTimetagsEx(
     ref uint pRawBuf,
     uint tags_cnt,
     ref uint tags_used,
     ref GtiRealTime pTags0,
     uint NumTags0,
     ref uint ActNumTags0,
     ref GtiRealTime pTags1,
     uint NumTags1,
     ref uint ActNumTags1);
示例#3
0
 public bool ConvertRawToTimetagsEx(ref uint pRawBuf, uint tags_cnt, ref uint tags_used, ref GtiRealTime pTags0, uint NumTags0, ref uint ActNumTags0, ref GtiRealTime pTags1, uint NumTags1, ref uint ActNumTags1)
 {
     return(GT668ConvertRawToTimetagsEx(ref pRawBuf, tags_cnt, ref tags_used, ref pTags0, NumTags0, ref ActNumTags0, ref pTags1, NumTags1, ref ActNumTags1));
 }
示例#4
0
 public bool ReadTimetagsEx(ref GtiRealTime pTags0, uint NumTags0, ref uint ActNumTags0, ref GtiRealTime pTags1, uint NumTags1, ref uint ActNumTags1)
 {
     return(GT668ReadTimetagsEx(ref pTags0, NumTags0, ref ActNumTags0, ref pTags1, NumTags1, ref ActNumTags1));
 }