Motion Master
Loading...
Searching...
No Matches
spoe.cc File Reference
#include "spoe.h"
#include "loguru.h"
#include <algorithm>
#include <boost/system/error_code.hpp>
#include <iostream>
#include <string>
#include <thread>
#include <utility>
#include <vector>
Include dependency graph for spoe.cc:

Namespaces

namespace  mm
namespace  mm::comm
namespace  mm::comm::spoe

Functions

Message mm::comm::spoe::parseMessage (const std::vector< uint8_t > &buffer)
 Parses a raw SPoE message buffer into a structured SpoeMessage.
std::vector< uint8_t > mm::comm::spoe::serializeSpoeMessage (const Message &message)
 Serializes an SpoeMessage object into a byte buffer.