You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #551, messages classes are flamegpu::MsgNone, flamegpu::MsgBruteForce etc, however the header files are flamegpu/runtime/messaging/None.h, flamegpu/runtime/messaging/None/NoneHost.h etc.
This does not match.
Options:
Move these classes into a messaging namespace, and remove Msg from the class name.
Friendship related issues, but only the one. Swig might need some adjusting.
Change the file location on disk to match the class name , i.e. flamegpu/runtime/messaging/MsgNone.h and flamegpu/runtime/messaging/MsgNone/MsgNoneHost.h (or flamegpu/runtime/messaging/MsgNone/Host.h?)
Rename the classes and change the location on disk. Msg -> Message, there is no need to avoid verbosity.
The text was updated successfully, but these errors were encountered:
As of #551, messages classes are
flamegpu::MsgNone
,flamegpu::MsgBruteForce
etc, however the header files areflamegpu/runtime/messaging/None.h
,flamegpu/runtime/messaging/None/NoneHost.h
etc.This does not match.
Options:
messaging
namespace, and removeMsg
from the class name.flamegpu/runtime/messaging/MsgNone.h
andflamegpu/runtime/messaging/MsgNone/MsgNoneHost.h
(orflamegpu/runtime/messaging/MsgNone/Host.h
?)Msg
->Message
, there is no need to avoid verbosity.The text was updated successfully, but these errors were encountered: