]> vaikene.ee Git - evaf/commit
Added a small utility that converts date/time values
authorEnar Vaikene <enar.vaikene@logica.com>
Wed, 18 Jul 2012 16:53:17 +0000 (18:53 +0200)
committerEnar Vaikene <enar.vaikene@logica.com>
Wed, 18 Jul 2012 16:53:17 +0000 (18:53 +0200)
commit84f796df7f84e8e13efb68bbe1cb9f5c804c2228
tree71f41e47640e2ebf4084b646be7e5fb7e52cd298
parentfd3633df6c6a527ea2af8a4beddcf17f06eccc34
Added a small utility that converts date/time values
to and from 4+2 bytes CUC format. Epoch can be freely
entered and has two preset values: standard UNIX time
and Galileo epoch.
src/apps/CMakeLists.txt
src/apps/ScosTime/CMakeLists.txt [new file with mode: 0644]
src/apps/ScosTime/gui.cpp [new file with mode: 0644]
src/apps/ScosTime/gui.h [new file with mode: 0644]
src/apps/ScosTime/lib.h [new file with mode: 0644]
src/apps/ScosTime/version.h [new file with mode: 0644]
src/apps/ScosTime/version.rc [new file with mode: 0644]