|
|
libRASCH: eval_property Struct Reference
eval_property Struct Referencecontains all informations needed for event-properties
More...
Collaboration diagram for eval_property:
[legend]
Detailed Description
- Parameters:
-
| <id> | set to RA_HANDLE_EVENT_PROP |
| <next> | pointer to the next eval_property structure |
| <prev> | pointer to the previous eval_property structure |
| <meas> | pointer to the measurement which the event property belongs to |
| <evclass> | pointer to the event class structure this event property belongs to |
| <id> | id of the event property (use only inside of libRASCH) |
| <ascii_id> | string-id of the event property |
| <allocated_events> | size of available event "slots" |
| <num_entries> | number of channel values for each event |
| <ch_map> | channel numbers for which values are available (-1: independent of the channel) |
| <value_type> | value type of the property |
| <num_elements> | number of elements for each entry if value is an array |
| <value> | array holding the values for all events and channels |
Definition at line 195 of file ra_eval.h.
Field Documentation
The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:33:55 2005 for libRASCH by
1.4.2
|