Common enum FrameType
for consistent "kernel" type treatment #234
Open
Description
As discussed in #218, it would be better if the frame type is an enum
shared by all tools. See common/FrameType.hpp
in #218.
I created a new enum FrameType that seeks to homogenize how kernel types are treated amongst tools, and how they are printed. This also deserves another PR if you agree on the principle.
@crtrott @dalg24 @vlkale If you agree on the principle (and the implementation given in #218) I can make a PR for this.