The H.100/H.110 library enables the host application to configure and control the H.100/H.110 switch fabric. It is compatible with the MVIP-95 software standards with some extensions. The H.100/H.110 manager provides the interface from the host to the H.100/H.110 switching control interface on the TX board. The H.100/H.110 manager translates requests from the host through the CPI H.100/H.110 control channel into low-level driver requests. A response is returned over the same CPI channel for each request received.
The mvipapi.h include file provides H.100/H.110 function prototypes. Refer to the t1demo source code for a working example of using the H.100/H.110 library.
To open the H.100/H.110 library, call TxMvipOpen before calling any other functions for a particular board. To close the H.100/H.110 library, call TxMvipClose.
Note: Use the TX SWI library instead of the H.100/H.110 library to control switching. Refer to Accessing TX boards using the TX SWI library for more information.