#include <FileEventWatcher.hpp>
Inheritance diagram for H::DeviceInfo:


Public Member Functions | |
| DeviceInfo () | |
| Default Constructor. | |
| DeviceInfo (const DeviceInfo &DeviceInformation) | |
| Init Constructor. | |
| DeviceInfo (std::string DeviceName, std::string FileName, int DeviceIDBusType, int DeviceIDVendor, int DeviceIDProduct, int DeviceIDVersion, int FileDescriptor) | |
| Init Constructor. | |
| virtual | ~DeviceInfo () |
| Destructor. | |
Public Attributes | |
| int | DeviceIDBusType |
| Bus Type of the device. | |
| int | DeviceIDProduct |
| Product code of the device. | |
| int | DeviceIDVendor |
| Vendor ID of the device. | |
| int | DeviceIDVersion |
| Version of the device. | |
| std::string | DeviceName |
| Name of the device. | |
| int | FileDescriptor |
| File descriptor of th edevice. | |
| std::string | FileName |
| Name of the file to watch. | |
Friends | |
| class | boost::serialization::access |
1.4.7