#include "Cable.hpp" #include BEGIN_CS_NAMESPACE Print &operator<<(Print &os, Cable) { return os; } END_CS_NAMESPACE