source: Sophya/trunk/FrEROS/AnaLC/convlim.h@ 3324

Last change on this file since 3324 was 3308, checked in by ansari, 18 years ago

Creation du module AnaLC (lecture suivi EROS avec SOPHYA) dans la base
SOPHYA - cmv+reza 22/08/2007

  • Property svn:executable set to *
File size: 302 bytes
Line 
1/* Quelques fonctions de conversion float - > short */
2/* Reza - CMV 94 */
3
4#ifndef CONVLIM_H_SEEN
5#define CONVLIM_H_SEEN
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11short LimitShort(float x);
12unsigned short LimitUShort(float x);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
19
Note: See TracBrowser for help on using the repository browser.