CARMA C++
sza::antenna::control::Date Class Reference

Class to encapsulate a date. More...

#include <carma/antenna/sza/antenna/control/Date.h>

Public Member Functions

void convertMjdUtcToDate (double utc)
 Convert from MJD to broken-down calendar date. More...
 
 Date ()
 Constructor function just intializes the date fields by calling reset(), below. More...
 
int getYear ()
 Return the year. More...
 
void reset ()
 Intialize the date fields to zero. More...
 

Detailed Description

Class to encapsulate a date.

This class is a wrapper around a DASI-style Date struct which we need to call various sza::array methods.

Definition at line 26 of file Date.h.

Constructor & Destructor Documentation

sza::antenna::control::Date::Date ( )

Constructor function just intializes the date fields by calling reset(), below.

Member Function Documentation

void sza::antenna::control::Date::convertMjdUtcToDate ( double  utc)

Convert from MJD to broken-down calendar date.

Exceptions
Exception
int sza::antenna::control::Date::getYear ( )

Return the year.

void sza::antenna::control::Date::reset ( )

Intialize the date fields to zero.


The documentation for this class was generated from the following file: