$darkmode
#include <scp_transceiver.hpp>
Public Member Functions | |
| virtual std::string | to_scp () const =0 |
ScpMessage is the interface which all SCP messages implement. This allows a struct to "be" an SCP message. You can set the fields as you like, and then to_scp returns the message that is sent across the wire.