The Robot Application Programming Interface Delegate Project
RAPID Logo

FileQueueReceiverSample.idl

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2009 United States Government as represented by the
00003  * Administrator of the National Aeronautics and Space Administration.
00004  * All Rights Reserved.
00005  */
00006 
00007 #include "Message.idl"
00008 #include "BaseTypes.idl"
00009 
00017 module rapid {
00018 
00022     valuetype FileQueueReceiverSample : Message {
00023 
00027         public boolean connected;
00028 
00032         public long bufferedChunks;
00036       public long processedChunks;
00040       public long completedFiles;
00041     };
00042 };
00043 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines