Teledyne-lecroy UWBTrainer Exerciser Script Language Uživatelský manuál Strana 38

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 124
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
}
Zobrazit stránku 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 123 124

Komentáře k této Příručce

Žádné komentáře