|
ARC SDK
|
Plain C struct to pass information from executing process back to main thread. More...
#include <DataDeliveryComm.h>
Data Fields | |
| CommStatusType | commstatus |
| Communication state (filled by main thread) More... | |
| time_t | timestamp |
| Time when information was generated (filled externally) More... | |
| DTRStatus::DTRStatusType | status |
| Generic status. More... | |
| DTRErrorStatus::DTRErrorStatusType | error |
| Error type. More... | |
| DTRErrorStatus::DTRErrorLocation | error_location |
| Where error happened. More... | |
| char | error_desc [1024] |
| Error description. More... | |
| unsigned int | streams |
| Number of transfer streams active. More... | |
| unsigned long long int | transferred |
| Number of bytes transferred. More... | |
| unsigned long long int | offset |
| Last position to which file has no missing pieces. More... | |
| unsigned long long int | size |
| File size as obtained by protocol. More... | |
| unsigned int | speed |
| Current transfer speed in bytes/sec during last ~minute. More... | |
| char | checksum [128] |
| Calculated checksum. More... | |
Plain C struct to pass information from executing process back to main thread.
| char DataStaging::DataDeliveryComm::Status::checksum[128] |
Calculated checksum.
| CommStatusType DataStaging::DataDeliveryComm::Status::commstatus |
Communication state (filled by main thread)
| DTRErrorStatus::DTRErrorStatusType DataStaging::DataDeliveryComm::Status::error |
Error type.
| char DataStaging::DataDeliveryComm::Status::error_desc[1024] |
Error description.
| DTRErrorStatus::DTRErrorLocation DataStaging::DataDeliveryComm::Status::error_location |
Where error happened.
| unsigned long long int DataStaging::DataDeliveryComm::Status::offset |
Last position to which file has no missing pieces.
| unsigned long long int DataStaging::DataDeliveryComm::Status::size |
File size as obtained by protocol.
| unsigned int DataStaging::DataDeliveryComm::Status::speed |
Current transfer speed in bytes/sec during last ~minute.
| DTRStatus::DTRStatusType DataStaging::DataDeliveryComm::Status::status |
Generic status.
| unsigned int DataStaging::DataDeliveryComm::Status::streams |
Number of transfer streams active.
| time_t DataStaging::DataDeliveryComm::Status::timestamp |
Time when information was generated (filled externally)
| unsigned long long int DataStaging::DataDeliveryComm::Status::transferred |
Number of bytes transferred.
1.8.3.1