The Robot Application Programming Interface Delegate Project
RAPID Logo

FileQueueEntryState Interface Reference

Holds information about a file that could be transferred to the ground from the robot. More...

import "FileQueueEntryState.idl";

Inheritance diagram for FileQueueEntryState:
Collaboration diagram for FileQueueEntryState:

List of all members.

Public Attributes

public String64 fileUuid
 The unique identifier for this file.
public FileTransferStatus status
 Status of file in queue.
public long chunksSent
 Number of chunks already sent.
public long numChunks
 Total number of chunks to transfer.
public long long submissionTime
public float priority
public short channelId

Detailed Description


Member Data Documentation

public short channelId
public long chunksSent
public long numChunks
public float priority
public long long submissionTime

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines