libtime/clockd Documentation

Author:
Raimo Vuonnala

Introduction

Time management service is a new subsystem to provide a common library for all time-related (not alarms, though) services.

Structure

The following ASCII art describes the architecture.

+-----+  +-----+  +-----+ 
|app 1|  |app 2|  |app 3| applications
---------------------------- libtime.h
       | libtime |
       +---------+
         ^ ^ ^ 
         | | |  
   D-Bus | | | 
         | | |  
         v v v 
       +------+  D-Bus+---+
daemon |clockd!<------!csd!
       +------+       +---+
           |              userland
----------------------------------
           |              kernel
     - systemtime
     - RTC (real time clock)
     - timezone

Components

clockd

libtime

csd

clocktest

SVN

All stuff is in repo dms, subdir clockd

This document was made with command

  make doc; (cd doc/latex; make)

Generated on Tue Feb 24 16:21:35 2009 for libtime/clockd by  doxygen 1.5.1