#ifndef PLATOONSTATE_H #define PLATOONSTATE_H namespace car { enum class PlatoonState { ACC, CACC_FV, CACC_LV }; } #endif // PLATOONSTATE_H