[go: up one dir, main page]

Menu

Commit [r387]  Maximize  Restore  History

Fixed the SigOp type ID solution, which didn't work using base class pointers. So, instead of an efficient compile time solution, the current is using pure virtual base method for the ProcessableBase class, having associated overhead.

lonfield 2023-07-26

changed /trunk/Include/OperationT.h
changed /trunk/Include/ProcessableBase.h
changed /trunk/Include/SignalT.h
changed /trunk/Test/UnitTests/TestCase_43_02.cpp