src/applications/model/udp-trace-client.cc
changeset 11240 5b6a7efcf062
parent 10968 2d29fee2b7b8
equal deleted inserted replaced
11239:925b78e6fbfd 11240:5b6a7efcf062
    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),