davide carboni / Mbed 2 deprecated pymite_http_get

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Segment_s Struct Reference

Segment_s Struct Reference

Segment - an array of ptrs to objs. More...

#include <seglist.h>

Data Fields

PmObjDesc_t od
 object descriptor
pPmObj_t s_val [SEGLIST_OBJS_PER_SEG]
 array of ptrs to objs
struct Segment_snext
 ptr to next segment

Detailed Description

Segment - an array of ptrs to objs.

Definition at line 45 of file seglist.h.


Field Documentation

struct Segment_s* next

ptr to next segment

Definition at line 52 of file seglist.h.

object descriptor

Definition at line 48 of file seglist.h.

pPmObj_t s_val[SEGLIST_OBJS_PER_SEG]

array of ptrs to objs

Definition at line 50 of file seglist.h.