#pragma once #include enum SignalLevel { LOW, HIGH, UNDEFINED }; namespace std { std::string to_string(SignalLevel level); }