FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kProfileMsg Class Reference

Description

Represents a data message (FPGA LUT).

Inheritance diagram for kProfileMsg:
Inheritance graph

Public Member Functions

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...
 
k8ukProfileMsg_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...
 
k16ukProfileMsg_SliceAt (kProfileMsg msg, kSize itemIndex, kSize pointIndex)
 Returns a pointer to a specific slice value. More...
 
kStampkProfileMsg_StampAt (kProfileMsg msg, kSize itemIndex)
 Returns a pointer to the stamp specified by item index. More...
 
- Public Member Functions inherited from kMsgSet
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 kStampkMsgSet_StampAt (kMsgSet set, kSize index)
 Gets the stamp at the specified index. More...
 

Related

#define kProfileMsg_PointAtT(kProfileMsg_msg, kSize_itemIndex, kSize_pointIndex, T)
 Returns a strongly-typed pointer to a specific point. More...
 

The documentation for this class was generated from the following file: