moved from dev to prod
This commit is contained in:
@@ -1,276 +0,0 @@
|
||||
<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<70>c<EFBFBD>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<EFBFBD>re
|
||||
mise <20> 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<EFBFBD>l<EFBFBD>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<EFBFBD>sum<EFBFBD></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="15%"><strong>Pr<EFBFBD>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<75>t orient<6E> 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<EFBFBD>tres</strong></td>
|
||||
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
||||
la zone m<>moire <20> <20>crire<br>
|
||||
<strong>[IN]</strong> src : Pointeur sur la zone m<>moire
|
||||
<20> recopier<br>
|
||||
<strong>[OUT]</strong> nb_elems_dst : Nombre d'<27>l<EFBFBD>ments
|
||||
8 bits contenus dans la zone de destination<br>
|
||||
<strong>[IN]</strong> nb_elems_src : Nombre d'<27>l<EFBFBD>ments
|
||||
8 bits contenus dans la zone <20> 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<74>e
|
||||
d'elements 8 bits en respectant le facteur d'<27>chelle
|
||||
donn<6E> par le nombre d'<27>l<EFBFBD>ments de chaque zone. Tr<54>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'<27>l<EFBFBD>ments soit
|
||||
cod<6F> sur un entier 32 bits, ce nombre d'<27>l<EFBFBD>ments ne
|
||||
doit pas d<>passer 65535 pour des raisons d'optimisation
|
||||
interne sur le facteur d'<27>chelle. Si un CPU 030 ou
|
||||
sup<75>rieur est d<>tect<63>, <em><strong>VISION</strong></em>
|
||||
utilise automatiquement une routine plus optimis<69>e.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="15%"><strong>Version VAPI</strong></td>
|
||||
<td width="85%">1.02 ou sup<75>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<EFBFBD>tres</strong></td>
|
||||
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
||||
la zone m<>moire <20> <20>crire<br>
|
||||
<strong>[IN]</strong> src : Pointeur sur la zone m<>moire
|
||||
<20> recopier<br>
|
||||
<strong>[OUT]</strong> nb_elems_dst : Nombre d'<27>l<EFBFBD>ments
|
||||
16 bits contenus dans la zone de destination<br>
|
||||
<strong>[IN]</strong> nb_elems_src : Nombre d'<27>l<EFBFBD>ments
|
||||
16 bits contenus dans la zone <20> 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<74>e
|
||||
d'elements 16 bits en respectant le facteur d'<27>chelle
|
||||
donn<6E> par le nombre d'<27>l<EFBFBD>ments de chaque zone. Tr<54>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'<27>l<EFBFBD>ments soit
|
||||
cod<6F> sur un entier 32 bits, ce nombre d'<27>l<EFBFBD>ments ne
|
||||
doit pas d<>passer 32767 pour des raisons d'optimisation
|
||||
interne sur le facteur d'<27>chelle. Si un CPU 030 ou
|
||||
sup<75>rieur est d<>tect<63>, <em><strong>VISION</strong></em>
|
||||
utilise automatiquement une routine plus optimis<69>e.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="15%"><strong>Version VAPI</strong></td>
|
||||
<td width="85%">1.02 ou sup<75>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<EFBFBD>tres</strong></td>
|
||||
<td width="85%"><strong>[OUT]</strong> dst : Pointeur sur
|
||||
la zone m<>moire <20> <20>crire<br>
|
||||
<strong>[IN]</strong> src : Pointeur sur la zone m<>moire
|
||||
<20> recopier<br>
|
||||
<strong>[OUT]</strong> nb_elems_dst : Nombre d'<27>l<EFBFBD>ments
|
||||
32 bits contenus dans la zone de destination<br>
|
||||
<strong>[IN]</strong> nb_elems_src : Nombre d'<27>l<EFBFBD>ments
|
||||
32 bits contenus dans la zone <20> 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<74>e
|
||||
d'elements 32 bits en respectant le facteur d'<27>chelle
|
||||
donn<6E> par le nombre d'<27>l<EFBFBD>ments de chaque zone. Tr<54>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'<27>l<EFBFBD>ments soit
|
||||
cod<6F> sur un entier 32 bits, ce nombre d'<27>l<EFBFBD>ments ne
|
||||
doit pas d<>passer 16383 pour des raisons d'optimisation
|
||||
interne sur le facteur d'<27>chelle. Si un CPU 030 ou
|
||||
sup<75>rieur est d<>tect<63>, <em><strong>VISION</strong></em>
|
||||
utilise automatiquement une routine plus optimis<69>e.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="15%"><strong>Version VAPI</strong></td>
|
||||
<td width="85%">1.02 ou sup<75>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<70>c<EFBFBD>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<EFBFBD>re
|
||||
mise <20> 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<EFBFBD>l<EFBFBD>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>
|
||||
Reference in New Issue
Block a user