File: README

package info (click to toggle)
python-orbit 0.3.1-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,492 kB
  • ctags: 801
  • sloc: sh: 9,444; ansic: 5,642; python: 1,141; makefile: 126
file content (10 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
This example is ported from ORBit's Echo example.  It does exactly the
same thing and uses the same IDL, except it's about 5 times smaller. :)

Of particular interest here is the use of the _GlobalIDL and _GlobalIDL__POA
modules.  IDL interfaces not belonging to any IDL module (in other words,
global interfaces) are put in the _GlobalIDL Python module.  This convention
is used by omniORBpy, Fnorb, and probably others.

--
Jason Tackaberry <tack@linux.com>