- Implement lib/alerts. use atomic operations - Rewrite frontcontroller to use your library. symlink lib/alerts into frontcontroller/lib. will need to define an enum for all alert types. - edit the FcAlerts dbc message to hold just a 64 bit bitfield that you get from `alerts_manager.GetBitfield()` - you need to add `uint64_t GetBitfield(void)` to the Alerts class
alerts_manager.GetBitfield()uint64_t GetBitfield(void)to the Alerts class