semf
communicationhardwaresynchronousslave.h
Go to the documentation of this file.
1
10#ifndef SEMF_COMMUNICATION_COMMUNICATIONHARDWARESYNCHRONOUSSLAVE_H_
11#define SEMF_COMMUNICATION_COMMUNICATIONHARDWARESYNCHRONOUSSLAVE_H_
12
14
15namespace semf
16{
22{
23public:
25
26 Type type() const override
27 {
29 }
30};
31} /* namespace semf*/
32#endif /* SEMF_COMMUNICATION_COMMUNICATIONHARDWARESYNCHRONOUSSLAVE_H_ */
This interface standardized the read and write interface between the communication hardware like CAN,...
@ SynchronousSlave
Synchronous slave like I2cSlaveHardware or SpiSlaveHardware.
This interface standardized the read and write interface for synchronous slave hardware,...
virtual ~CommunicationHardwareSynchronousSlave()=default
Type type() const override
Returns the hardware type.