aclprofMarkEx
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Functions as an aclprofMarkEx dotting API.
This API is used to deliver dotting tasks to a configured stream to identify the relationship between the dotting task on the host and that on the device.
Prototype
aclError aclprofMarkEx(const char *msg, size_t msgLen, aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
msg |
Input |
Pointer to the dotting information string. |
msgLen |
Input |
String length. The value can contain a maximum of 127 characters. |
stream |
Input |
Stream. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: msproftx Extended APIs