• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

testStructs.idl

Go to the documentation of this file.
00001 #ifndef _SIMPLE_ACS_TEST_IDL_
00002 #define _SIMPLE_ACS_TEST_IDL_
00003 
00004 // As a little additional challenge, we include the string typedef 
00005 // from a separate file with the same module name
00006 #include <separateTypedef.idl>
00007 
00008 #pragma prefix "alma"
00009 
00010 module simpleAcsTest {
00011 
00012     struct StructOnlyStrings {
00013                 string   realstring;
00014     };
00015 
00016     struct StructWithMyString {
00017                 string   realstring;
00018                 myString hiddenString;
00019     };
00020 };
00021 #endif

Generated on Thu Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0