Agilent Technologies E4375A Instrukcja Użytkownika Strona 114

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 141
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 113
7 - C Program Examples
114
/*****************************************************************************
Return a timestamp string.
*****************************************************************************/
void GetTimeStamp(char *szTimeStamp)
{
char buf[128];
_strdate(szTimeStamp);
strcat(szTimeStamp, " ");
_strtime(buf);
strcat(szTimeStamp, buf);
strcat(szTimeStamp, "\r\n");
}
/*****************************************************************************
Error handler function.
*****************************************************************************/
void ErrorHandler(CF_HANDLE server, char *name, int error)
{
printf("ErrorHandler: Server = %d Function = %s Error = %d\n",
server, name, error);
}
Przeglądanie stron 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 140 141

Komentarze do niniejszej Instrukcji

Brak uwag