equal
deleted
inserted
replaced
40 static TypeId tid = TypeId ("ns3::BooleanProbe") |
40 static TypeId tid = TypeId ("ns3::BooleanProbe") |
41 .SetParent<Probe> () |
41 .SetParent<Probe> () |
42 .AddConstructor<BooleanProbe> () |
42 .AddConstructor<BooleanProbe> () |
43 .AddTraceSource ( "Output", |
43 .AddTraceSource ( "Output", |
44 "The bool that serves as output for this probe", |
44 "The bool that serves as output for this probe", |
45 MakeTraceSourceAccessor (&BooleanProbe::m_output)) |
45 MakeTraceSourceAccessor (&BooleanProbe::m_output), |
|
46 "ns3::TracedValue::BoolCallback") |
46 ; |
47 ; |
47 return tid; |
48 return tid; |
48 } |
49 } |
49 |
50 |
50 BooleanProbe::BooleanProbe () |
51 BooleanProbe::BooleanProbe () |