#include <BdsLib.h>
|
| 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. More...
|
|
BString | getTitle () const |
| Get the title. More...
|
|
BError | setString (BString str) |
| Set from string. More...
|
|
BError | setStringUser (BString str, BString user) |
| Set from string given by user on command line. More...
|
|
BString | getString () const |
| Get error message. More...
|
|
| operator int () const |
| Return error number. More...
|
|
◆ DataError() [1/2]
Bds::DataError::DataError |
( |
| ) |
|
◆ DataError() [2/2]
Bds::DataError::DataError |
( |
int |
errorNumber, |
|
|
BString |
title, |
|
|
BString |
filename, |
|
|
BTimeStamp |
startTime, |
|
|
BTimeStamp |
endTime, |
|
|
DataInfo & |
dataInfo, |
|
|
BUInt |
channel, |
|
|
BString |
description, |
|
|
BString |
user = "" |
|
) |
| |
◆ getErrorNumber()
int Bds::DataError::getErrorNumber |
( |
| ) |
const |
◆ getString()
BString Bds::DataError::getString |
( |
| ) |
const |
◆ getTitle()
BString Bds::DataError::getTitle |
( |
| ) |
const |
◆ mergeDataInfo()
void Bds::DataError::mergeDataInfo |
( |
DataInfo & |
dataInfo, |
|
|
BUInt |
channel |
|
) |
| |
◆ operator int()
Bds::DataError::operator int |
( |
| ) |
const |
◆ set()
DataError & Bds::DataError::set |
( |
int |
errorNumber, |
|
|
BString |
title, |
|
|
BString |
importFilename, |
|
|
BTimeStamp |
startTime, |
|
|
BTimeStamp |
endTime, |
|
|
DataInfo & |
dataInfo, |
|
|
BUInt |
channel, |
|
|
BString |
description, |
|
|
BString |
user = "" |
|
) |
| |
◆ setString()
BError Bds::DataError::setString |
( |
BString |
str | ) |
|
◆ setStringUser()
BError Bds::DataError::setStringUser |
( |
BString |
str, |
|
|
BString |
user |
|
) |
| |
Set from string given by user on command line.
◆ ochannel
BString Bds::DataError::ochannel |
◆ odescription
BString Bds::DataError::odescription |
◆ oendTime
BTimeStamp Bds::DataError::oendTime |
◆ oerrorNumber
BInt32 Bds::DataError::oerrorNumber |
◆ ofilename
BString Bds::DataError::ofilename |
◆ onetwork
BString Bds::DataError::onetwork |
◆ osource
BString Bds::DataError::osource |
◆ ostartTime
BTimeStamp Bds::DataError::ostartTime |
◆ ostation
BString Bds::DataError::ostation |
◆ otitle
BString Bds::DataError::otitle |
◆ ouser
BString Bds::DataError::ouser |
The documentation for this class was generated from the following files: