User Tools

Site Tools


eeros_architecture:control_system:time_domains

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:time_domains [2017/03/24 10:45] – [Catching Faults in Time Domains] grafeeros_architecture:control_system:time_domains [2017/04/07 12:43] – [Time domains] graf
Line 13: Line 13:
 </code> </code>
 Finally, you have to add the time domain to the executor, refer to [[eeros_architecture:control_system:executor|]]. Finally, you have to add the time domain to the executor, refer to [[eeros_architecture:control_system:executor|]].
 +If a block no longer has to run - this could be the case for blocks used solely for initializing - it can be removed with
 +<code cpp>
 +  td.removeBlock(const1);
 +</code>
 +
 ===== Time Stamps ===== ===== Time Stamps =====
 Each signals's value will be marked with a timestamp, indicating the exact time corresponding to the value of the represented physical quantity. This is for instance when the value was captured or generated.  Each signals's value will be marked with a timestamp, indicating the exact time corresponding to the value of the represented physical quantity. This is for instance when the value was captured or generated. 
eeros_architecture/control_system/time_domains.txt · Last modified: 2021/05/16 15:27 by ursgraf