The Robot Application Programming Interface Delegate Project
|
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 FileQueueSample : Message { 00023 00025 public String64 fileUuid; 00026 00028 public long chunkId; 00029 00031 public long numChunks; 00032 00037 public OctetSequence1K chunkData; 00038 00039 }; 00040 }; 00041