(Page 8 of 11 in this chapter)
4.7 Stream Speed Configuration
The following table lists when to use the CT Access Switching service stream speed configuration functions.
If you want to...
Then use this function...
Identify all H-MVIP streams operating at one specified speed
swiGetStreamsBySpeed
Configure the speed of one or more streams of the H-MVIP bus
swiConfigStreamSpeed
These functions are used to query and configure the speed of an H-MVIP stream on an H-MVIP bus. The speed is specified in millions of bits per second.
These functions can be used to configure parts of the H-MVIP bus to be compatible with the MVIP bus. MVIP-90 compatible hardware can then be used on the H-MVIP bus while other parts of the bus can be used with higher speed hardware. This example code shows how to configure H-MVIP streams to be compatible with MVIP-90 streams.
/* Configure certain H-MVIP streams to be compatible with MVIP-90 streams */
void myConfigHMVIPtoMVIP90(SWIHD hd, DWORD streams[], unsigned count)
{
swiConfigStreamSpeed
(hd, MVIP95_2MBPS_STREAM_SPEED, streams, count);
}
(Page 8 of 11 in this chapter)
Tech_Support@nmss.com
Copyright © 1996, Natural MicroSystems, Inc. All rights reserved.