libsigrok
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
text.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <glib.h>
#include "config.h"
#include "sigrok.h"
#include "sigrok-internal.h"
#include "text.h"
Include dependency graph for text.c:

Go to the source code of this file.

Functions

SR_PRIV void flush_linebufs (struct context *ctx, uint8_t *outbuf)
 
SR_PRIV int init (struct sr_output *o, int default_spl, enum outputmode mode)
 
SR_PRIV int event (struct sr_output *o, int event_type, uint8_t **data_out, uint64_t *length_out)
 

Function Documentation

SR_PRIV int event ( struct sr_output o,
int  event_type,
uint8_t **  data_out,
uint64_t *  length_out 
)
SR_PRIV void flush_linebufs ( struct context ctx,
uint8_t *  outbuf 
)
SR_PRIV int init ( struct sr_output o,
int  default_spl,
enum outputmode  mode 
)