|
SDDS ToolKit Programs and Libraries for C and Python
|
Public Attributes | |
| char * | name |
| long | index |
| long | type |
| short | decreasing_order |
| short | maximize_order |
| short | absolute |
| double * | data |
| void * | column_data |
| int32_t | element_size |
Definition at line 137 of file sddssort.c.
| short SORT_REQUEST::absolute |
Definition at line 141 of file sddssort.c.
| void* SORT_REQUEST::column_data |
Definition at line 143 of file sddssort.c.
| double* SORT_REQUEST::data |
Definition at line 142 of file sddssort.c.
| short SORT_REQUEST::decreasing_order |
Definition at line 141 of file sddssort.c.
| int32_t SORT_REQUEST::element_size |
Definition at line 144 of file sddssort.c.
| long SORT_REQUEST::index |
Definition at line 140 of file sddssort.c.
| short SORT_REQUEST::maximize_order |
Definition at line 141 of file sddssort.c.
| char* SORT_REQUEST::name |
Definition at line 139 of file sddssort.c.
| long SORT_REQUEST::type |
Definition at line 140 of file sddssort.c.