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

  • 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 103
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
96
Example 2
struct Generic
{
Data : *
}
Frame SOME_PACKET
{
# Header
HdrField0 : 16
HdrField1 : 16
HdrField2 : 32
# Payload
Data : *
CRC : 32
}
Block( Generic $X, Generic $Y )
{
Send SOME_PACKET
{
HdrField0 = 0xAAAA
HdrField1 = 0xBBBB
HdrField2 = 0xABCDBEEF
Data = $X + $Y # Combined payload
}
}
Zobrazit stránku 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 123 124

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

Žádné komentáře