mpiMapCreate
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiMapCreate(MPIMap *map, MPIControl control, const char *fileName);
Required Header: map.h
Change History: Added in 04.00.
Description
mpiMapCreate creates an MPIMap object. mpiMapCreate is the equivalent of a C++ constructor.
mpiMap | A pointer to an MPIMap handle. |
---|---|
control | An MPIControl object handle. |
fileName | The filename for the controller firmware map file. If fileName is NULL, the MPI attempts to locate the default map file if the default map file is not found. |
See Also