The Robot Application Programming Interface Delegate Project
RAPID Logo

Header.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 "BaseTypes.idl"
00008 
00016 module rapid {
00017 
00019     struct Header {
00020 
00022         String32 srcName; //@key
00023 
00028         String32 assetName; //@key
00029 
00034         long long timeStamp;
00035 
00040         long statusCode;
00041 
00046         long serial;
00047     };
00048 };
00049 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines