MPP Programming Interface Reference Manual  jpl-r2.0.0
SinkOpsType Struct Reference

Struct that contains Sink operation functions. The struct contains function pointers to be assigned. The actual behavior of the functions should be defined by programmers. More...

#include <fsink.h>

Data Fields

int(* open )(void *p, int flags)
 
size_t(* write )(void *p, void *src, size_t nbyte)
 
int(* close )(void *p)
 

Detailed Description

Struct that contains Sink operation functions. The struct contains function pointers to be assigned. The actual behavior of the functions should be defined by programmers.


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