erbrowser/src/erbusy.cpp File Reference

#include <liberipc/eripc.h>
#include <liberipc/eripcbusyd.h>
#include "browserLog.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


Function Documentation

void erbusy_blink ( void   ) 

Definition at line 49 of file erbusy.cpp.

00050 {
00051     erbusy_request(ccBusyState_Blink);
00052 }

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 30 of file erbusy.cpp.

00031 {
00032     BR_IPCPRINTF("entry");
00033     erIpcStartClient(ER_BUSYD_CHANNEL, &erbusyChannel);
00034 }

Here is the call graph for this function:

void erbusy_off ( void   ) 

request from contentlister

Returns:
-

Definition at line 44 of file erbusy.cpp.

00045 {
00046     erbusy_request(ccBusyState_Off);
00047 }

Here is the call graph for this function:

void erbusy_on ( void   ) 

Definition at line 54 of file erbusy.cpp.

00055 {
00056     erbusy_request(ccBusyState_On);
00057 }

Here is the call graph for this function:

static void erbusy_request ( eCcBusyState  busy  )  [static]

Definition at line 37 of file erbusy.cpp.

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

Here is the call graph for this function:

void erbusy_shutdown ( void   ) 

Definition at line 59 of file erbusy.cpp.

00060 {
00061     erbusy_request(ccBusyState_Shutdown);
00062 }

Here is the call graph for this function:


Variable Documentation

Definition at line 28 of file erbusy.cpp.


Generated on Sun Dec 14 17:14:48 2008 by  doxygen 1.5.6