Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITimeTriggerEvent.cs
1using System;
2
4{
8 public interface ITimeTriggerEvent : IEvent
9 {
16 void CheckTrigger(double t1, double t2, int NrCycles);
17 }
18}
Interface for events that can be triggered by elapsed time.
void CheckTrigger(double t1, double t2, int NrCycles)
Check if event is triggered during a time period.