TimerPlugin.Channel

Contained state of a channel, so that there can be several alongside each other.

class TimerPlugin
private static
struct Channel {}

Members

Variables

channelName
string channelName;

Name of the channel.

messageCount
ulong messageCount;

Current message count.

timerPointers
Timer*[string] timerPointers;

Pointers to Timers in TimerPlugin.timersByChannel.