Two HLA Wrappers
Muuss strategy: Hide all HLA and XDR inside C++ “send” and “receive” methods.
- One C++ object for each HLA interaction & object.
- Simulations need little HLA, C++ objects need lots.
Baldwin strategy: Build total-insulation library.
- C++ objects know nothing about HLA.
- But XDR becomes very difficult.