Changes between Version 11 and Version 12 of 802.11/wlan_exp/log/entry_types


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

--

Legend:

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

    v11 v12  
    2727
    2828{{{#!comment
    29 #Run:
    30 for tid in log_entry_types.keys():
    31     if(type(tid) is int and tid != 0): #only take int type IDs and skip NULL
    32         print(log_entry_types[tid].generate_entry_doc(fmt='wiki'))
     29Note to selves:
     30
     31The list of entry types is drawn directly from svn. To update the docs:
     32 1) Update the entry type description and entry field descriptions in wlan_exp/log/entry_types.py
     33 2) CD to wlan_exp/log/
     34 3) Run 'python gen_entry_type_wiki_docs.py > entry_type_wiki_docs.txt'
     35 4) svn commit the changes; the .py and .txt should always be committed together
     36
    3337}}}
    3438