time and date

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

time and date

1,628件の閲覧回数
Seitec
Contributor III
Hello, I have seen time.h head file, and I would like implemented time and data in my project. In the codewarrior 5.9.0 is there only head file with structure? Or is there any *.c file with function. Has anybody experience with this? Thank you :smileyhappy:
ラベル(1)
タグ(1)
0 件の賞賛
返信
2 返答(返信)

555件の閲覧回数
Seitec
Contributor III
Thank you. I will solve time and date with RTC chip for example DS32x35 has anybody some experiance with this problems? How chip is good? Or know anybody better idea how realize time and data? thank you very much
0 件の賞賛
返信

555件の閲覧回数
stanish
NXP Employee
NXP Employee
Seitec,

Indeed there is just header file "time.h" including time/date data types plus API available.
In order to use it you should implement the functions in your own *.c file.

There is some information available in the compiler manual (<CodeWarrior home>\Help\Pdf\Manual_Compiler_HCxx.pdf) "Time Functions"

Stanish