BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
Bds::DataFormat Class Reference

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< BStringnames
 The format names.
 
BInt32 dataRead
 Ability to read Sensor data.
 
BInt32 dataWrite
 Ability to write Sensor data.
 
BInt32 metadataRead
 MetaData read supported.
 
BInt32 metadataWrite
 MetaData write supported.
 
BString extension
 Default filename extension.
 
BString description
 The description.
 

Detailed Description

This holds information on a Sensor data format.

It is used by the BDS data convertors to define which data formats they support.

Constructor & Destructor Documentation

◆ DataFormat()

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() 
)

Member Data Documentation

◆ names

BList<BString > Bds::DataFormat::names

The format names.

◆ dataRead

BInt32 Bds::DataFormat::dataRead

Ability to read Sensor data.

◆ dataWrite

BInt32 Bds::DataFormat::dataWrite

Ability to write Sensor data.

◆ metadataRead

BInt32 Bds::DataFormat::metadataRead

MetaData read supported.

◆ metadataWrite

BInt32 Bds::DataFormat::metadataWrite

MetaData write supported.

◆ extension

BString Bds::DataFormat::extension

Default filename extension.

◆ description

BString Bds::DataFormat::description

The description.


The documentation for this class was generated from the following files: