/* * S1.hpp * * Created on: Thursday, 07 July 2022 * Author: tchieu * */ #ifndef S1_HPP_ #define S1_HPP_ #include #include #if FW_SERIALIZABLE_TO_STRING #include #include // snprintf #ifdef BUILD_UT #include #include #endif #endif namespace M { class S1 : public Fw::Serializable { public: class mStringString : public Fw::StringBase { public: enum { SERIALIZED_SIZE = 80 + sizeof(FwBuffSizeType) //!