I messed up the merge, so pushing it over to another repo so I don't lose it. Will tidy up and remove later

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Embed: (wiki syntax)

« Back to documentation index

pbuf_custom Struct Reference

pbuf_custom Struct Reference

A custom pbuf: like a pbuf, but following a function pointer to free it. More...

#include <pbuf.h>

Data Fields

struct pbuf pbuf
 The actual pbuf.
pbuf_free_custom_fn custom_free_function
 This function is called when pbuf_free deallocates this pbuf(_custom)

Detailed Description

A custom pbuf: like a pbuf, but following a function pointer to free it.

Definition at line 111 of file pbuf.h.


Field Documentation

pbuf_free_custom_fn custom_free_function

This function is called when pbuf_free deallocates this pbuf(_custom)

Definition at line 115 of file pbuf.h.

struct pbuf pbuf

The actual pbuf.

Definition at line 113 of file pbuf.h.