Account
Bds::Data Class Reference
This class defines information on a set of data. More... #include <BdsD.h>
Public Member Functions | |
| Data () | |
| Data (DataInfo pdataInfo, BArray< Float64 > pchannelData, BArray< Channel > pchannelInfo) | |
Public Attributes | |
| DataInfo | dataInfo |
| Information on the data. | |
| BArray< Float64 > | channelData |
| The raw channel data in a 2 dimensional array, orders as per channel information in dataInfo. | |
| BArray< Channel > | channelInfo |
| Information on each channel, including instrument responses. | |
Detailed Description
This class defines information on a set of data.Constructor & Destructor Documentation
| Bds::Data::Data | ( | ) |
| Bds::Data::Data | ( | DataInfo | pdataInfo, | |
| BArray< Float64 > | pchannelData, | |||
| BArray< Channel > | pchannelInfo | |||
| ) |
Member Data Documentation
Information on the data.
| BArray<Float64> Bds::Data::channelData |
The raw channel data in a 2 dimensional array, orders as per channel information in dataInfo.
| BArray<Channel> Bds::Data::channelInfo |
Information on each channel, including instrument responses.
The documentation for this class was generated from the following files:
Generated on Thu Mar 20 11:23:35 2008 for BdsApi by
1.5.5 