PacketLoggerChannel.ned 146 B

123456
  1. channel PacketLoggerChannel extends ned.DatarateChannel
  2. {
  3. @class(PacketLoggerChannel);
  4. string logfile = default(""); // logfile name
  5. }