PPL Logo

CpdListItemsRequest Struct Reference

When a CCS client asks for some data in a CpdList, the system generates this struct to describe the range of items the client asked for (the items are numbered lo to hi-1), as well as store any extra data the CCS client passed in. More...

#include <debug-conv.h>

Collaboration diagram for CpdListItemsRequest:

Collaboration graph
[legend]

Data Fields

int lo
int hi
 Range of requested items in list is (lo .
int extraLen
 Amount of data pointed to below.
void * extra
 List-defined request data shipped in via CCS.

Detailed Description

When a CCS client asks for some data in a CpdList, the system generates this struct to describe the range of items the client asked for (the items are numbered lo to hi-1), as well as store any extra data the CCS client passed in.

Definition at line 74 of file debug-conv.h.


Field Documentation

Amount of data pointed to below.

Definition at line 76 of file debug-conv.h.

Referenced by CpdList_object::add(), CpdList_ccs_list_items_set(), and CpdListHeader_ccs_list_items().

List-defined request data shipped in via CCS.

Definition at line 77 of file debug-conv.h.

Referenced by CpdList_object::add(), CpdList_ccs_list_items_set(), and CpdListHeader_ccs_list_items().


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

Generated on Mon Sep 21 08:22:16 2020 for Charm++ by  doxygen 1.5.5