equal
deleted
inserted
replaced
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 () |