#include <DevNullSH.h>
Inheritance diagram for SH::DevNullSH:
Public Member Functions | |
DevNullSH (SHGraphManager *mgr, u_int32_t runtimeId, MNSelector &sel) | |
virtual SinkEndpoint ** | getSinkSpecs () |
virtual SourceEndpoint ** | getSourceSpecs () |
virtual bool | isConnected () const |
Protected Member Functions | |
virtual void | pushReport (ReportPtr report, Direction d) |
Protected Attributes | |
SinkEndpoint * | _in_ep_a [1] |
DevNullSinkEndpoint | _inEP |
|
|
|
Provide a list of valid sink endpoint specifications to the graph manager.
Implements SH::Status.
|
|
Provide a list of valid source endpoint specifications to the graph manager.
Implements SH::Status.
|
|
Indicate whether a sufficient number of endpoints are connected for the stream handler to be active. This stream handler works always, as it can simply discard packets. Implements SH::Status.
|
|
pushReport(r) can be called on source and sink endpoints, which will in turn call their owning stream handler for forwarding the report into the same general direction. The specific stream handler must overload this call if it wants to evaluate the reports, or if it has downstream or well as upstream endpoints. If the SH does not care about reports and has endpoints on only one side, it needs not overload this function. The reports are ignored and deleted in that case. Reimplemented from SH::Base.
|
|
|
|
|