Time Delta
Jump to navigation
Jump to search
Added in 3.10
Compute system time differences and provide statistics upon completion. This block computes the difference between the current system time and a defined PDU key previously added (e.g.: by by the add_system_time block). This is useful for benchmarking PDU operations. The block also maintains running estimates of mean and variance, accessible by getters and printed when the flowgraph is stopped.
Parameters
(R): Run-time adjustable
- Time Delta Key
- default: "time_delta_ms"
- Time Key
- default: "system_time"
Messages
Inputs
- pdu
- input message
Outputs
- pdu
- output message
Example Flowgraph
This flowgraph can be found at [1]
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- [2]