μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
SimpleStruct Struct Reference

Public Attributes

bool bool_
 
uint32_t uint_
 
float float_
 
long double ldbl_
 

Detailed Description

Definition at line 22 of file test_numpy_dtypes.cpp.

Member Data Documentation

◆ bool_

bool SimpleStruct::bool_

Definition at line 23 of file test_numpy_dtypes.cpp.

Referenced by operator<<(), and TEST_SUBMODULE().

◆ float_

float SimpleStruct::float_

Definition at line 25 of file test_numpy_dtypes.cpp.

Referenced by operator<<(), and TEST_SUBMODULE().

◆ ldbl_

long double SimpleStruct::ldbl_

Definition at line 26 of file test_numpy_dtypes.cpp.

Referenced by operator<<(), and TEST_SUBMODULE().

◆ uint_

uint32_t SimpleStruct::uint_

Definition at line 24 of file test_numpy_dtypes.cpp.

Referenced by operator<<(), and TEST_SUBMODULE().


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