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