Bds::DataFormat Class Reference

This holds information on a data format. More...

#include <BdsD.h>

List of all members.

Public Member Functions

 DataFormat (BList< BString > pnames=BList< BString >(), BString pdescription=BString(), BInt32 pread=BInt32(), BInt32 pwrite=BInt32(), BInt32 psensorData=BInt32(), BInt32 pmetaData=BInt32(), BString pextension=BString())

Public Attributes

BList< BString > names
 The format names.
BString description
 The description.
BInt32 read
 Ability to read.
BInt32 write
 Ability to write.
BInt32 sensorData
 Sensor Data storage supported.
BInt32 metaData
 MetaData storage supported.
BString extension
 Default filename extension.


Detailed Description

This holds information on a data format.


Constructor & Destructor Documentation

Bds::DataFormat::DataFormat ( BList< BString >  pnames = BList< BString >(),
BString  pdescription = BString(),
BInt32  pread = BInt32(),
BInt32  pwrite = BInt32(),
BInt32  psensorData = BInt32(),
BInt32  pmetaData = BInt32(),
BString  pextension = BString() 
)


Member Data Documentation

BString Bds::DataFormat::description

The description.

BString Bds::DataFormat::extension

Default filename extension.

BInt32 Bds::DataFormat::metaData

MetaData storage supported.

BList<BString > Bds::DataFormat::names

The format names.

BInt32 Bds::DataFormat::read

Ability to read.

BInt32 Bds::DataFormat::sensorData

Sensor Data storage supported.

BInt32 Bds::DataFormat::write

Ability to write.


The documentation for this class was generated from the following files:
Generated on Thu Oct 21 15:26:55 2010 for BdsApi by  doxygen 1.4.7