Set the attributes of this context object without validating them.
Declared in <ball_context.h>
void
setAttributesRaw(
Transmission::Cause transmissionCause,
int recordIndex,
int sequenceLength);
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.
| Name | Description |
|---|---|
| transmissionCause | cause of transmission |
| recordIndex | index within the sequence |
| sequenceLength | number of records in the sequence |