Class StateInterface
Defined in File interface.hpp
Inheritance Relationships
Derived Type
public can::DriverInterface
(Class DriverInterface)
Class Documentation
-
class StateInterface
Subclassed by can::DriverInterface
Public Types
Public Functions
-
virtual StateListenerConstSharedPtr createStateListener(const StateFunc &delegate) = 0
acquire a listener for the specified delegate, that will get called for all state changes
- Parameters:
delegate – [in] delegate to be bound by the listener
- Returns:
managed pointer to listener
-
inline virtual ~StateInterface()
-
virtual StateListenerConstSharedPtr createStateListener(const StateFunc &delegate) = 0