BPNGClientLib
Library for accessing the Telemotive data logger devices
Public Member Functions | List of all members
IChannel Struct Referenceabstract

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 mainboard number of device the channel belongs to.
 
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.
 

Detailed Description

Channel interface.


The documentation for this struct was generated from the following file: