mirror of
https://github.com/nasa/trick.git
synced 2025-06-13 04:38:25 +00:00
Adding doxygen style python module desgnation.
Adding another file to example that shows 2 files in same namespace.
This commit is contained in:
@ -8,6 +8,7 @@ PURPOSE:
|
||||
##include "FooFood.hh"
|
||||
##include "FooInnerFood.hh"
|
||||
##include "BarFood.hh"
|
||||
##include "FooYummyFood.hh"
|
||||
|
||||
class SimObj : public Trick::SimObject {
|
||||
|
||||
@ -15,6 +16,7 @@ class SimObj : public Trick::SimObject {
|
||||
Foo::Food foo_food ;
|
||||
Foo::Inner::Food foo_inner_food ;
|
||||
Bar::Food bar_food ;
|
||||
Foo::YummyFood foo_yummyfood ;
|
||||
|
||||
/** Constructor to add the jobs */
|
||||
SimObj() {
|
||||
|
Reference in New Issue
Block a user