This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
#include <sp/common/Reflection.h>
|
#include <sp/common/Reflection.h>
|
||||||
#include <sp/protocol/message/MessagePrinterImpl.h>
|
#include <sp/protocol/message/MessagePrinterImpl.h>
|
||||||
|
|
||||||
|
namespace sp {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Prints a message in a human readable string
|
* \brief Prints a message in a human readable string
|
||||||
*/
|
*/
|
||||||
@@ -17,3 +19,5 @@ std::ostream& operator<<(std::ostream& a_Stream, const sp::MessageBase<TBase, TO
|
|||||||
<< "]";
|
<< "]";
|
||||||
return a_Stream;
|
return a_Stream;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // namespace sp
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <sp/protocol/MessageBase.h>
|
#include <sp/protocol/MessageBase.h>
|
||||||
|
#include <sp/common/Templates.h>
|
||||||
|
|
||||||
namespace sp {
|
namespace sp {
|
||||||
namespace details {
|
namespace details {
|
||||||
|
|||||||
Reference in New Issue
Block a user