User Tools

Site Tools


eeros_architecture:control_system:custom_blocks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
eeros_architecture:control_system:custom_blocks [2018/11/13 10:52] – [How Many Inputs and Outputs?] grafeeros_architecture:control_system:custom_blocks [2018/11/13 10:59] – [What Kind of Signals?] graf
Line 10: Line 10:
 Depending on the type of the signals you will design your class as a template class or you will define it with a given type. Depending on the type of the signals you will design your class as a template class or you will define it with a given type.
  
 +==== How to Handle the Timestamp ====
 +If your block is not time dependent, you will simply set the timestamp of the output to the same value as the timestamp of the input. If sampling time matters, you will have to calculate the timestamp of the output from the timestamp of the input and inner workings of your block. \\
 +
 +There are cases that your blocks produces signals which do not depend on input signals from other blocks. It might generate its output signals from various other sources and will set its timestamp to a actual system time, or the time the original source signal was generated. 
eeros_architecture/control_system/custom_blocks.txt · Last modified: 2021/07/08 19:37 by ursgraf