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