#include <packet_interface.hpp>
Definition at line 15 of file packet_interface.hpp.
usb_cam_hardware_interface::PacketHandle::PacketHandle |
( |
| ) |
|
|
inline |
usb_cam_hardware_interface::PacketHandle::PacketHandle |
( |
const std::string & |
name, |
|
|
const ros::Time *const |
stamp, |
|
|
const void **const |
start, |
|
|
const std::size_t *const |
length |
|
) |
| |
|
inline |
virtual usb_cam_hardware_interface::PacketHandle::~PacketHandle |
( |
| ) |
|
|
inlinevirtual |
std::size_t usb_cam_hardware_interface::PacketHandle::getLength |
( |
| ) |
const |
|
inline |
std::string usb_cam_hardware_interface::PacketHandle::getName |
( |
| ) |
const |
|
inline |
ros::Time usb_cam_hardware_interface::PacketHandle::getStamp |
( |
| ) |
const |
|
inline |
const void* usb_cam_hardware_interface::PacketHandle::getStart |
( |
| ) |
const |
|
inline |
template<typename Byte >
const Byte* usb_cam_hardware_interface::PacketHandle::getStartAs |
( |
| ) |
const |
|
inline |
const std::size_t* usb_cam_hardware_interface::PacketHandle::length_ |
|
private |
std::string usb_cam_hardware_interface::PacketHandle::name_ |
|
private |
const ros::Time* usb_cam_hardware_interface::PacketHandle::stamp_ |
|
private |
const void** usb_cam_hardware_interface::PacketHandle::start_ |
|
private |
The documentation for this class was generated from the following file: