Set the attributes of this context object without validating them.
Synopsis
Declared in <ball_context.h>
void
setAttributesRaw(
Transmission::Cause transmissionCause,
int recordIndex,
int sequenceLength);
Description
Set the value of this context object to the specified transmissionCause, recordIndex, and sequenceLength values. The behavior is undefined if the resulting attribute values are incompatible.
Parameters
Name |
Description |
transmissionCause |
cause of transmission |
recordIndex |
index within the sequence |
sequenceLength |
number of records in the sequence |
Created with MrDocs