Changeset 13201 for trunk/FACT++


Ignore:
Timestamp:
03/23/12 12:05:43 (13 years ago)
Author:
tbretz
Message:
Made DebugTx optional.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/magicweather.cc

    r13192 r13201  
    482482        fWeather.SetVerbose(!conf.Get<bool>("quiet"));
    483483        fWeather.SetInterval(conf.Get<uint16_t>("interval"));
     484        fWeather.SetDebugTx(conf.Get<bool>("debug-tx"));
    484485
    485486        return -1;
     
    506507        ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
    507508        ("interval,i", var<uint16_t>(25), "Interval between two server requests in seconds")
     509        ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.")
    508510        ;
    509511
Note: See TracChangeset for help on using the changeset viewer.