277 lines
11 KiB
HTML
277 lines
11 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=iso-8859-1">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
|
<title>Documentation VISION (VAPI) : MEM Interface</title>
|
|
</head>
|
|
|
|
<body background="../images/conc2.gif" bgcolor="#FFFFFF">
|
|
<div align="center"><center>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td align="center" width="17%"><a href="in.htm"><img
|
|
src="../images/cprev.jpg" alt="Chapitre précédent"
|
|
border="0" hspace="2" width="46" height="26"></a><a
|
|
href="index.htm"><img src="../images/csom.jpg"
|
|
alt="Retour au sommaire" border="0" hspace="2" width="32"
|
|
height="27"></a><a href="struct.htm"><img
|
|
src="../images/csuiv.jpg" alt="Chapitre suivant"
|
|
border="0" hspace="2" width="43" height="26"></a></td>
|
|
<td align="center" valign="top" rowspan="2" width="8%"><p
|
|
align="center"><img src="../images/icoprinc.gif"
|
|
width="59" height="71"></p>
|
|
</td>
|
|
<td width="33%"><p align="center"><font color="#0000FF"
|
|
size="5"><strong>Documentation </strong><em><strong>VISION
|
|
(VAPI)</strong></em></font></p>
|
|
</td>
|
|
<td align="center" valign="top" rowspan="2" width="8%"><p
|
|
align="center"><img src="../images/icointro.gif"
|
|
width="59" height="71"></p>
|
|
</td>
|
|
<td valign="top" width="17%"><p align="left">Dernière
|
|
mise à jour : <!--webbot bot="Timestamp" startspan
|
|
s-type="EDITED" s-format="%d/%m/%y" -->04/01/02<!--webbot
|
|
bot="Timestamp" i-checksum="12484" endspan --></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="17%"><p align="center"><a
|
|
href="..\..\..\download/dvldv.zip">Télécharger la doc</a></p>
|
|
</td>
|
|
<td width="33%"><p align="center"><font size="4"><strong>MEM
|
|
INTERFACE</strong></font></p>
|
|
</td>
|
|
<td align="center" width="17%"> <!--webbot
|
|
bot="HTMLMarkup" startspan --><A HREF="http://www.estat.com/getstats?serial=1390118421">
|
|
<IMG SRC="http://perso.estat.com/cgi-bin/perso/1390118421?page=DocVisionLDV"
|
|
BORDER=0></A>
|
|
<!--webbot
|
|
bot="HTMLMarkup" endspan --></td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
|
|
<hr>
|
|
<div align="center"><center>
|
|
|
|
<table border="2" width="100%">
|
|
<tr>
|
|
<td align="center" colspan="2"><strong>Résumé</strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Préfixe de l'interface</strong></td>
|
|
<td width="85%">Me</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Nombre de fonctions</strong></td>
|
|
<td width="85%">3</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Description</strong></td>
|
|
<td width="85%">Ensemble de fonctions permettant de
|
|
manipuler des zones mémoires, plutôt orienté image.</td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
|
|
<p> </p>
|
|
<div align="center"><center>
|
|
|
|
<table border="2" width="100%">
|
|
<tr>
|
|
<td width="15%"><a name="MeSCopyMemory8"></a><strong>Prototype</strong></td>
|
|
<td width="85%">void cdecl <strong>MeSCopyMemory8</strong>(char
|
|
*dst, char *src, unsigned long nb_elems_dst, unsigned
|
|
long nb_elems_src)</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Paramètres</strong></td>
|
|
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
|
la zone mémoire à écrire<br>
|
|
<strong>[IN]</strong> src : Pointeur sur la zone mémoire
|
|
à recopier<br>
|
|
<strong>[OUT]</strong> nb_elems_dst : Nombre d'éléments
|
|
8 bits contenus dans la zone de destination<br>
|
|
<strong>[IN]</strong> nb_elems_src : Nombre d'éléments
|
|
8 bits contenus dans la zone à recopier</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Retour</strong></td>
|
|
<td width="85%">Aucun</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Description</strong></td>
|
|
<td width="85%">Recopie une zone mémoire constituée
|
|
d'elements 8 bits en respectant le facteur d'échelle
|
|
donné par le nombre d'éléments de chaque zone. Très
|
|
pratique pour effectuer des changements d'echelle sur une
|
|
ligne. Ne gère pas le chevauchement des zones source et
|
|
destination.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Remarques</strong></td>
|
|
<td width="85%">Bien que le nombre d'éléments soit
|
|
codé sur un entier 32 bits, ce nombre d'éléments ne
|
|
doit pas dépasser 65535 pour des raisons d'optimisation
|
|
interne sur le facteur d'échelle. Si un CPU 030 ou
|
|
supérieur est détecté, <em><strong>VISION</strong></em>
|
|
utilise automatiquement une routine plus optimisée.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Version VAPI</strong></td>
|
|
<td width="85%">1.02 ou supérieure</td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
|
|
<p> </p>
|
|
<div align="center"><center>
|
|
|
|
<table border="2" width="100%">
|
|
<tr>
|
|
<td width="15%"><a name="MeSCopyMemory16"></a><strong>Prototype</strong></td>
|
|
<td width="85%">void cdecl <strong>MeSCopyMemory16</strong>(char
|
|
*dst, char *src, unsigned long nb_elems_dst, unsigned
|
|
long nb_elems_src)</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Paramètres</strong></td>
|
|
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
|
la zone mémoire à écrire<br>
|
|
<strong>[IN]</strong> src : Pointeur sur la zone mémoire
|
|
à recopier<br>
|
|
<strong>[OUT]</strong> nb_elems_dst : Nombre d'éléments
|
|
16 bits contenus dans la zone de destination<br>
|
|
<strong>[IN]</strong> nb_elems_src : Nombre d'éléments
|
|
16 bits contenus dans la zone à recopier</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Retour</strong></td>
|
|
<td width="85%">Aucun</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Description</strong></td>
|
|
<td width="85%">Recopie une zone mémoire constituée
|
|
d'elements 16 bits en respectant le facteur d'échelle
|
|
donné par le nombre d'éléments de chaque zone. Très
|
|
pratique pour effectuer des changements d'echelle sur une
|
|
ligne. Ne gère pas le chevauchement des zones source et
|
|
destination.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Remarques</strong></td>
|
|
<td width="85%">Bien que le nombre d'éléments soit
|
|
codé sur un entier 32 bits, ce nombre d'éléments ne
|
|
doit pas dépasser 32767 pour des raisons d'optimisation
|
|
interne sur le facteur d'échelle. Si un CPU 030 ou
|
|
supérieur est détecté, <em><strong>VISION</strong></em>
|
|
utilise automatiquement une routine plus optimisée.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Version VAPI</strong></td>
|
|
<td width="85%">1.02 ou supérieure</td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
|
|
<p> </p>
|
|
<div align="center"><center>
|
|
|
|
<table border="2" width="100%">
|
|
<tr>
|
|
<td width="15%"><a name="MeSCopyMemory32"></a><strong>Prototype</strong></td>
|
|
<td width="85%">void cdecl <strong>MeSCopyMemory32</strong>(char
|
|
*dst, char *src, unsigned long nb_elems_dst, unsigned
|
|
long nb_elems_src)</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Paramètres</strong></td>
|
|
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
|
la zone mémoire à écrire<br>
|
|
<strong>[IN]</strong> src : Pointeur sur la zone mémoire
|
|
à recopier<br>
|
|
<strong>[OUT]</strong> nb_elems_dst : Nombre d'éléments
|
|
32 bits contenus dans la zone de destination<br>
|
|
<strong>[IN]</strong> nb_elems_src : Nombre d'éléments
|
|
32 bits contenus dans la zone à recopier</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Retour</strong></td>
|
|
<td width="85%">Aucun</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Description</strong></td>
|
|
<td width="85%">Recopie une zone mémoire constituée
|
|
d'elements 32 bits en respectant le facteur d'échelle
|
|
donné par le nombre d'éléments de chaque zone. Très
|
|
pratique pour effectuer des changements d'echelle sur une
|
|
ligne. Ne gère pas le chevauchement des zones source et
|
|
destination.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Remarques</strong></td>
|
|
<td width="85%">Bien que le nombre d'éléments soit
|
|
codé sur un entier 32 bits, ce nombre d'éléments ne
|
|
doit pas dépasser 16383 pour des raisons d'optimisation
|
|
interne sur le facteur d'échelle. Si un CPU 030 ou
|
|
supérieur est détecté, <em><strong>VISION</strong></em>
|
|
utilise automatiquement une routine plus optimisée.</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%"><strong>Version VAPI</strong></td>
|
|
<td width="85%">1.02 ou supérieure</td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
|
|
<p> </p>
|
|
|
|
<hr>
|
|
<div align="center"><center>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td align="center" width="17%"><a href="in.htm"><img
|
|
src="../images/cprev.jpg" alt="Chapitre précédent"
|
|
border="0" hspace="2" width="46" height="26"></a><a
|
|
href="index.htm"><img src="../images/csom.jpg"
|
|
alt="Retour au sommaire" border="0" hspace="2" width="26"
|
|
height="26"></a><a href="struct.htm"><img
|
|
src="../images/csuiv.jpg" alt="Chapitre suivant"
|
|
border="0" hspace="2" width="43" height="26"></a></td>
|
|
<td align="center" valign="top" rowspan="2" width="8%"><p
|
|
align="center"><img src="../images/icoprinc.gif"
|
|
width="59" height="71"></p>
|
|
</td>
|
|
<td width="33%"><p align="center"><font color="#0000FF"
|
|
size="5"><strong>Documentation </strong><em><strong>VISION
|
|
(VAPI)</strong></em></font></p>
|
|
</td>
|
|
<td align="center" valign="top" rowspan="2" width="8%"><p
|
|
align="center"><img src="../images/icointro.gif"
|
|
width="59" height="71"></p>
|
|
</td>
|
|
<td valign="top" width="17%"><p align="left">Dernière
|
|
mise à jour : <!--webbot bot="Timestamp" startspan
|
|
s-type="EDITED" s-format="%d/%m/%y" -->04/01/02<!--webbot
|
|
bot="Timestamp" i-checksum="12484" endspan --></p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="17%"><p align="center"><a
|
|
href="..\..\..\download/dvldv.zip">Télécharger la doc</a></p>
|
|
</td>
|
|
<td width="33%"><p align="center"><font size="4"><strong>MEM
|
|
INTERFACE</strong></font></p>
|
|
</td>
|
|
<td valign="top" width="17%"> </td>
|
|
</tr>
|
|
</table>
|
|
</center></div>
|
|
</body>
|
|
</html>
|