|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
Definitions, functions, and classes related to communication busses. More...
Enumerations | |
| enum | status { status::ok = 0, status::enqueued, status::busy, status::error, status::unknown } |
| Generic communication bus status. More... | |
Definitions, functions, and classes related to communication busses.
|
strong |
Generic communication bus status.
This enumeration represents the status of a communication bus. These states are generally found in a variety of communication busses. If they do not apply to the bus you are developing, feel free to ignore them.
You can create your own bus status enumeration for use with the commBus class instead of using the default. However, the types represented here must be included because they are used automatically by the driver. See i2c.hpp for an example.
1.8.15