#include <gui_rpc_client.h>

Public Member Functions | |
| FILE_TRANSFER () | |
| ~FILE_TRANSFER () | |
| int | parse (MIOFILE &) |
| void | print () |
| void | clear () |
Public Attributes | |
| std::string | name |
| std::string | project_url |
| std::string | project_name |
| double | nbytes |
| bool | generated_locally |
| bool | uploaded |
| bool | upload_when_present |
| bool | sticky |
| bool | pers_xfer_active |
| bool | xfer_active |
| int | num_retries |
| int | first_request_time |
| int | next_request_time |
| int | status |
| double | time_so_far |
| double | bytes_xferred |
| double | file_offset |
| double | xfer_speed |
| std::string | hostname |
| PROJECT * | project |
| FILE_TRANSFER::FILE_TRANSFER | ( | ) |

| FILE_TRANSFER::~FILE_TRANSFER | ( | ) |

| int FILE_TRANSFER::parse | ( | MIOFILE & | in | ) |


| void FILE_TRANSFER::print | ( | ) |
| void FILE_TRANSFER::clear | ( | ) |

| std::string FILE_TRANSFER::name |
| std::string FILE_TRANSFER::project_url |
| std::string FILE_TRANSFER::project_name |
| double FILE_TRANSFER::nbytes |
| double FILE_TRANSFER::time_so_far |
| double FILE_TRANSFER::bytes_xferred |
| double FILE_TRANSFER::file_offset |
| double FILE_TRANSFER::xfer_speed |
| std::string FILE_TRANSFER::hostname |
1.5.6