Represents a data message (FPGA LUT).
|
| kStatus | kProfileMsg_Assign (kProfileMsg msg, kProfileMsg source) |
| | Copies the source message. More...
|
| |
| kStatus | kProfileMsg_Attach (kProfileMsg msg, kSize itemIndex, kStamp *stamp, void *pointData, void *intensityData, void *sliceData) |
| | Attaches one of the profiles to external buffer(s). More...
|
| |
| kStatus | kProfileMsg_BeginAttach (kProfileMsg msg, kType pointType, kSize pointCount, kSize profileCount) |
| | Prepare attaching the message content to external buffer(s). More...
|
| |
| kStatus | kProfileMsg_Construct (kProfileMsg *msg, kType pointType, kSize pointCount, kSize profileCount, kBool hasSlices, kAlloc allocator) |
| | Constructs a kProfileMsg object. More...
|
| |
| k8u * | kProfileMsg_IntensityAt (kProfileMsg msg, kSize itemIndex, kSize pointIndex) |
| | Returns a pointer to a specific intensity value. More...
|
| |
| void * | kProfileMsg_PointAt (kProfileMsg msg, kSize itemIndex, kSize pointIndex) |
| | Returns a pointer to a specific point. More...
|
| |
| k16u * | kProfileMsg_SliceAt (kProfileMsg msg, kSize itemIndex, kSize pointIndex) |
| | Returns a pointer to a specific slice value. More...
|
| |
| kStamp * | kProfileMsg_StampAt (kProfileMsg msg, kSize itemIndex) |
| | Returns a pointer to the stamp specified by item index. More...
|
| |
| kSize | kMsgSet_Count (kMsgSet set) |
| | Gets the count of stamped items in this message set. More...
|
| |
| kStatus | kMsgSet_DataAt (kMsgSet set, kSize index, kArrayList *list) |
| | Gets a list of data items at the specified stamp index. More...
|
| |
| kStatus | kMsgSet_SetStampAt (kMsgSet set, kSize index, const kStamp *stamp) |
| | Sets the stamp at the specified index. More...
|
| |
| const kStamp * | kMsgSet_StampAt (kMsgSet set, kSize index) |
| | Gets the stamp at the specified index. More...
|
| |