Results 2 issues of Stephen Schueth

* Modified `bus.py` to include an optional argument, `period_intra`, in `send_periodic` and `_send_periodic_internal` * Implemented `VariableCyclicTaskRateABC` within `broadcastmanager.py` to be inherited by `ThreadBasedCyclicTask` * Added attributes to `CyclicSendTaskABC` to help...

## Problem Description: ### 1. Transmit a group of messages with a Group Period and intra-Message Period When transmitting a group of messages with `send_periodic()`, the only option is to...

enhancement