libgpiod 2.1.2
|
Go to the source code of this file.
Data Structures | |
class | gpiod::request_config |
Stores a set of options passed to the kernel when making a line request. More... | |
Functions | |
::std::ostream & | gpiod::operator<< (::std::ostream &out, const request_config &config) |
Stream insertion operator for request_config objects. | |
::std::ostream & gpiod::operator<< | ( | ::std::ostream & | out, |
const request_config & | config | ||
) |
Stream insertion operator for request_config objects.
out | Output stream to write to. |
config | request_config to insert into the output stream. |