equal
deleted
inserted
replaced
60 TypeId |
60 TypeId |
61 UdpTraceClient::GetTypeId (void) |
61 UdpTraceClient::GetTypeId (void) |
62 { |
62 { |
63 static TypeId tid = TypeId ("ns3::UdpTraceClient") |
63 static TypeId tid = TypeId ("ns3::UdpTraceClient") |
64 .SetParent<Application> () |
64 .SetParent<Application> () |
|
65 .SetGroupName("Applications") |
65 .AddConstructor<UdpTraceClient> () |
66 .AddConstructor<UdpTraceClient> () |
66 .AddAttribute ("RemoteAddress", |
67 .AddAttribute ("RemoteAddress", |
67 "The destination Address of the outbound packets", |
68 "The destination Address of the outbound packets", |
68 AddressValue (), |
69 AddressValue (), |
69 MakeAddressAccessor (&UdpTraceClient::m_peerAddress), |
70 MakeAddressAccessor (&UdpTraceClient::m_peerAddress), |