#include <it_bus_pdk/interceptor.h>
Inheritance diagram for IT_Bus::Interceptor:
Definition at line 51 of file interceptor.h.
Public Member Functions | |
Interceptor () | |
No argument constructor. | |
Interceptor (InterceptorFactory *factory) | |
Constructor. | |
virtual InterceptorFactory * | get_factory () |
Returns a pointer to the interceptor factory. | |
virtual InterceptorType | get_type () |
Return the interceptor's type. |
|
No argument constructor.
|
|
Constructor.
|
|
Returns a pointer to the interceptor factory.
|
|
Return the interceptor's type.
|