|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Structure which maintains details on orphan transactions.
This is a simple structure intended to be read-only after creation. It inherits TransEvtInfo and adds some extra information.
Data members are public largely because this is intended to work more like a structure then a class. May be revised later.
#include "task.hh"
Public Member Functions | |
| OrphanDetails (TransEvtInfo evtInfo, sds::IdPtr arg, DitsPathType thePath, DitsTransIdType tid) | |
| Construct an OrphanDetails item. | |
Public Attributes | |
| sds::IdPtr | argument |
| The Argument to the transaction. | |
| DitsBulkInfoType | bulkInfo |
| Details on bulk data transfer. | |
| bool | complete |
| IS transaction complete. | |
| std::string | entryName |
| Name with entry. | |
| EntryCode | entryReason |
| Reason for entry. | |
| StatusType | entryStatus |
| Entry status value. | |
| std::string | loadErrText |
| Load error text | |
| DitsPathType | path |
| The DITS path the transaction was sent to. | |
| DitsTransIdType | transId |
| The DITS Transaction ID. | |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au
Generated by