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:
385 bytes
|
Line | |
---|
1 | /* Include_file contenant les fonctions de codage/decodage EROS1 */
|
---|
2 |
|
---|
3 | #ifndef NOMFITS_H_SEEN
|
---|
4 | #define NOMFITS_H_SEEN
|
---|
5 |
|
---|
6 | #ifdef __cplusplus
|
---|
7 | extern "C" {
|
---|
8 | #endif
|
---|
9 |
|
---|
10 | int CodeFitsName(char const* nom);
|
---|
11 | char * DecodeNumPhoto(int num, char* nom);
|
---|
12 | int CodeFilterName(char const* filtre);
|
---|
13 | int CodeFilterName2(char const* nom,int* champ,int* coul,int* ccd);
|
---|
14 |
|
---|
15 | #ifdef __cplusplus
|
---|
16 | }
|
---|
17 | #endif
|
---|
18 |
|
---|
19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.