BPNGClientLib
Library for accessing the Telemotive data logger devices
|
FormatInfo interface. More...
#include <BPNGDefines.h>
Public Member Functions | |
virtual const char * | getFormatId () const =0 |
Returns the FormatId. | |
virtual const char * | getName (const char *language) const =0 |
Returns the format's description name in the language passed as ISO 639-1 language code ("en", "de", etc.) | |
virtual BOOL | isMultipleChannelSupport () const =0 |
Returns whether the format supports multiple channels in one output file. | |
virtual BOOL | isBinaryFormat () const =0 |
Returns whether the format is binary. | |
virtual const char * | getExtension () const =0 |
Returns the format's default extension. | |
virtual int | getNumSupportedChannelTypes () const =0 |
Returns the number of supported channel types. | |
virtual ChannelType | getChannelType (int index) const =0 |
Returns one supported ChannelType. | |
virtual const char * | getRequiredLicense () const =0 |
Returns the required license for the format, an empty string for free formats. | |
FormatInfo interface.