Skip to content

Conversation

@cortlandstarrett
Copy link
Member

This commit adds a throttling mechanism to the Receiver domain. A class is added called 'Throttle' with states 'Receiving' and 'Trottling'. The Throttle toggles between these two states on a 1 Hz timer. In 'Receiving' the terminator service for enabling message reception is invoked. In 'Throttling' the terminator service for disabling message reception is invoked.

A Python script to drive messages has also been added. This makes it convenient to adjust the charactistics of the message stimulus.

This commit adds a throttling mechanism to the Receiver domain.
A class is added called 'Throttle' with states 'Receiving' and
'Trottling'.  The Throttle toggles between these two states on
a 1 Hz timer.  In 'Receiving' the terminator service for enabling
message reception is invoked.  In 'Throttling' the terminator
service for disabling message reception is invoked.

A Python script to drive messages has also been added.  This makes
it convenient to adjust the charactistics of the message stimulus.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants