BaseCamera is the base class of Camera classes. More...
#include <alrobotmodel.h>
Public Member Functions | |
BaseCamera () | |
creates an empty BaseCamera, you should not use this. | |
~BaseCamera () | |
destructor | |
virtual int | bufferSize () const =0 |
returns the maximum size of the buffer of a measure from the Sensor in bits. |
BaseCamera is the base class of Camera classes.
Definition at line 1029 of file alrobotmodel.h.
creates an empty BaseCamera, you should not use this.