pageBar/src/erbusy.c File Reference

#include <liberipc/eripc.h>
#include <liberipc/eripcbusyd.h>

Go to the source code of this file.

Functions

void erbusy_init ()
static void erbusy_request (eCcBusyState busy)
void erbusy_off ()
void erbusy_blink ()
void erbusy_on ()
void erbusy_shutdown ()

Variables

static erClientChannel_t erbusyChannel


Detailed Description

Copyright (C) 2005-2008 iRex Technologies B.V. All rights reserved.

Copyright (C) 2006 iRex Technologies

Definition in file erbusy.c.


Function Documentation

void erbusy_blink ( void   ) 

Definition at line 53 of file erbusy.c.

00054 {
00055     erbusy_request(ccBusyState_Blink);
00056 }

Here is the call graph for this function:

void erbusy_init (  ) 

Open communication channel with erbusy deamon counts on the fact that erbusy is running

Returns:
void

Definition at line 34 of file erbusy.c.

00035 {
00036     //CL_IPCPRINTF("entry");
00037     erIpcStartClient(ER_BUSYD_CHANNEL, &erbusyChannel);
00038 }

Here is the call graph for this function:

void erbusy_off ( void   ) 

request from contentlister

Returns:
-

Definition at line 48 of file erbusy.c.

00049 {
00050     erbusy_request(ccBusyState_Off);
00051 }

Here is the call graph for this function:

void erbusy_on ( void   ) 

Definition at line 58 of file erbusy.c.

00059 {
00060     erbusy_request(ccBusyState_On);
00061 }

Here is the call graph for this function:

static void erbusy_request ( eCcBusyState  busy  )  [static]

Definition at line 41 of file erbusy.c.

00042 {
00043     //CL_IPCPRINTF("entry %d", busy);
00044     busySetBusy(erbusyChannel, busy);
00045     return;
00046 }

Here is the call graph for this function:

void erbusy_shutdown ( void   ) 

Definition at line 63 of file erbusy.c.

00064 {
00065     erbusy_request(ccBusyState_Shutdown);
00066 }

Here is the call graph for this function:


Variable Documentation

Definition at line 32 of file erbusy.c.


Generated on Sun Dec 14 17:15:16 2008 by  doxygen 1.5.6