TracedValue Callback function types. More...
Typedefs | |
typedef void(* | DataRate) (DataRate oldValue, DataRate newValue) |
TracedValue callback signature for DataRate. | |
typedef void(* | EcnState) (const TcpSocketState::EcnState_t oldValue, const TcpSocketState::EcnState_t newValue) |
TracedValue Callback signature for EcnState_t. | |
typedef void(* | SequenceNumber32) (SequenceNumber32 oldValue, SequenceNumber32 newValue) |
TracedValue callback signature for SequenceNumber32. | |
typedef void(* | TcpCongState) (const TcpSocketState::TcpCongState_t oldValue, const TcpSocketState::TcpCongState_t newValue) |
TracedValue Callback signature for TcpCongState_t. | |
typedef void(* | Time) (Time oldValue, Time newValue) |
TracedValue callback signature for Time. | |
typedef void(* | Void) () |
TracedValue Callback signature for void. | |
TracedValueCallback Signatures for POD. | |
typedef void(* | Bool) (bool oldValue, bool newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Int8) (int8_t oldValue, int8_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Uint8) (uint8_t oldValue, uint8_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Int16) (int16_t oldValue, int16_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Uint16) (uint16_t oldValue, uint16_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Int32) (int32_t oldValue, int32_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Uint32) (uint32_t oldValue, uint32_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Int64) (int64_t oldValue, int64_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Uint64) (uint64_t oldValue, uint64_t newValue) |
TracedValue Callback signature for POD. | |
typedef void(* | Double) (double oldValue, double newValue) |
TracedValue Callback signature for POD. | |
TracedValue Callback function types.
typedef void(* ns3::TracedValueCallback::Bool) (bool oldValue, bool newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 71 of file traced-value.h.
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 80 of file traced-value.h.
typedef void(* ns3::TracedValueCallback::Int16) (int16_t oldValue, int16_t newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 74 of file traced-value.h.
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 76 of file traced-value.h.
typedef void(* ns3::TracedValueCallback::Int64) (int64_t oldValue, int64_t newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 78 of file traced-value.h.
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 72 of file traced-value.h.
TracedValue callback signature for Time.
[in] | oldValue | Original value of the traced variable |
[in] | newValue | New value of the traced variable |
typedef void(* ns3::TracedValueCallback::Uint16) (uint16_t oldValue, uint16_t newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 75 of file traced-value.h.
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 77 of file traced-value.h.
typedef void(* ns3::TracedValueCallback::Uint64) (uint64_t oldValue, uint64_t newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 79 of file traced-value.h.
typedef void(* ns3::TracedValueCallback::Uint8) (uint8_t oldValue, uint8_t newValue) |
TracedValue Callback signature for POD.
[in] | oldValue | original value of the traced variable |
[in] | newValue | new value of the traced variable |
Definition at line 73 of file traced-value.h.
typedef void(* ns3::TracedValueCallback::Void) () |
TracedValue Callback signature for void.
Definition at line 83 of file traced-value.h.