Teledyne-lecroy UWBTrainer Exerciser Script Language Instrukcja Użytkownika Strona 43

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 42
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
35
8.6 Structure Declaration Examples
To the parser, structures are the same as frame templates. However, you should use structures
to assign frame field values, rather than as frame layouts in Send Frame instructions.
Note: Also see the examples using the Struct keyword to assign frame field values in later
sections.
Examples
struct S1
{
F16 : 16 = 0xAABB
F8 : 8 = 0xFE
F32 : 32 = 0xABCD1234
}
struct S2
{
S8 : 8 = 0xDA
S32 : 32 = 0x56781122
S16 : 16 = 0xBEEF
}
Przeglądanie stron 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag