The Robot Application Programming Interface Delegate Project
RAPID Logo

AssetConfig.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 "Agent.idl"
00008 #include "Message.idl"
00009 
00020 module rapid {
00021 
00025     valuetype AssetConfig : Message {
00026 
00030         public AgentType assetType;
00031 
00037         public KeyTypeValueSequence64 topics;
00038 
00064         public KeyTypeValueSequence64 valueKeys;
00065     };
00066 
00067 };
00068 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines