libsigrokcxx  0.4.0
C++ bindings for libsigrok
Public Member Functions | List of all members
sigrok::Input Class Reference

An input instance (an input format applied to a file or stream) More...

#include <libsigrokcxx/libsigrokcxx.hpp>

Inherits sigrok::UserOwned< Class >.

Public Member Functions

shared_ptr< InputDevicedevice ()
 Virtual device associated with this input. More...
 
void send (void *data, size_t length)
 Send next stream data. More...
 
void end ()
 Signal end of input data. More...
 

Detailed Description

An input instance (an input format applied to a file or stream)

Definition at line 820 of file libsigrokcxx.hpp.

Member Function Documentation

shared_ptr<InputDevice> sigrok::Input::device ( )

Virtual device associated with this input.

void sigrok::Input::send ( void *  data,
size_t  length 
)

Send next stream data.

Parameters
dataNext stream data.
lengthLength of data.
void sigrok::Input::end ( )

Signal end of input data.


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