libgpiod  2.1.3
Data Structures
edge-event.hpp File Reference
#include <cstdint>
#include <iostream>
#include <memory>
#include "timestamp.hpp"
Include dependency graph for edge-event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  gpiod::edge_event
 Immutable object containing data about a single edge event. More...
 

Functions

::std::ostream & gpiod::operator<< (::std::ostream &out, const edge_event &event)
 Stream insertion operator for edge events. More...
 

Function Documentation

◆ operator<<()

::std::ostream& gpiod::operator<< ( ::std::ostream &  out,
const edge_event event 
)

Stream insertion operator for edge events.

Parameters
outOutput stream to write to.
eventEdge event to insert into the output stream.
Returns
Reference to out.