#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...
|
| |
| Bds::DataError::DataError |
( |
| ) |
|
| Bds::DataError::DataError |
( |
int |
errorNumber, |
|
|
BString |
title, |
|
|
BString |
filename, |
|
|
BTimeStamp |
startTime, |
|
|
BTimeStamp |
endTime, |
|
|
DataInfo & |
dataInfo, |
|
|
BUInt |
channel, |
|
|
BString |
description, |
|
|
BString |
user = "" |
|
) |
| |
| 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.
| BString Bds::DataError::ochannel |
| BString Bds::DataError::odescription |
| BTimeStamp Bds::DataError::oendTime |
| BInt32 Bds::DataError::oerrorNumber |
| BString Bds::DataError::ofilename |
| BString Bds::DataError::onetwork |
| BString Bds::DataError::osource |
| BTimeStamp Bds::DataError::ostartTime |
| BString Bds::DataError::ostation |
| BString Bds::DataError::otitle |
| BString Bds::DataError::ouser |
The documentation for this class was generated from the following files: