TimedStream (how to) #1678
-
Hi Phil, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just look at the class documentation: there are several way to achieve this. Either define the start time in the constructor or by calling the corresponding methods. Just wrap the output class with the TimedStream, define the start and send the output to the TimedStream... |
Beta Was this translation helpful? Give feedback.
Just look at the class documentation: there are several way to achieve this. Either define the start time in the constructor or by calling the corresponding methods.
Just wrap the output class with the TimedStream, define the start and send the output to the TimedStream...