contentLister/src/erbusy.c File Reference

#include <liberipc/eripc.h>
#include <liberipc/eripcbusyd.h>
#include "contentListerLog.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) 2006-2008 iRex Technologies B.V. All rights reserved.

Definition in file erbusy.c.


Function Documentation

void erbusy_blink ( void   ) 

Definition at line 50 of file erbusy.c.

00051 {
00052     erbusy_request(ccBusyState_Blink);
00053 }

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 31 of file erbusy.c.

00032 {
00033     CL_IPCPRINTF("entry");
00034     erIpcStartClient(ER_BUSYD_CHANNEL, &erbusyChannel);
00035 }

Here is the call graph for this function:

void erbusy_off ( void   ) 

request from contentlister

Returns:
-

Definition at line 45 of file erbusy.c.

00046 {
00047     erbusy_request(ccBusyState_Off);
00048 }

Here is the call graph for this function:

void erbusy_on ( void   ) 

Definition at line 55 of file erbusy.c.

00056 {
00057     erbusy_request(ccBusyState_On);
00058 }

Here is the call graph for this function:

static void erbusy_request ( eCcBusyState  busy  )  [static]

Definition at line 38 of file erbusy.c.

00039 {
00040     CL_IPCPRINTF("entry %d", busy);
00041     busySetBusy(erbusyChannel, busy);
00042     return;
00043 }

Here is the call graph for this function:

void erbusy_shutdown ( void   ) 

Definition at line 60 of file erbusy.c.

00061 {
00062     erbusy_request(ccBusyState_Shutdown);
00063 }

Here is the call graph for this function:


Variable Documentation

Definition at line 29 of file erbusy.c.


Generated on Sun Dec 14 17:13:22 2008 by  doxygen 1.5.6