This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Modifies the verbosity of a HAM
#include <ha/ham.h> int ham_verbose(const char *nodename, int op, int value);
libham
The ham_verbose function can be used to modify the verbosity of a HAM. This is used to programmatically modify the verbosity. (The ham_stop() utility can also be used to do this.)
These are the variables:
For set functions:
For get function:
In addition to the above errors, the HAM returns any error it encounters while servicing this request.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |