BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches
BdsDataCollate.h
Go to the documentation of this file.
1/*******************************************************************************
2 * BdsDataCollate.h Data File Access
3 * T.Barnaby, BEAM Ltd, 2008-07-29
4 *******************************************************************************
5 */
6#ifndef BdsDataCollate_H
7#define BdsDataCollate_H
8
9#include <BString.h>
10#include <BFile.h>
11#include <BTimeStamp.h>
12#include <BdsD.h>
13#include <BdsDataFile.h>
14
15namespace Bds {
16
19public:
22
23 BError addSource(DataFile& dataFile, BUInt channel);
24
25 BError readData(BUInt32 blockNumber, DataBlock& data);
26
27protected:
28};
29
30}
31#endif
BUInt32 BUInt
uint32_t BUInt32
BOAP data class definitions for: Bds.
char data[8]
This class provides the actual Sensor data values contained within a single data block.
Definition BdsD.h:710
Not sure if this is used or what it does.
Definition BdsDataCollate.h:18
BError addSource(DataFile &dataFile, BUInt channel)
Definition BdsDataCollate.cpp:16
BError readData(BUInt32 blockNumber, DataBlock &data)
Definition BdsDataCollate.cpp:24
~DataCollate()
Definition BdsDataCollate.cpp:13
DataCollate()
Definition BdsDataCollate.cpp:10
This class defines the interface for generic data file access that all of the BDS data converters sha...
Definition BdsDataFile.h:41
Definition BdsC.cc:8