Shivanand Gowda / InternalRTC

Dependents:   Internal_RTC

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RTC.h Source File

RTC.h

00001 
00002 /**
00003  ******************************************************************************
00004  * @file    APSEPM207LV.h
00005  * @author  Shivanand Gowda 
00006  * @version V1.0.0
00007  * @date    06 June 2018
00008  * @brief   This file contains the class of a APSEPM207LV thermal control component
00009  ******************************************************************************
00010  * @attention
00011  *
00012  * Permission is hereby granted, free of charge, to any person obtaining a copy
00013  * of this software and associated documentation files (the "Software"), to deal
00014  * in the Software without restriction, including without limitation the rights
00015  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
00016  * copies of the Software, and to permit persons to whom the Software is
00017  * furnished to do so, subject to the following conditions:
00018  *
00019  * The above copyright notice and this permission notice shall be included in
00020  * all copies or substantial portions of the Software.
00021  *
00022  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00023  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00024  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
00025  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
00026  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
00027  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
00028  * THE SOFTWARE.
00029  */
00030 
00031 
00032 #ifndef MBED_RTC_H
00033 #define MBED_RTC_H
00034 
00035 
00036 int Date_Time_Setting(struct tm curt,char *str);
00037 int iSetTerminalTime(char *tstring);
00038 int chk_time (char *str);
00039 int chk_date (char *str);
00040 void  Get_Date_Time(char *date_string,char *time_string, char *DTSTRING);
00041 void  Get_Date_Time( char *DTSTRING);
00042 
00043 #endif