Causes of the transmission of a log record.
Declared in <ball_transmission.h>
enum Cause;
| Name | Description |
|---|---|
e_PASSTHROUGH | Single record emitted; caused locally. |
e_TRIGGER | All records emitted; caused locally. |
e_TRIGGER_ALL | All records emitted; caused remotely. |
e_MANUAL_PUBLISH | Manually publish a single record. |
e_MANUAL_PUBLISH_ALL | Manually publish all records. |
e_END | Not supported; do not use. |