libgpiod 2.2
Data Structures
edge-event.hpp File Reference
#include <cstdint>
#include <iostream>
#include <memory>
#include "timestamp.hpp"

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.
 

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.