|
Gocator Vision Library
|
| kStatus GvProfileMsg_ConstructStartTable | ( | GvProfileMsg | msg, |
| kSize | numEntries, | ||
| kAlloc | alloc | ||
| ) |
Creates a table to store the starting location of each sub-profile that makes up the profile in this profile message.
The sub-profiles are profiles from buddy sensors. The starting location of a sub-profile is the index value into this profile message's merged profile where the sub-profile begins.
Call this function if profile starting location/index information is required and applicable for this profile message. Scenarios where this is needed is for a buddy configuration with at least one buddy sensor.
| msg | Message object. |
| numEntries | Number of buddy sensors (main sensor is excluded). |
| alloc | The memory allocator to use. |