$darkmode
vtd::ScpMessage Class Referenceabstract

#include <scp_transceiver.hpp>

Inheritance diagram for vtd::ScpMessage:

Public Member Functions

virtual std::string to_scp () const =0
 

Detailed Description

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.


The documentation for this class was generated from the following file: