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) |
| | 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, 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...
|
| |
| 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...
|
| |
|
|
#define | kMsgSet_Count_(S) kxMsgSet_Count_(S) |
| | Macro version of kMsgSet_Count.
|
| |
|
#define | kMsgSet_StampAt_(S, I) kxMsgSet_StampAt_(S, I) |
| | Macro version of kMsgSet_StampAt.
|
| |
|
#define | kMsgSet_SetStampAt_(S, I, ST) kxMsgSet_SetStampAt_(S, I, ST) |
| | Macro version of kMsgSet_SetStampAt.
|
| |
|
#define | kMsgSet_DataAt_(S, I, L) kxMsgSet_DataAt_(S, I, L) |
| | Macro version of kMsgSet_DataAt.
|
| |