|
WSF
|
#include <WsfCommRouter.hpp>
Public Member Functions | |
| SendData ()=default | |
| virtual | ~SendData ()=default |
| Comm * | GetXmtr () const |
| void | SetXmtr (Comm *aXmtrPtr) |
| std::vector< Message > & | GetMessages () |
| bool | GetAbortProcessing () const |
| void | SetAbortProcessing (bool aAbort) |
The SendData class is used for marshaling data between the calling comm interface layer and the router protocols.
|
default |
|
virtualdefault |
|
inline |
Referenced by wsf::comm::router::Router::Send().
|
inline |
Referenced by wsf::comm::router::Router::Broadcast(), wsf::comm::NetworkLayer::Send(), wsf::comm::router::ProtocolAdHoc::Send(), wsf::comm::router::ProtocolLegacy::Send(), wsf::comm::router::ProtocolMulticast::Send(), wsf::comm::router::ProtocolOSPF::Send(), wsf::comm::router::rip::RIPv2::Send(), and wsf::comm::router::Router::Send().
|
inline |
Referenced by wsf::comm::router::Router::Broadcast(), wsf::comm::router::ProtocolAdHoc::Send(), wsf::comm::router::ProtocolLegacy::Send(), wsf::comm::router::ProtocolMulticast::Send(), wsf::comm::router::ProtocolOSPF::Send(), wsf::comm::router::rip::RIPv2::Send(), and wsf::comm::router::Router::Send().
|
inline |
|
inline |
Referenced by wsf::comm::NetworkLayer::Send().