nasa-jpl / fastcat

C++ EtherCAT Device Command & Control Library
Other
42 stars 11 forks source link

Prefix trap functions with fastcat to support composition #101

Closed kwehage closed 1 year ago

kwehage commented 1 year ago

Avoids name collision when using fastcat as an external library together with the "trap" library.

This is necessary to support composition of arm and fcat nodes into a single executable.