libsigrokcxx  unreleased development snapshot
C++ bindings for libsigrok
Public Member Functions | List of all members
sigrok::Output Class Reference

An output instance (an output format applied to a device) More...

#include <libsigrokcxx/libsigrokcxx.hpp>

Inherits sigrok::UserOwned< Class >.

Public Member Functions

std::string receive (std::shared_ptr< Packet > packet)
 Update output with data from the given packet. More...
 
std::shared_ptr< OutputFormatformat ()
 Output format in use for this output.
 

Detailed Description

An output instance (an output format applied to a device)

Definition at line 1025 of file libsigrokcxx.hpp.

Member Function Documentation

std::string sigrok::Output::receive ( std::shared_ptr< Packet packet)

Update output with data from the given packet.

Parameters
packetPacket to handle.

The documentation for this class was generated from the following file: