mstxDomainMarkA
Function Description
Marks an instantaneous event in a specified domain.
If the input domain has been destroyed, an alarm is recorded in the log and the dotting process is not performed.
Function Prototype
1 | void mstxDomainMarkA(mstxDomainHandle_t domain, const char *message, aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
domain |
Input |
Specified domain handle. |
message |
Input |
String pointer to the dotting information. Length of the input message string:
|
stream |
Input |
Stream for executing dotting tasks.
|
Returns
None