improved comments
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* \file dcftime.h
|
||||
* \brief Decoder for DCF-77 time signals
|
||||
* \author Ronald Schaten & Thomas Stegemann
|
||||
* \version $Id: dcftime.h,v 1.1 2007/01/02 21:30:40 rschaten Exp $
|
||||
* \version $Id: dcftime.h,v 1.2 2007/01/03 12:38:55 rschaten Exp $
|
||||
*
|
||||
* License: See documentation.
|
||||
*/
|
||||
@@ -100,7 +100,7 @@ void dcf_init(void);
|
||||
* the received bit is a long or a short one, and if it is usable at all. It
|
||||
* should be called regularly, the number of calls per second is defined in
|
||||
* DCF_RATE.
|
||||
* \param signal: True if the input signal is high, False if it is low.
|
||||
* \param signal True if the input signal is high, False if it is low.
|
||||
*/
|
||||
void dcf_signal(boolean signal);
|
||||
|
||||
@@ -112,14 +112,14 @@ dcf_datetime dcf_current_datetime(void);
|
||||
|
||||
/**
|
||||
* Get the name of the current weekday.
|
||||
* \param dow: Day of the current week. Monday = 1, tuesday = 2...
|
||||
* \param dow Day of the current week. Monday = 1, tuesday = 2...
|
||||
* \return Pointer to the name
|
||||
*/
|
||||
const char* dcf_dayofweek_name(dcf_dayofweek dow);
|
||||
|
||||
/**
|
||||
* Get the name of the current daylight saving time (summertime, wintertime).
|
||||
* \param dst: daylight saving time bit from the time signal
|
||||
* \param dst daylight saving time bit from the time signal
|
||||
* \return Pointer to the name
|
||||
*/
|
||||
const char* dcf_is_dst_name(dcf_is_dst dst);
|
||||
|
||||
Reference in New Issue
Block a user