The Robot Application Programming Interface Delegate Project
RAPID Logo

FileQueueReceiverSample Interface Reference

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

import "FileQueueReceiverSample.idl";

Inheritance diagram for FileQueueReceiverSample:
Collaboration diagram for FileQueueReceiverSample:

List of all members.

Public Attributes

public boolean connected
 Connection status to the file queue.
public long bufferedChunks
 Number of bufferd but unprocessed chunks.
public long processedChunks
 Number of processed chunks.
public long completedFiles
 Number of completed files.

Member Data Documentation

public long bufferedChunks
public long completedFiles
public boolean connected
public long processedChunks

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