(Page 3 of 4 in this chapter)


6.2 Stream Speed Configuration

The following table lists when to use the Switching service stream speed configuration functions:

If you want to...

Then use...

Identify all H.100 streams operating at one specified speed

swiGetStreamsBySpeed

Configure the speed of one or more streams of the H.100 bus

swiConfigStreamSpeed

These functions are used to query and configure the speed of an H.100 stream on an H.100 bus. The speed is specified in millions of bits per second.

These functions can be used to configure parts of the H.100 bus to be compatible with the MVIP bus. MVIP-90 compatible hardware can then be used on the H.100 bus while other parts of the bus can be used with higher speed hardware. This example code shows how to configure H.100 streams to be compatible with MVIP-90 streams.

/* Configure certain H.100 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 3 of 4 in this chapter)


tech_support@nmss.com
Copyright © 1997, Natural MicroSystems, Inc. All rights reserved.