Nasal HLA standalone: Difference between revisions

Jump to navigation Jump to search
Line 80: Line 80:


To add HLA support to cppbind, we'd need to provide corresponding [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/cppbind/detail/from_nasal_helper.cxx from_nasal_helper()] and [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/cppbind/detail/to_nasal_helper.cxx to_nasal_helper()] templates to convert various HLA types to their corresponding Nasal equivalents and vice versa.
To add HLA support to cppbind, we'd need to provide corresponding [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/cppbind/detail/from_nasal_helper.cxx from_nasal_helper()] and [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/cppbind/detail/to_nasal_helper.cxx to_nasal_helper()] templates to convert various HLA types to their corresponding Nasal equivalents and vice versa.
All the SimGear machinery to help with marshalling should be in place in $SG_SRC/hla: https://gitorious.org/fg/simgear/trees/next/simgear/hla


Tom can probably help clarify what else may be missing currently ?
Tom can probably help clarify what else may be missing currently ?

Navigation menu