src/msgsink.h File Reference

Go to the source code of this file.

Data Structures

struct  _RDD_MSGSINK
struct  _RDD_MSGSINK_OPS

Typedefs

typedef struct _RDD_MSGSINK RDD_MSG_SINK
typedef void(* rdd_msgsink_close_fun )(struct _RDD_MSGSINK *sink)
typedef struct _RDD_MSGSINK_OPS RDD_MSGSINK_OPS
typedef void(* rdd_msgsink_put_fun )(struct _RDD_MSGSINK *sink, const char *fmt,...)

Functions

void rdd_sink_close (RDD_MSGSINK *sink)
RDD_MSGSINK * rdd_sink_open (RDD_MSGSINK_OPS *ops, unsigned size)
void rdd_sink_put (RDD_MSGSINK *sink, const char *fmt,...)


Typedef Documentation

typedef struct _RDD_MSGSINK RDD_MSG_SINK

typedef void(* rdd_msgsink_close_fun)(struct _RDD_MSGSINK *sink)

Definition at line 38 of file msgsink.h.

typedef void(* rdd_msgsink_put_fun)(struct _RDD_MSGSINK *sink, const char *fmt,...)

Definition at line 36 of file msgsink.h.


Function Documentation

void rdd_sink_close ( RDD_MSGSINK *  sink  ) 

RDD_MSGSINK* rdd_sink_open ( RDD_MSGSINK_OPS ops,
unsigned  size 
)

void rdd_sink_put ( RDD_MSGSINK *  sink,
const char *  fmt,
  ... 
)


Generated on Sun Feb 6 12:36:16 2011 for rdd by  doxygen 1.5.6