Public Member Functions | Protected Member Functions | Private Attributes | List of all members
usb_cam_controllers::CompressedPacketController Class Reference

#include <packet_controllers.hpp>

Inheritance diagram for usb_cam_controllers::CompressedPacketController:
Inheritance graph
[legend]

Public Member Functions

 CompressedPacketController ()
 
virtual ~CompressedPacketController ()
 
- Public Member Functions inherited from usb_cam_controllers::SimplePacketController
virtual bool init (usb_cam_hardware_interface::PacketInterface *hw, ros::NodeHandle &root_nh, ros::NodeHandle &controller_nh)
 
 SimplePacketController ()
 
virtual void starting (const ros::Time &time)
 
virtual void stopping (const ros::Time &time)
 
virtual void update (const ros::Time &time, const ros::Duration &period)
 
virtual ~SimplePacketController ()
 
- Public Member Functions inherited from controller_interface::Controller< usb_cam_hardware_interface::PacketInterface >
 Controller ()
 
virtual bool init (usb_cam_hardware_interface::PacketInterface *, ros::NodeHandle &)
 
virtual ~Controller ()
 
- Public Member Functions inherited from controller_interface::ControllerBase
 ControllerBase ()
 
bool isRunning ()
 
bool isRunning ()
 
bool startRequest (const ros::Time &time)
 
bool startRequest (const ros::Time &time)
 
bool stopRequest (const ros::Time &time)
 
bool stopRequest (const ros::Time &time)
 
void updateRequest (const ros::Time &time, const ros::Duration &period)
 
void updateRequest (const ros::Time &time, const ros::Duration &period)
 
virtual ~ControllerBase ()
 

Protected Member Functions

virtual bool initImpl (usb_cam_hardware_interface::PacketInterface *hw, ros::NodeHandle &root_nh, ros::NodeHandle &controller_nh)
 
virtual void startingImpl (const ros::Time &time)
 
virtual void stoppingImpl (const ros::Time &time)
 
virtual void updateImpl (const ros::Time &time, const ros::Duration &period)
 
- Protected Member Functions inherited from controller_interface::Controller< usb_cam_hardware_interface::PacketInterface >
std::string getHardwareInterfaceType () const
 
virtual bool initRequest (hardware_interface::RobotHW *robot_hw, ros::NodeHandle &root_nh, ros::NodeHandle &controller_nh, ClaimedResources &claimed_resources)
 

Private Attributes

std::string format_
 
ros::Publisher publisher_
 
int skip_cnt_
 
int skip_max_
 

Additional Inherited Members

- Public Types inherited from controller_interface::ControllerBase
typedef std::vector< hardware_interface::InterfaceResourcesClaimedResources
 
- Public Attributes inherited from controller_interface::ControllerBase
 CONSTRUCTED
 
 INITIALIZED
 
 RUNNING
 
enum controller_interface::ControllerBase:: { ... }  state_
 
- Protected Attributes inherited from usb_cam_controllers::SimplePacketController
usb_cam_hardware_interface::PacketHandle packet_iface_
 

Detailed Description

Definition at line 79 of file packet_controllers.hpp.

Constructor & Destructor Documentation

usb_cam_controllers::CompressedPacketController::CompressedPacketController ( )
inline

Definition at line 81 of file packet_controllers.hpp.

virtual usb_cam_controllers::CompressedPacketController::~CompressedPacketController ( )
inlinevirtual

Definition at line 83 of file packet_controllers.hpp.

Member Function Documentation

virtual bool usb_cam_controllers::CompressedPacketController::initImpl ( usb_cam_hardware_interface::PacketInterface hw,
ros::NodeHandle root_nh,
ros::NodeHandle controller_nh 
)
inlineprotectedvirtual
virtual void usb_cam_controllers::CompressedPacketController::startingImpl ( const ros::Time time)
inlineprotectedvirtual
virtual void usb_cam_controllers::CompressedPacketController::stoppingImpl ( const ros::Time time)
inlineprotectedvirtual
virtual void usb_cam_controllers::CompressedPacketController::updateImpl ( const ros::Time time,
const ros::Duration period 
)
inlineprotectedvirtual

Member Data Documentation

std::string usb_cam_controllers::CompressedPacketController::format_
private

Definition at line 125 of file packet_controllers.hpp.

ros::Publisher usb_cam_controllers::CompressedPacketController::publisher_
private

Definition at line 129 of file packet_controllers.hpp.

int usb_cam_controllers::CompressedPacketController::skip_cnt_
private

Definition at line 128 of file packet_controllers.hpp.

int usb_cam_controllers::CompressedPacketController::skip_max_
private

Definition at line 126 of file packet_controllers.hpp.


The documentation for this class was generated from the following file:


usb_cam_controllers
Author(s):
autogenerated on Tue Jul 14 2020 03:12:08