MATLAB XPC TARGET 4 - DEVICE DRIVERS Podręcznik Użytkownika Strona 93

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 111
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 92
xpcTime
Purpose Type definition of time structure
Prototype typedef struct xpcTime6 4Struct{
uint32_T NanoSecondsLo;
uint32_T NanoSecondsHi;
} xpcTime64;
typedef union xpcTimeSt ruct {
xpcTime64 U64;
//uint64_T NanoSeconds;
} xpcTime;
Header
File
xpctarget.h
Members
U64.NanoSecondsLo
Bottom 32 bits o f 64-bit value.
U64.NanoSecondsHi
Top 32 bits of 64-bit value.
Description The xPCTime structure holds the time value in nanoseconds, as a 64-bit
integer.
NanoSecondsLo and NanoSecondsHi hold the lower and upper
32 bits, respectively. The
xpcGetElapsedTime and xpcSubtractTime
functions use this structure to return time values.
See Also xpcGetElapsedTime, x pcSu btractTime
9-5
Przeglądanie stron 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 110 111

Komentarze do niniejszej Instrukcji

Brak uwag