src/stats/model/uinteger-8-probe.cc
changeset 10978 754c8256c35c
parent 10968 2d29fee2b7b8
child 11378 065b8e0b075e
equal deleted inserted replaced
10977:f35701d8a0a0 10978:754c8256c35c
    39   static TypeId tid = TypeId ("ns3::Uinteger8Probe")
    39   static TypeId tid = TypeId ("ns3::Uinteger8Probe")
    40     .SetParent<Probe> ()
    40     .SetParent<Probe> ()
    41     .AddConstructor<Uinteger8Probe> ()
    41     .AddConstructor<Uinteger8Probe> ()
    42     .AddTraceSource ( "Output",
    42     .AddTraceSource ( "Output",
    43                       "The uint8_t that serves as output for this probe",
    43                       "The uint8_t that serves as output for this probe",
    44                       MakeTraceSourceAccessor (&Uinteger8Probe::m_output))
    44                       MakeTraceSourceAccessor (&Uinteger8Probe::m_output),
       
    45                      "ns3::TracedValue::Uint8Callback")
    45   ;
    46   ;
    46   return tid;
    47   return tid;
    47 }
    48 }
    48 
    49 
    49 Uinteger8Probe::Uinteger8Probe ()
    50 Uinteger8Probe::Uinteger8Probe ()