ARC SDK
Data Fields
DataStaging::DataDeliveryComm::Status Struct Reference

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)
 
time_t timestamp
 Time when information was generated (filled externally)
 
DTRStatus::DTRStatusType status
 Generic status.
 
DTRErrorStatus::DTRErrorStatusType error
 Error type.
 
DTRErrorStatus::DTRErrorLocation error_location
 Where error happened.
 
char error_desc [1024]
 Error description.
 
unsigned int streams
 Number of transfer streams active.
 
unsigned long long int transferred
 Number of bytes transferred.
 
unsigned long long int offset
 Last position to which file has no missing pieces.
 
unsigned long long int size
 File size as obtained by protocol.
 
unsigned int speed
 Current transfer speed in bytes/sec during last ~minute.
 
char checksum [128]
 Calculated checksum.
 

Detailed Description

Plain C struct to pass information from executing process back to main thread.


The documentation for this struct was generated from the following file: