good enough
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
namespace sp {
|
namespace sp {
|
||||||
class PacketHandler;
|
class PacketHandler;
|
||||||
|
|
||||||
using PacketMessage = Message<option::MsgIdType<std::uint8_t>, // add id() operation
|
using PacketMessage = Message<
|
||||||
|
option::MsgIdType<std::uint8_t>, // add id() operation
|
||||||
option::ReadOperations, // add read() operation
|
option::ReadOperations, // add read() operation
|
||||||
option::WriteOperations, // add write() operation
|
option::WriteOperations, // add write() operation
|
||||||
option::WriteId, // write id before data
|
option::WriteId, // write id before data
|
||||||
|
|||||||
Reference in New Issue
Block a user