tkdeps_parent.h
Go to the documentation of this file.
00001 #ifndef TKDEPS_PARENT_H
00002 #define TKDEPS_PARENT_H
00003 namespace tkdeps_parent {
00004     struct Test
00005     {
00006         double a;
00007         double b;
00008     };
00009 
00010     // This type is for testing the specific handling of fixed size arrays. Only
00011     // one convertion function should be generated for any array size.
00012     struct FixedSizeArray
00013     {
00014         double a[10];
00015         double b[20];
00016     };
00017 }
00018 #endif


orogen
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:57