BALTECH Docs |
C API for BALTECH SDK
|
BRP_LIB void brp_annotation_end | ( | brp_protocol | protocol, |
bool | success, | ||
char * | comment | ||
) |
Marks the end of a related block of log entries and adds some kind of comment to it.
protocol | A protocol which shall be annotated. Must not necessary a brp_monitor_protocol as it will search for all monitor_protocols which are comming below this protocol. |
success | Specifies if the Annotated Block of commands was successful or not. |
comment | A comment that is shown together with the embraced log entries |