Teledyne-lecroy Protocol Analyzers File-Based Decoding User Manual Uživatelský manuál Strana 42

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 82
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 41
Chapter 11: Primitives File-based Decoding User Manual
36 LeCroy Corporation
FormatEx()
FormatEx (<format_string string>, <arg_list list>)
Parameter Meaning
Default
Value Comments
format_string string
arg_list list Used as the list of parameters in the
function
call.
Support
Supported by all LeCroy analyzers.
Return value
Formatted string.
Comments
FormatEx
writes data to a string.
Example
str = "String";
i = 12;
hex_i = 0xAABBCCDD;
...
formatted_str = FormatEx( "%s, %d, 0x%08X", str, i, hex_i );
# formatted_str = "String, 12, 0xAABBCCDD"
Zobrazit stránku 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 81 82

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

Žádné komentáře