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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 37
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
30
8.4.4 Complex Frame Templates
Template insertions can simplify construction of complex templates.
Examples
# Frame payload fields
struct FramePldFields
{
Data : *
FCS : 32
}
# RX frame header error fields
Struct HdrErrFields
{
HDERsvd : 3
HDError : 5
}
# RX frame payload error fields
Struct RxErrFields
{
RSSI : 8
LQI : 8
RXERsvd : 3
RXError : 5
}
# Template for generic TX frame
Frame TX_FRAME : PLCP
{
: FramePldFields
}
# Template for generic RX frame
Frame RX_FRAME : PLCP
{
: HdrErrFields
: FramePldFields
: RxErrFields
}
Przeglądanie stron 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag