The Robot Application Programming Interface Delegate Project
RAPID Logo

FileAnnounce.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 FileAnnounce : Message {
00023 
00025         public String64 fileUuid; //@key
00026 
00028         public String256 fileLocator;
00029 
00031         public long long fileSize;
00032 
00034         public KeyTypeValueSequence16 metaData;
00035     };
00036 };
00037 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines