Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Active Class Referenceabstract

#include "Active.h"

Inheritance diagram for Active:
Inheritance graph
Collaboration diagram for Active:
Collaboration graph

Public Member Functions

virtual int setData (unsigned char data)=0
 

Static Public Member Functions

static int flush ()
 
- Static Public Member Functions inherited from Device
static void init ()
 
static void destroy ()
 

Additional Inherited Members

- Static Public Attributes inherited from Device
static int pythonPid
 
- Static Protected Attributes inherited from Device
static unsigned char buffer [BUFFER_SIZE]
 

Detailed Description

Represents all devices which will be serving as data sources

Definition at line 11 of file Active.h.

Member Function Documentation

int Active::flush ( )
static

Flush the current data to the device

Definition at line 6 of file Active.cpp.

virtual int Active::setData ( unsigned char  data)
pure virtual

Reads s specific char at a device and returns 0 in case of success or != 0 otherwise

Implemented in Break.


The documentation for this class was generated from the following files: