The Robot Application Programming Interface Delegate Project
RAPID Logo

AccessControlState.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 
00025 module rapid {
00026 
00032     valuetype AccessControlState : Message {
00033 
00035         public String32 controller;
00036 
00038         public String32Sequence requestors;
00039     };
00040 };
00041 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines