generate gnuplot-compatible data script files

This commit is contained in:
Mathieu Lacage
2007-11-06 13:30:40 +01:00
parent b114ba4ec6
commit cb0eeaeb32
3 changed files with 140 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ def build(bld):
'tag-registry.cc',
'pcap-writer.cc',
'data-rate.cc',
'gnuplot.cc',
]
headers = bld.create_obj('ns3header')
@@ -29,4 +30,5 @@ def build(bld):
'packet-metadata.h',
'pcap-writer.h',
'data-rate.h',
'gnuplot.h',
]