casa
$Rev:20696$
|
#include <SDMDataObjectStreamReader.h>
Public Types | |
enum | BINATTACHCODES { ACTUALDURATIONS, ACTUALTIMES, AUTODATA, FLAGS, CROSSDATA, ZEROLAGS } |
Public Member Functions | |
SDMDataObjectStreamReader () | |
virtual | ~SDMDataObjectStreamReader () |
void | open (const string &path) |
Open a file expected to contain BDF data, read and parse the global header. | |
int64_t | position () |
Returns the current position in the BDF file. | |
void | close () |
Close the file containing the BDF data and releases all the memory dynamically allocated. | |
unsigned long long | currentIntegrationStartsAt () const |
Returns the current position in bytes in the file of the current block of data (subscan, integration or subintegration) . | |
unsigned int | currentIntegrationIndex () const |
Returns the index of the current block of data (subscan, integration or subintegration). | |
string | title () const |
Returns the title of the SDMDataObject. | |
const ByteOrder * | byteOrder () const |
Returns the byte order of the SDMDataObject. | |
unsigned long long | startTime () const |
Returns the start time. | |
unsigned int | numTime () const |
Returns the number of (sub) integrations. | |
string | dataOID () const |
Returns the dataOID. | |
string | execBlockUID () const |
Returns the UID of the ExecBlock. | |
unsigned int | execBlockNum () const |
Returns the number of the ExecBlock. | |
unsigned int | scanNum () const |
Returns the number of the scan. | |
unsigned int | subscanNum () const |
Returns the number of the subscan. | |
string | projectPath () const |
Returns the project path. | |
unsigned int | numAntenna () const |
Returns the number of antenna. | |
CorrelationMode | correlationMode () const |
Returns the correlation mode. | |
OptionalSpectralResolutionType | spectralResolutionType () const |
Returns the spectral resolution. | |
ProcessorType | processorType () const |
Returns the processor type. | |
CorrelatorType | correlatorType () const |
Returns the correlator type. | |
bool | isTP () const |
Returns true if the data are total power data and false otherwise. | |
bool | isCorrelation () const |
Returns true if the data are correlator data and false otherwise. | |
const SDMDataObject::DataStruct & | dataStruct () const |
Returns the structure of the data. | |
bool | aborted () const |
Returns true if the observation has been aborted. | |
unsigned long long | abortTime () const |
Returns the time, as an unsigned long long, at which the observation has been aborted. | |
string | abortReason () const |
Returns the reason, as a string, why the observation has been aborted. | |
string | toString () const |
Returns a string representation of the global header of this SDMDataObject. | |
bool | hasSubset () |
Returns true as long as the mark announcing the end of the sequence of (sub)integrations is not read in the stream. | |
const SDMDataSubset & | getSubset () |
const vector< SDMDataSubset > & | nextSubsets (unsigned int nSubsets) |
const vector< SDMDataSubset > & | allRemainingSubsets () |
SDMDataObjectStreamReader () | |
virtual | ~SDMDataObjectStreamReader () |
void | open (const string &path) |
Open a file expected to contain BDF data, read and parse the global header. | |
void | close () |
Close the file containing the BDF data and releases all the memory dynamically allocated. | |
unsigned long long | currentIntegrationStartsAt () const |
Returns the current position in bytes in the file of the current block of data (subscan, integration or subintegration) . | |
unsigned int | currentIntegrationIndex () const |
Returns the index of the current block of data (subscan, integration or subintegration). | |
string | title () const |
Returns the title of the SDMDataObject. | |
unsigned long long | startTime () const |
Returns the start time. | |
unsigned int | numTime () const |
Returns the number of (sub) integrations. | |
string | dataOID () const |
Returns the dataOID. | |
string | execBlockUID () const |
Returns the UID of the ExecBlock. | |
unsigned int | execBlockNum () const |
Returns the number of the ExecBlock. | |
unsigned int | scanNum () const |
Returns the number of the scan. | |
unsigned int | subscanNum () const |
Returns the number of the subscan. | |
string | projectPath () const |
Returns the project path. | |
unsigned int | numAntenna () const |
Returns the number of antenna. | |
CorrelationMode | correlationMode () const |
Returns the correlation mode. | |
OptionalSpectralResolutionType | spectralResolutionType () const |
Returns the spectral resolution. | |
ProcessorType | processorType () const |
Returns the processor type. | |
CorrelatorType | correlatorType () const |
Returns the correlator type. | |
bool | isTP () const |
Returns true if the data are total power data and false otherwise. | |
bool | isCorrelation () const |
Returns true if the data are correlator data and false otherwise. | |
const SDMDataObject::DataStruct & | dataStruct () const |
Returns the structure of the data. | |
bool | aborted () const |
Returns true if the observation has been aborted. | |
unsigned long long | abortTime () const |
Returns the time, as an unsigned long long, at which the observation has been aborted. | |
string | abortReason () const |
Returns the reason, as a string, why the observation has been aborted. | |
string | toString () const |
Returns a string representation of the global header of this SDMDataObject. | |
bool | hasSubset () |
Returns true as long as the mark announcing the end of the sequence of (sub)integrations is not read in the stream. | |
const SDMDataSubset & | getSubset () |
const vector< SDMDataSubset > & | nextSubsets (unsigned int nSubsets) |
const vector< SDMDataSubset > & | allRemainingSubsets () |
Public Attributes | |
bitset< 6 > | attachmentFlags |
Private Types | |
enum | States { S_NO_BDF, S_AT_BEGINNING, S_READING, S_AT_END, S_NO_BDF, S_AT_BEGINNING, S_READING, S_AT_END } |
Enumerations to manage the state of an instance of SDMDataObjectStreamReader. More... | |
enum | Transitions { T_OPEN, T_QUERY, T_TEST_END, T_READ, T_READ_NEXT, T_READ_ALL, T_CLOSE, T_OPEN, T_QUERY, T_TEST_END, T_READ, T_READ_NEXT, T_READ_ALL, T_CLOSE } |
enum | States { S_NO_BDF, S_AT_BEGINNING, S_READING, S_AT_END, S_NO_BDF, S_AT_BEGINNING, S_READING, S_AT_END } |
Enumerations to manage the state of an instance of SDMDataObjectStreamReader. More... | |
enum | Transitions { T_OPEN, T_QUERY, T_TEST_END, T_READ, T_READ_NEXT, T_READ_ALL, T_CLOSE, T_OPEN, T_QUERY, T_TEST_END, T_READ, T_READ_NEXT, T_READ_ALL, T_CLOSE } |
Private Member Functions | |
void | checkState (Transitions t, const string &methodName) const |
Private methods. | |
string | nextLine () |
pair< string, string > | headerField2Pair (const string &hf) |
pair< string, string > | requireHeaderField (const string &hf) |
string | requireMIMEHeader () |
string | requireBoundaryInCT (const string &ctValue) |
void | skipUntilEmptyLine (int maxSkips) |
string | accumulateUntilBoundary (const string &boundary, int maxLines) |
void | requireBoundary (const string &, int maxLines) |
void | lookForBinaryPartSize (xmlNode *aNode) |
string | requireCrossDataType (xmlNode *parent) |
void | printElementNames (xmlNode *a_node) |
void | requireSDMDataHeaderMIMEPart () |
void | requireSDMDataSubsetMIMEPart (SDMDataSubset &sdmDataSubset) |
void | releaseMemory (SDMDataSubset &sdmDataSubset) |
void | checkState (Transitions t, const string &methodName) const |
Private methods. | |
string | nextLine () |
pair< string, string > | headerField2Pair (const string &hf) |
pair< string, string > | requireHeaderField (const string &hf) |
string | requireMIMEHeader () |
string | requireBoundaryInCT (const string &ctValue) |
void | skipUntilEmptyLine (int maxSkips) |
string | accumulateUntilBoundary (const string &boundary, int maxLines) |
void | requireBoundary (const string &, int maxLines) |
void | lookForBinaryPartSize (xmlNode *aNode) |
string | requireCrossDataType (xmlNode *parent) |
void | printElementNames (xmlNode *a_node) |
void | requireSDMDataHeaderMIMEPart () |
void | requireSDMDataSubsetMIMEPart (SDMDataSubset &sdmDataSubset) |
void | releaseMemory (SDMDataSubset &sdmDataSubset) |
Private Attributes | |
unsigned long long | integrationStartsAt |
Private variables. | |
unsigned int | integrationIndex |
string | path |
ifstream | f |
States | currentState |
string | currentLine |
string | boundary_1 |
string | boundary_2 |
bool | opened |
map< string, int64_t > | binaryPartSize |
set< string > | s_partNames |
char * | actualTimesBuffer |
char * | actualDurationsBuffer |
char * | autoDataBuffer |
char * | crossDataBuffer |
char * | flagsBuffer |
char * | zeroLagsBuffer |
SDMDataObjectParser | parser |
SDMDataObject | sdmDataObject |
SDMDataSubset | sdmDataSubset |
vector< SDMDataSubset > | remainingSubsets |
vector< SDMDataSubset > | someSubsets |
Definition at line 37 of file SDMDataObjectStreamReader.h.
Definition at line 281 of file SDMDataObjectStreamReader.h.
enum asdmbinaries::SDMDataObjectStreamReader::States [private] |
Enumerations to manage the state of an instance of SDMDataObjectStreamReader.
Definition at line 269 of file SDMDataObjectStreamReader.h.
enum asdmbinaries::SDMDataObjectStreamReader::States [private] |
Enumerations to manage the state of an instance of SDMDataObjectStreamReader.
Definition at line 287 of file SDMDataObjectStreamReader.h.
enum asdmbinaries::SDMDataObjectStreamReader::Transitions [private] |
T_OPEN | |
T_QUERY | |
T_TEST_END | |
T_READ | |
T_READ_NEXT | |
T_READ_ALL | |
T_CLOSE | |
T_OPEN | |
T_QUERY | |
T_TEST_END | |
T_READ | |
T_READ_NEXT | |
T_READ_ALL | |
T_CLOSE |
Definition at line 270 of file SDMDataObjectStreamReader.h.
enum asdmbinaries::SDMDataObjectStreamReader::Transitions [private] |
T_OPEN | |
T_QUERY | |
T_TEST_END | |
T_READ | |
T_READ_NEXT | |
T_READ_ALL | |
T_CLOSE | |
T_OPEN | |
T_QUERY | |
T_TEST_END | |
T_READ | |
T_READ_NEXT | |
T_READ_ALL | |
T_CLOSE |
Definition at line 288 of file SDMDataObjectStreamReader.h.
virtual asdmbinaries::SDMDataObjectStreamReader::~SDMDataObjectStreamReader | ( | ) | [virtual] |
virtual asdmbinaries::SDMDataObjectStreamReader::~SDMDataObjectStreamReader | ( | ) | [virtual] |
bool asdmbinaries::SDMDataObjectStreamReader::aborted | ( | ) | const |
Returns true if the observation has been aborted.
This method must be used on an SDMDataObject containing correlator data,otherwise a SDMDataObjectException is thrown.
SDMDataObjectException. |
bool asdmbinaries::SDMDataObjectStreamReader::aborted | ( | ) | const |
Returns true if the observation has been aborted.
This method must be used on an SDMDataObject containing correlator data,otherwise a SDMDataObjectException is thrown.
SDMDataObjectException. |
string asdmbinaries::SDMDataObjectStreamReader::abortReason | ( | ) | const |
Returns the reason, as a string, why the observation has been aborted.
The returned value is significant only if the observation has been aborted, therefore the method must always be used in conjuction with the aborted method. This method must be used on an SDMDataObject containing correlator data, otherwise a SDMDataObjectException is thrown.
SDMDataObjectException |
string asdmbinaries::SDMDataObjectStreamReader::abortReason | ( | ) | const |
Returns the reason, as a string, why the observation has been aborted.
The returned value is significant only if the observation has been aborted, therefore the method must always be used in conjuction with the aborted method. This method must be used on an SDMDataObject containing correlator data, otherwise a SDMDataObjectException is thrown.
SDMDataObjectException |
unsigned long long asdmbinaries::SDMDataObjectStreamReader::abortTime | ( | ) | const |
Returns the time, as an unsigned long long, at which the observation has been aborted.
The returned value is significant only if the observation has been aborted, therefore the method must always be used in conjuction with the aborted method. This method must be used on an SDMDataObject containing correlator data, otherwise a SDMDataObjectException is thrown.
SDMDataObjectException |
unsigned long long asdmbinaries::SDMDataObjectStreamReader::abortTime | ( | ) | const |
Returns the time, as an unsigned long long, at which the observation has been aborted.
The returned value is significant only if the observation has been aborted, therefore the method must always be used in conjuction with the aborted method. This method must be used on an SDMDataObject containing correlator data, otherwise a SDMDataObjectException is thrown.
SDMDataObjectException |
string asdmbinaries::SDMDataObjectStreamReader::accumulateUntilBoundary | ( | const string & | boundary, |
int | maxLines | ||
) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::accumulateUntilBoundary | ( | const string & | boundary, |
int | maxLines | ||
) | [private] |
const vector<SDMDataSubset>& asdmbinaries::SDMDataObjectStreamReader::allRemainingSubsets | ( | ) |
const vector<SDMDataSubset>& asdmbinaries::SDMDataObjectStreamReader::allRemainingSubsets | ( | ) |
const ByteOrder* asdmbinaries::SDMDataObjectStreamReader::byteOrder | ( | ) | const |
Returns the byte order of the SDMDataObject.
void asdmbinaries::SDMDataObjectStreamReader::checkState | ( | Transitions | t, |
const string & | methodName | ||
) | const [private] |
Private methods.
void asdmbinaries::SDMDataObjectStreamReader::checkState | ( | Transitions | t, |
const string & | methodName | ||
) | const [private] |
Private methods.
Close the file containing the BDF data and releases all the memory dynamically allocated.
Close the file containing the BDF data and releases all the memory dynamically allocated.
CorrelationMode asdmbinaries::SDMDataObjectStreamReader::correlationMode | ( | ) | const |
Returns the correlation mode.
CorrelationMode asdmbinaries::SDMDataObjectStreamReader::correlationMode | ( | ) | const |
Returns the correlation mode.
CorrelatorType asdmbinaries::SDMDataObjectStreamReader::correlatorType | ( | ) | const |
Returns the correlator type.
SDMDataException |
CorrelatorType asdmbinaries::SDMDataObjectStreamReader::correlatorType | ( | ) | const |
Returns the correlator type.
SDMDataException |
unsigned int asdmbinaries::SDMDataObjectStreamReader::currentIntegrationIndex | ( | ) | const |
Returns the index of the current block of data (subscan, integration or subintegration).
The indexing is 0 based.
unsigned int asdmbinaries::SDMDataObjectStreamReader::currentIntegrationIndex | ( | ) | const |
Returns the index of the current block of data (subscan, integration or subintegration).
The indexing is 0 based.
unsigned long long asdmbinaries::SDMDataObjectStreamReader::currentIntegrationStartsAt | ( | ) | const |
Returns the current position in bytes in the file of the current block of data (subscan, integration or subintegration) .
unsigned long long asdmbinaries::SDMDataObjectStreamReader::currentIntegrationStartsAt | ( | ) | const |
Returns the current position in bytes in the file of the current block of data (subscan, integration or subintegration) .
string asdmbinaries::SDMDataObjectStreamReader::dataOID | ( | ) | const |
Returns the dataOID.
string asdmbinaries::SDMDataObjectStreamReader::dataOID | ( | ) | const |
Returns the dataOID.
Returns the structure of the data.
Returns the structure of the data.
unsigned int asdmbinaries::SDMDataObjectStreamReader::execBlockNum | ( | ) | const |
Returns the number of the ExecBlock.
unsigned int asdmbinaries::SDMDataObjectStreamReader::execBlockNum | ( | ) | const |
Returns the number of the ExecBlock.
string asdmbinaries::SDMDataObjectStreamReader::execBlockUID | ( | ) | const |
Returns the UID of the ExecBlock.
string asdmbinaries::SDMDataObjectStreamReader::execBlockUID | ( | ) | const |
Returns the UID of the ExecBlock.
Returns true as long as the mark announcing the end of the sequence of (sub)integrations is not read in the stream.
Returns true as long as the mark announcing the end of the sequence of (sub)integrations is not read in the stream.
pair<string, string> asdmbinaries::SDMDataObjectStreamReader::headerField2Pair | ( | const string & | hf | ) | [private] |
pair<string, string> asdmbinaries::SDMDataObjectStreamReader::headerField2Pair | ( | const string & | hf | ) | [private] |
bool asdmbinaries::SDMDataObjectStreamReader::isCorrelation | ( | ) | const |
Returns true if the data are correlator data and false otherwise.
bool asdmbinaries::SDMDataObjectStreamReader::isCorrelation | ( | ) | const |
Returns true if the data are correlator data and false otherwise.
bool asdmbinaries::SDMDataObjectStreamReader::isTP | ( | ) | const |
Returns true if the data are total power data and false otherwise.
bool asdmbinaries::SDMDataObjectStreamReader::isTP | ( | ) | const |
Returns true if the data are total power data and false otherwise.
void asdmbinaries::SDMDataObjectStreamReader::lookForBinaryPartSize | ( | xmlNode * | aNode | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::lookForBinaryPartSize | ( | xmlNode * | aNode | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::nextLine | ( | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::nextLine | ( | ) | [private] |
const vector<SDMDataSubset>& asdmbinaries::SDMDataObjectStreamReader::nextSubsets | ( | unsigned int | nSubsets | ) |
const vector<SDMDataSubset>& asdmbinaries::SDMDataObjectStreamReader::nextSubsets | ( | unsigned int | nSubsets | ) |
unsigned int asdmbinaries::SDMDataObjectStreamReader::numAntenna | ( | ) | const |
Returns the number of antenna.
unsigned int asdmbinaries::SDMDataObjectStreamReader::numAntenna | ( | ) | const |
Returns the number of antenna.
unsigned int asdmbinaries::SDMDataObjectStreamReader::numTime | ( | ) | const |
Returns the number of (sub) integrations.
unsigned int asdmbinaries::SDMDataObjectStreamReader::numTime | ( | ) | const |
Returns the number of (sub) integrations.
void asdmbinaries::SDMDataObjectStreamReader::open | ( | const string & | path | ) |
Open a file expected to contain BDF data, read and parse the global header.
On exit the first block of data (subscan, integration or subintegration) is ready to be read by the getData method.
SDMDataObjectStreamReaderException,SDMDataObjectException,SDMDataObjectParserException. |
void asdmbinaries::SDMDataObjectStreamReader::open | ( | const string & | path | ) |
Open a file expected to contain BDF data, read and parse the global header.
On exit the first block of data (subscan, integration or subintegration) is ready to be read by the getData method.
SDMDataObjectStreamReaderException,SDMDataObjectException,SDMDataObjectParserException. |
Returns the current position in the BDF file.
or -1 if it fails to determine the position.
void asdmbinaries::SDMDataObjectStreamReader::printElementNames | ( | xmlNode * | a_node | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::printElementNames | ( | xmlNode * | a_node | ) | [private] |
ProcessorType asdmbinaries::SDMDataObjectStreamReader::processorType | ( | ) | const |
Returns the processor type.
ProcessorType asdmbinaries::SDMDataObjectStreamReader::processorType | ( | ) | const |
Returns the processor type.
string asdmbinaries::SDMDataObjectStreamReader::projectPath | ( | ) | const |
Returns the project path.
The project path is a string of the form "/<s>execBlockNum</s>/<s>scanNum</s>/<s>subscanNum</s>"
string asdmbinaries::SDMDataObjectStreamReader::projectPath | ( | ) | const |
Returns the project path.
The project path is a string of the form "/<s>execBlockNum</s>/<s>scanNum</s>/<s>subscanNum</s>"
void asdmbinaries::SDMDataObjectStreamReader::releaseMemory | ( | SDMDataSubset & | sdmDataSubset | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::releaseMemory | ( | SDMDataSubset & | sdmDataSubset | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireBoundary | ( | const string & | , |
int | maxLines | ||
) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireBoundary | ( | const string & | , |
int | maxLines | ||
) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireBoundaryInCT | ( | const string & | ctValue | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireBoundaryInCT | ( | const string & | ctValue | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireCrossDataType | ( | xmlNode * | parent | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireCrossDataType | ( | xmlNode * | parent | ) | [private] |
pair<string, string> asdmbinaries::SDMDataObjectStreamReader::requireHeaderField | ( | const string & | hf | ) | [private] |
pair<string, string> asdmbinaries::SDMDataObjectStreamReader::requireHeaderField | ( | const string & | hf | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireMIMEHeader | ( | ) | [private] |
string asdmbinaries::SDMDataObjectStreamReader::requireMIMEHeader | ( | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireSDMDataHeaderMIMEPart | ( | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireSDMDataHeaderMIMEPart | ( | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireSDMDataSubsetMIMEPart | ( | SDMDataSubset & | sdmDataSubset | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::requireSDMDataSubsetMIMEPart | ( | SDMDataSubset & | sdmDataSubset | ) | [private] |
unsigned int asdmbinaries::SDMDataObjectStreamReader::scanNum | ( | ) | const |
Returns the number of the scan.
unsigned int asdmbinaries::SDMDataObjectStreamReader::scanNum | ( | ) | const |
Returns the number of the scan.
void asdmbinaries::SDMDataObjectStreamReader::skipUntilEmptyLine | ( | int | maxSkips | ) | [private] |
void asdmbinaries::SDMDataObjectStreamReader::skipUntilEmptyLine | ( | int | maxSkips | ) | [private] |
OptionalSpectralResolutionType asdmbinaries::SDMDataObjectStreamReader::spectralResolutionType | ( | ) | const |
Returns the spectral resolution.
Due to this optional nature, the spectral resolution type is not returned directly as a literal of the enumeration SpectralResolutionType, but as an instance of the class OptionalSpectralResolutionType. This instance can be queried to check if the spectral resolution type information is present and if it is its value as an SpectralResolutionType literal.
OptionalSpectralResolutionType asdmbinaries::SDMDataObjectStreamReader::spectralResolutionType | ( | ) | const |
Returns the spectral resolution.
Due to this optional nature, the spectral resolution type is not returned directly as a literal of the enumeration SpectralResolutionType, but as an instance of the class OptionalSpectralResolutionType. This instance can be queried to check if the spectral resolution type information is present and if it is its value as an SpectralResolutionType literal.
unsigned long long asdmbinaries::SDMDataObjectStreamReader::startTime | ( | ) | const |
Returns the start time.
unsigned long long asdmbinaries::SDMDataObjectStreamReader::startTime | ( | ) | const |
Returns the start time.
unsigned int asdmbinaries::SDMDataObjectStreamReader::subscanNum | ( | ) | const |
Returns the number of the subscan.
unsigned int asdmbinaries::SDMDataObjectStreamReader::subscanNum | ( | ) | const |
Returns the number of the subscan.
string asdmbinaries::SDMDataObjectStreamReader::title | ( | ) | const |
Returns the title of the SDMDataObject.
string asdmbinaries::SDMDataObjectStreamReader::title | ( | ) | const |
Returns the title of the SDMDataObject.
string asdmbinaries::SDMDataObjectStreamReader::toString | ( | ) | const |
Returns a string representation of the global header of this SDMDataObject.
string asdmbinaries::SDMDataObjectStreamReader::toString | ( | ) | const |
Returns a string representation of the global header of this SDMDataObject.
char * asdmbinaries::SDMDataObjectStreamReader::actualDurationsBuffer [private] |
Definition at line 304 of file SDMDataObjectStreamReader.h.
char * asdmbinaries::SDMDataObjectStreamReader::actualTimesBuffer [private] |
Definition at line 303 of file SDMDataObjectStreamReader.h.
Definition at line 282 of file SDMDataObjectStreamReader.h.
char * asdmbinaries::SDMDataObjectStreamReader::autoDataBuffer [private] |
Definition at line 305 of file SDMDataObjectStreamReader.h.
map< string, int64_t > asdmbinaries::SDMDataObjectStreamReader::binaryPartSize [private] |
Definition at line 301 of file SDMDataObjectStreamReader.h.
string asdmbinaries::SDMDataObjectStreamReader::boundary_1 [private] |
Definition at line 297 of file SDMDataObjectStreamReader.h.
string asdmbinaries::SDMDataObjectStreamReader::boundary_2 [private] |
Definition at line 298 of file SDMDataObjectStreamReader.h.
char * asdmbinaries::SDMDataObjectStreamReader::crossDataBuffer [private] |
Definition at line 306 of file SDMDataObjectStreamReader.h.
string asdmbinaries::SDMDataObjectStreamReader::currentLine [private] |
Definition at line 296 of file SDMDataObjectStreamReader.h.
Definition at line 295 of file SDMDataObjectStreamReader.h.
ifstream asdmbinaries::SDMDataObjectStreamReader::f [private] |
Definition at line 294 of file SDMDataObjectStreamReader.h.
char * asdmbinaries::SDMDataObjectStreamReader::flagsBuffer [private] |
Definition at line 307 of file SDMDataObjectStreamReader.h.
unsigned int asdmbinaries::SDMDataObjectStreamReader::integrationIndex [private] |
Definition at line 292 of file SDMDataObjectStreamReader.h.
unsigned long long asdmbinaries::SDMDataObjectStreamReader::integrationStartsAt [private] |
Private variables.
Definition at line 291 of file SDMDataObjectStreamReader.h.
bool asdmbinaries::SDMDataObjectStreamReader::opened [private] |
Definition at line 299 of file SDMDataObjectStreamReader.h.
Definition at line 310 of file SDMDataObjectStreamReader.h.
string asdmbinaries::SDMDataObjectStreamReader::path [private] |
Definition at line 293 of file SDMDataObjectStreamReader.h.
vector< SDMDataSubset > asdmbinaries::SDMDataObjectStreamReader::remainingSubsets [private] |
Definition at line 313 of file SDMDataObjectStreamReader.h.
set< string > asdmbinaries::SDMDataObjectStreamReader::s_partNames [private] |
Definition at line 302 of file SDMDataObjectStreamReader.h.
Definition at line 311 of file SDMDataObjectStreamReader.h.
Definition at line 312 of file SDMDataObjectStreamReader.h.
vector< SDMDataSubset > asdmbinaries::SDMDataObjectStreamReader::someSubsets [private] |
Definition at line 314 of file SDMDataObjectStreamReader.h.
char * asdmbinaries::SDMDataObjectStreamReader::zeroLagsBuffer [private] |
Definition at line 308 of file SDMDataObjectStreamReader.h.