nasa / SBN

38 stars 23 forks source link

SBN-wide library #39

Closed CDKnightNASA closed 3 years ago

CDKnightNASA commented 3 years ago

CFE ES now loads apps into local sym tables, this causes modules to fail to load as they are unable to see symbols in the App. Any symbol modules require should be exposed via a library or otherwise registered with the module by SBN when it connects to it.

CDKnightNASA commented 3 years ago

Instead I implemented this as an "outlet" provided to the module that has the function pointers for functions the module needs to call in SBN. Fixed by #40