semf
communicationhardwareasynchronous.h
Go to the documentation of this file.
1
10#ifndef SEMF_COMMUNICATION_COMMUNICATIONHARDWAREASYNCHRONOUS_H_
11#define SEMF_COMMUNICATION_COMMUNICATIONHARDWAREASYNCHRONOUS_H_
12
14
15namespace semf
16{
22{
23public:
25
26 Type type() const override
27 {
29 }
30
36 void setFrame(Frame frame) final
37 {
38 (void)frame;
39 }
40};
41} /* namespace semf*/
42#endif /* SEMF_COMMUNICATION_COMMUNICATIONHARDWAREASYNCHRONOUS_H_ */
This interface standardized the read and write interface for asynchronous hardware,...
void setFrame(Frame frame) final
Sets the selected usage of start and stop condition.
virtual ~CommunicationHardwareAsynchronous()=default
Type type() const override
Returns the hardware type.
This interface standardized the read and write interface between the communication hardware like CAN,...
@ Asynchronous
Asynchronous interface like UartHardware.