BdsApi 3.1.4
This is the Blacknest BDS API.
|
This holds information on a Sensor data format. More...
#include <BdsD.h>
Public Member Functions | |
DataFormat (BList< BString > names=BList< BString >(), BInt32 dataRead=0, BInt32 dataWrite=0, BInt32 metadataRead=0, BInt32 metadataWrite=0, BString extension=BString(), BString description=BString()) | |
Public Attributes | |
BList< BString > | names |
The format names. More... | |
BInt32 | dataRead |
Ability to read Sensor data. More... | |
BInt32 | dataWrite |
Ability to write Sensor data. More... | |
BInt32 | metadataRead |
MetaData read supported. More... | |
BInt32 | metadataWrite |
MetaData write supported. More... | |
BString | extension |
Default filename extension. More... | |
BString | description |
The description. More... | |
This holds information on a Sensor data format.
It is used by the BDS data convertors to define which data formats they support.
Bds::DataFormat::DataFormat | ( | BList< BString > | names = BList<BString >() , |
BInt32 | dataRead = 0 , |
||
BInt32 | dataWrite = 0 , |
||
BInt32 | metadataRead = 0 , |
||
BInt32 | metadataWrite = 0 , |
||
BString | extension = BString() , |
||
BString | description = BString() |
||
) |
BInt32 Bds::DataFormat::metadataRead |
MetaData read supported.
BInt32 Bds::DataFormat::metadataWrite |
MetaData write supported.
BString Bds::DataFormat::extension |
Default filename extension.
BString Bds::DataFormat::description |
The description.