mstxDomainRangeStartA
Function Description
Identifies the start of a time range 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 | mstxRangeId mstxDomainRangeStartA(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
range_id: identifies the range. If the dotting fails or the domain is destroyed, 0 is returned.