#ifndef IV_MSGUNIT_H #define IV_MSGUNIT_H #include namespace iv { struct msgunit { char mstrmsgname[256]; int mnBufferSize = 10000; int mnBufferCount = 1; void * mpa = nullptr; std::shared_ptr mpstrmsgdata; int mndatasize = 0; bool mbRefresh = false; bool mbImportant = false; int mnkeeptime = 100; }; } #endif // IV_MSGUNIT_H