#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="") |
DataError & | set (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 |
BString Bds::DataError::getString |
( |
| ) |
const |
BString Bds::DataError::getTitle |
( |
| ) |
const |
void Bds::DataError::mergeDataInfo |
( |
DataInfo & |
dataInfo, |
|
|
BUInt |
channel |
|
) |
| |
Bds::DataError::operator int |
( |
| ) |
const |
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 | ) |
|
BError Bds::DataError::setStringUser |
( |
BString |
str, |
|
|
BString |
user |
|
) |
| |
Set from string given by user on command line.
Member Data Documentation
The documentation for this class was generated from the following files: