#include <BTDeviceChannel.h>

Public Member Functions | |
| BTDeviceChannel () | |
| Constructors/Destructors. | |
| virtual | ~BTDeviceChannel () |
| string | getPathName () |
| Get the pathname to device. | |
| void | setPathName (string value) |
| Setting the pathname may close the old one, and opens a new descriptor By default, output will go to STDERR_FILENO. | |
| virtual void | send (const char *message) |
| Send the message to the device. | |
| BALFacilities::BTDeviceChannel::BTDeviceChannel | ( | ) |
Constructors/Destructors.
| BALFacilities::BTDeviceChannel::~BTDeviceChannel | ( | ) | [virtual] |
| string BALFacilities::BTDeviceChannel::getPathName | ( | ) |
Get the pathname to device.
| void BALFacilities::BTDeviceChannel::setPathName | ( | string | value | ) |
Setting the pathname may close the old one, and opens a new descriptor By default, output will go to STDERR_FILENO.
Sets the pathname to device
| void BALFacilities::BTDeviceChannel::send | ( | const char * | message | ) | [virtual] |
Send the message to the device.
Implemented with a write().
| aMessage | to send |
Implements BALFacilities::BTLogChannel.