Skip to content

Commit 174b512

Browse files
Added "RoundToNearestTimestamp = true" to concentrator settings of template applications.
1 parent d95c41c commit 174b512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Templates/CSharp/AlgorithmTemplate/Framework/MainWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ private void MainWindow_Load(object sender, EventArgs e)
271271
m_concentrator.FramesPerSecond = SystemSettings.FramesPerSecond;
272272
m_concentrator.LagTime = SystemSettings.LagTime;
273273
m_concentrator.LeadTime = SystemSettings.LeadTime;
274+
m_concentrator.RoundToNearestTimestamp = true;
274275
m_concentrator.Start();
275276

276277
m_subscriber = new Subscriber(m_concentrator);

0 commit comments

Comments
 (0)