#include <BdsLib.h>
Public Member Functions | |
DataError () | |
DataError (int errorNumber, BString title, BString filename, BTimeStamp startTime, BTimeStamp endTime, DataInfo &dataInfo, BString description, BString user="") | |
DataError & | set (int errorNumber, BString title, BString importFilename, BTimeStamp startTime, BTimeStamp endTime, DataInfo &dataInfo, BString description, BString user="") |
void | mergeDataInfo (DataInfo &dataInfo) |
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. |
Bds::DataError::DataError | ( | ) |
Bds::DataError::DataError | ( | int | errorNumber, | |
BString | title, | |||
BString | filename, | |||
BTimeStamp | startTime, | |||
BTimeStamp | endTime, | |||
DataInfo & | dataInfo, | |||
BString | description, | |||
BString | user = "" | |||
) |
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 | ) |
Bds::DataError::operator int | ( | ) | const |
Return error number.
DataError & Bds::DataError::set | ( | int | errorNumber, | |
BString | title, | |||
BString | importFilename, | |||
BTimeStamp | startTime, | |||
BTimeStamp | endTime, | |||
DataInfo & | dataInfo, | |||
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.
BString Bds::DataError::ochannel |
The channel name.
BString Bds::DataError::odescription |
The description.
BTimeStamp Bds::DataError::oendTime |
The end Time.
BInt32 Bds::DataError::oerrorNumber |
Error number.
BString Bds::DataError::ofilename |
The import filename;.
BString Bds::DataError::onetwork |
The network Name.
BString Bds::DataError::osource |
The data Source.
BTimeStamp Bds::DataError::ostartTime |
The start Time.
BString Bds::DataError::ostation |
The station/array name.
BString Bds::DataError::otitle |
The title.
BString Bds::DataError::ouser |
The user.