libadc-cxx 1.0.0
Structured logging for scientific computing
Loading...
Searching...
No Matches
Public Attributes | List of all members

#include <types.hpp>

Public Attributes

key_type kt
 kind of data associated with the name queried
 
scalar_type st
 scalar type of the data as published,
 
const void * vp
 address of data to be cast according to st for use with c/fortran
 
size_t count
 number of elements in vp.
 
std::string container
 name of the container variety given to see builder::add_array
 
variant data
 

Detailed Description

Definition at line 157 of file types.hpp.

Member Data Documentation

◆ kt

key_type adc::field::kt

kind of data associated with the name queried

Definition at line 158 of file types.hpp.

◆ st

scalar_type adc::field::st

scalar type of the data as published,

Definition at line 159 of file types.hpp.

◆ vp

const void* adc::field::vp

address of data to be cast according to st for use with c/fortran

Definition at line 160 of file types.hpp.

◆ count

size_t adc::field::count

number of elements in vp.

Definition at line 161 of file types.hpp.

◆ container

std::string adc::field::container

name of the container variety given to see builder::add_array

Definition at line 162 of file types.hpp.

◆ data

variant adc::field::data

Definition at line 163 of file types.hpp.


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