|
The Robot Application Programming Interface Delegate Project
|
|
ChannelStatus is used to indicate whether a RAPID File Queue (part of the RAPID File Transfer Service) is currently capable of transferring files (Active) or is temporarily refraining from transferring files (Paused). More...


Public Member Functions | |
| FileQueueState () | |
| FileQueueState (FileQueueState other) | |
| boolean | equals (Object o) |
| int | hashCode () |
| Object | copy_from (Object src) |
This is the implementation of the Copyable interface. | |
| String | toString () |
| String | toString (String desc, int indent) |
Static Public Member Functions | |
| static Object | create () |
Public Attributes | |
| boolean | connected |
| Connection status of the file queue. | |
| int | bandwidth |
| int | prefetchBandwidth |
| gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence | channels = (gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence) gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence.create() |
| The state of the individual channels. | |
Holds information about a file that could be transferred to the ground from the robot.
| FileQueueState | ( | ) |
| FileQueueState | ( | FileQueueState | other | ) |

| Object copy_from | ( | Object | src | ) |
This method will perform a deep copy of src This method could be placed into FileQueueStateTypeSupport rather than here by using the -noCopyable option to rtiddsgen.
| src | The Object which contains the data to be copied. |
this. | NullPointerException | If src is null. |
| ClassCastException | If src is not the same type as this. |
Reimplemented from Message.

| static Object create | ( | ) | [static] |
| boolean equals | ( | Object | o | ) |
| int hashCode | ( | ) |
| String toString | ( | String | desc, |
| int | indent | ||
| ) |
| String toString | ( | ) |
Reimplemented from Message.
| int bandwidth |
| gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence channels = (gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence) gov.nasa.rapid.idl.dds.rapid.ChannelStateSequence.create() |
| boolean connected |
The queue will not send data as long as there is no reader connected.