Changes between Version 14 and Version 15 of 802.11/wlan_exp/log/entry_types


Ignore:
Timestamp:
Apr 16, 2014, 10:45:47 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/log/entry_types

    v14 v15  
    6666}}}
    6767 2. Add field definitions which describe the log entry format:
    68 {{{
     68{{{#!python
    6969my_new_entry_type.append_field_defs([
    7070            ('timestamp',      'Q',      'uint64',  'Microsecond timer value at time of log entry creation'),
    71             ('val_A',              'I',      'uint32',  'Data Value A'),
    72             ('val_B',              'I',      'uint32',  'Data Value B')])
     71            ('val_A',          'I',      'uint32',  'Data Value A'),
     72            ('val_B',          'I',      'uint32',  'Data Value B')])
    7373}}}
    7474
     
    9191
    9292=== Custom Entry Type Example ===
     93Coming soon...