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 00016 module rapid { 00017 00018 module ext { 00019 00022 valuetype RangeScanSample : Message { 00023 00030 public ShortSequence64 scanAzimuth; 00037 public ShortSequence64 scanElevation; 00038 00040 public ShortSequence2K rangeData; 00041 public OctetSequence2K intensityData; 00042 }; 00043 }; 00044 }; 00045