Motion Master
Loading...
Searching...
No Matches
Namespaces | Functions
spoe.cc File Reference
#include "spoe.h"
#include <boost/system/error_code.hpp>
#include <iostream>
#include <thread>
#include <vector>
#include "loguru.h"
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. More...
 
std::vector< uint8_t > mm::comm::spoe::serializeSpoeMessage (const Message &message)
 Serializes an SpoeMessage object into a byte buffer. More...