Nektar++
Public Attributes | List of all members
Gs::gs_remote Struct Reference

#include <GsLib.hpp>

Public Attributes

unsigned int buffer_size
 
unsigned int mem_size
 
void * data
 
exec_funexec
 
fin_funfin
 

Detailed Description

Definition at line 140 of file GsLib.hpp.

Member Data Documentation

◆ buffer_size

unsigned int Gs::gs_remote::buffer_size

Definition at line 142 of file GsLib.hpp.

◆ data

void* Gs::gs_remote::data

Definition at line 143 of file GsLib.hpp.

◆ exec

exec_fun* Gs::gs_remote::exec

Definition at line 144 of file GsLib.hpp.

◆ fin

fin_fun* Gs::gs_remote::fin

Definition at line 145 of file GsLib.hpp.

◆ mem_size

unsigned int Gs::gs_remote::mem_size

Definition at line 142 of file GsLib.hpp.