Bds::DataError Class Reference

#include <BdsLib.h>

List of all members.

Public Member Functions

 DataError ()
 DataError (int errorNumber, BString title, BString filename, BTimeStamp startTime, BTimeStamp endTime, DataInfo &dataInfo, BUInt channel, BString description, BString user="")
DataErrorset (int errorNumber, BString title, BString importFilename, BTimeStamp startTime, BTimeStamp endTime, DataInfo &dataInfo, BUInt channel, BString description, BString user="")
void mergeDataInfo (DataInfo &dataInfo, BUInt channel)
int getErrorNumber () const
 Get The error number.
BString getTitle () const
 Get the title.
BError setString (BString str)
 Set from string.
BError setStringUser (BString str, BString user)
 Set from string given by user on command line.
BString getString () const
 Get error message.
 operator int () const
 Return error number.

Public Attributes

BInt32 oerrorNumber
 Error number.
BString otitle
 The title.
BString odescription
 The description.
BString ofilename
 The import filename;.
BTimeStamp ostartTime
 The start Time.
BTimeStamp oendTime
 The end Time.
BString onetwork
 The network Name.
BString ostation
 The station/array name.
BString ochannel
 The channel name.
BString osource
 The data Source.
BString ouser
 The user.

Constructor & Destructor Documentation

Bds::DataError::DataError (  ) 
Bds::DataError::DataError ( int  errorNumber,
BString  title,
BString  filename,
BTimeStamp  startTime,
BTimeStamp  endTime,
DataInfo dataInfo,
BUInt  channel,
BString  description,
BString  user = "" 
)

Member Function Documentation

int Bds::DataError::getErrorNumber (  )  const

Get The error number.

BString Bds::DataError::getString (  )  const

Get error message.

BString Bds::DataError::getTitle (  )  const

Get the title.

void Bds::DataError::mergeDataInfo ( DataInfo dataInfo,
BUInt  channel 
)
Bds::DataError::operator int (  )  const

Return error number.

DataError & Bds::DataError::set ( int  errorNumber,
BString  title,
BString  importFilename,
BTimeStamp  startTime,
BTimeStamp  endTime,
DataInfo dataInfo,
BUInt  channel,
BString  description,
BString  user = "" 
)
BError Bds::DataError::setString ( BString  str  ) 

Set from string.

BError Bds::DataError::setStringUser ( BString  str,
BString  user 
)

Set from string given by user on command line.


Member Data Documentation

The channel name.

The description.

The end Time.

Error number.

The import filename;.

The network Name.

The data Source.

The start Time.

The station/array name.

The title.

The user.


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

Generated on 2 Mar 2016 for BdsApi by  doxygen 1.6.1