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 "ImageMetadata.idl" 00008 #include "Message.idl" 00009 00020 module rapid { 00021 00023 valuetype ImageSensorSample : Message { 00024 00026 public ImageMetadata meta; 00027 00029 public String32 mimeType; 00030 00032 public sequence<octet, 1048576> data; 00033 }; 00034 }; 00035