source: Sophya/trunk/SophyaExt/FitsIOServer/fiosinit.h@ 3641

Last change on this file since 3641 was 3493, checked in by ansari, 17 years ago

1/ Ajout methodes FitsArrayHandler<T>::ReadAtOffset() WriteAtOffset() pour lecture/ecriture de tableaux <> HDU IMAGE par morceaux
2/ Ajout entete commentaire avec copyright LAL+DAPNIA dans les fichiers .h

Reza 30/04/2008

  • Property svn:executable set to *
File size: 626 bytes
Line 
1/*
2 --- SOPHYA software - FitsIOServer module ---
3 Guy Le Meur, R. Ansari , 2000-2006
4 (C) UPS+LAL IN2P3/CNRS (C) DAPNIA-SPP/CEA
5*/
6// Classe d'initialiseur du module FitsIOServer
7
8#ifndef FITSIOSERVERINIT_H_SEEN
9#define FITSIOSERVERINIT_H_SEEN
10
11
12// Classe d''initialisation pour les modules de SOPHYA
13#include "sophyainit.h"
14
15namespace SOPHYA {
16
17class FitsIOServerInitiator : public SophyaInitiator {
18private:
19 static int FgInit;
20public:
21 FitsIOServerInitiator();
22 virtual ~FitsIOServerInitiator();
23};
24
25#define FitsIOServerInit() FitsIOServerInitiator fitsiosrvinit
26
27
28} // namespace SOPHYA
29
30#endif
31
Note: See TracBrowser for help on using the repository browser.