#pragma once namespace Message{ enum Messages{ MOTOR_READ, MOTOR_WRITE, CONSTANT_WRITE, SET_POSE }; }