BPNGClientLib
Library for accessing the Telemotive data logger devices
|
Channel interface. More...
#include <BPNGDefines.h>
Public Member Functions | |
virtual ChannelType | getType () const =0 |
Returns the ChannelType. | |
virtual uint8_t | getIndex () const =0 |
Returns the channel's index. | |
virtual const char * | getName () const =0 |
Returns the channel's name. | |
virtual uint32_t | getMainboardNumber () const =0 |
Returns the channel's package id. | |
virtual uint32_t | getOffset () const =0 |
Returns the channel's offset. | |
virtual BOOL | isMappingActive () const =0 |
Returns whether the channel is mapped. | |
virtual uint8_t | getMappedChannelIndex () const =0 |
Returns the channel's mapped channel index. | |
Channel interface.