JQI Arduino Libraries
Arduino for the modern scientist.
 All Classes Files Functions Variables Typedefs Macros Pages
Public Member Functions | List of all members
SetListBase Class Reference

Parent container class for SetListDevice. More...

#include <SetListArduino.h>

Inheritance diagram for SetListBase:
SetListDevice< Device >

Public Member Functions

 SetListBase ()
 
virtual void executeSetList (int pos)
 
virtual void insertToSetList (int pos, void(*function)(void *, int *), int *params)
 
virtual int getSetListFunc (int pos)
 
virtual int * getSetListParams (int pos)
 
virtual int getSetListLength ()
 
virtual void clearSetList ()
 

Detailed Description

Parent container class for SetListDevice.

SetListBase is just a container for SetListDevice; it does nothing by itself.

See also
SetListDevice()

Constructor & Destructor Documentation

SetListBase::SetListBase ( )

Member Function Documentation

void SetListBase::clearSetList ( )
virtual

Reimplemented in SetListDevice< Device >.

void SetListBase::executeSetList ( int  pos)
virtual

Reimplemented in SetListDevice< Device >.

int SetListBase::getSetListFunc ( int  pos)
virtual

Reimplemented in SetListDevice< Device >.

int SetListBase::getSetListLength ( )
virtual

Reimplemented in SetListDevice< Device >.

int * SetListBase::getSetListParams ( int  pos)
virtual

Reimplemented in SetListDevice< Device >.

void SetListBase::insertToSetList ( int  pos,
void(*)(void *, int *)  function,
int *  params 
)
virtual

Reimplemented in SetListDevice< Device >.


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