void __4_4_14_1__IEEE_802_1Qav_Credit_Based_Traffic_Shaper() {
    /**
     * @group:       	4.4.14.1 IEEE 802.1Qav Credit-Based Traffic Shaper
     *
     * @description:	The traffic shaper is used to meter high priority (AVB) egress traffic as determined by the reserved bandwidth of the SR
     *					class traffic. A separate traffic shaper is available at the egress of each priority queue at each port. If a port is configured
     *					for four queues, then the two highest priority queues may be used for SR traffic classes. If a port is configured for two
     *					queues, then the highest priority queue (1) may be used for the SR traffic class. The lower priority queue(s) are used
     *					for “best effort” class traffic and are configured for strict priority scheduling, with the traffic shaper disabled for these
     *					queues.
     *					The traffic shaper is more sophisticated than the traditional “leaky bucket” rate limiting feature described earlier. A cer-
     *					tain percentage of a port's bandwidth may be reserved for an AVB stream reservation (SR) traffic class. The traffic
     *					shaper may be configured for the reserved bandwidth, allowing the queue to egress packets at a rate up to but not
     *					exceeding this bandwidth. The queue may accumulate “credits” if an egress packet is delayed by a packet egressing
     *					from another queue. Accumulated credits may be used to permit catching up, in order to maintain an average rate.
     *					If a traffic class supported by the credit-based shaper uses less than the bandwidth allocated to it, then the unused band-
     *					width can be used by other traffic classes, in accordance with the relative priorities of the traffic classes and the trans-
     *					mission queuing algorithms associated with them.
     *
     */
}