Last change
on this file since 3848 was
3848,
checked in by ymipsl, 10 years ago
|
Add XIOS in Aquaplanet configuration.
YM
|
File size:
1.3 KB
|
Line | |
---|
1 | #ifndef __XMLIO_CD360Calendar__ |
---|
2 | #define __XMLIO_CD360Calendar__ |
---|
3 | |
---|
4 | /// xios headers /// |
---|
5 | #include "xmlioserver_spl.hpp" |
---|
6 | #include "calendar.hpp" |
---|
7 | |
---|
8 | namespace xios |
---|
9 | { |
---|
10 | /// ////////////////////// Déclarations ////////////////////// /// |
---|
11 | class CD360Calendar : public CCalendar |
---|
12 | { |
---|
13 | /// Typedef /// |
---|
14 | typedef CCalendar SuperClass; |
---|
15 | |
---|
16 | public : |
---|
17 | |
---|
18 | /// Constructeur /// |
---|
19 | CD360Calendar(void); // Not implemented yet. |
---|
20 | CD360Calendar(const StdString & dateStr); |
---|
21 | CD360Calendar(const StdString & dateStr,const StdString & timeOriginStr); |
---|
22 | CD360Calendar(int yr = 0, int mth = 1, int d = 1, |
---|
23 | int hr = 0, int min = 0, int sec = 0); |
---|
24 | CD360Calendar(const CD360Calendar & calendar); // Not implemented yet. |
---|
25 | CD360Calendar(const CD360Calendar * calendar); // Not implemented yet. |
---|
26 | |
---|
27 | /// Accesseurs /// |
---|
28 | virtual int getYearTotalLength(const CDate & date) const; |
---|
29 | virtual int getMonthLength(const CDate & date) const; |
---|
30 | virtual StdString getType(void) const; |
---|
31 | |
---|
32 | /// Destructeur /// |
---|
33 | virtual ~CD360Calendar(void); |
---|
34 | |
---|
35 | }; // class CD360Calendar |
---|
36 | |
---|
37 | } // namespace xmlioserver |
---|
38 | |
---|
39 | #endif // __XMLIO_CD360Calendar__ |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.