|
libdoip
0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
|
Default DoIP Server Model with no-op callbacks. More...
#include <DoIPServerModel.h>


Public Member Functions | |
| DefaultDoIPServerModel () | |
| ~DefaultDoIPServerModel () | |
Public Member Functions inherited from doip::DoIPServerModel | |
| bool | hasDownstreamHandler () const |
| Check if downstream forwarding is enabled. More... | |
Additional Inherited Members | |
Public Attributes inherited from doip::DoIPServerModel | |
| ServerModelOpenHandler | onOpenConnection |
| Called when the connection is being opened. More... | |
| ServerModelCloseHandler | onCloseConnection |
| Called when the connection is being closed. More... | |
| ServerModelDiagnosticHandler | onDiagnosticMessage |
| Called when a diagnostic message is received (for local handling) More... | |
| ServerModelDiagnosticNotificationHandler | onDiagnosticNotification |
| Called after a diagnostic ACK/NACK was sent to the client. More... | |
| ServerModelDownstreamHandler | onDownstreamRequest |
| Called when a diagnostic message should be forwarded downstream. More... | |
| DoIPAddress | serverAddress = DoIPAddress(0x0E00) |
| The logical address of this DoIP server. More... | |
Default DoIP Server Model with no-op callbacks.
This is used as a fallback when no model is configured. All callbacks log warnings and perform no-op actions. Should only be used for testing or as a placeholder during initialization.
Definition at line 112 of file DoIPServerModel.h.
|
inline |
Definition at line 113 of file DoIPServerModel.h.
References LOG_DOIP_DEBUG, doip::DoIPServerModel::onCloseConnection, doip::DoIPServerModel::onDiagnosticMessage, doip::DoIPServerModel::onDiagnosticNotification, doip::DoIPServerModel::onDownstreamRequest, and doip::DoIPServerModel::onOpenConnection.
|
inline |
Definition at line 143 of file DoIPServerModel.h.