sick::msg_0x77_t Class Reference

#include <msg_0x77.H>

Inheritance diagram for sick::msg_0x77_t:
sick::msg_t

List of all members.

Public Member Functions

 msg_0x77_t ()
 msg_0x77_t (msg_t const *msg)
double blanking (void) const
unsigned sensitivity (void) const
unsigned availability (void) const
unsigned measuring_mode (void) const
unsigned units (void) const
unsigned temporary_field (void) const
bool field_a_b_subtractive (void) const
unsigned multiple_eval (void) const
unsigned restart (void) const
unsigned restart_time (void) const
unsigned blanking_multiple_eval (void) const
unsigned contour_a_reference (void) const
unsigned contour_a_pos_tolerance (void) const
unsigned contour_a_neg_tolerance (void) const
unsigned contour_a_beg_angle (void) const
unsigned contour_a_end_angle (void) const
unsigned contour_b_reference (void) const
unsigned contour_b_pos_tolerance (void) const
unsigned contour_b_neg_tolerance (void) const
unsigned contour_b_beg_angle (void) const
unsigned contour_b_end_angle (void) const
unsigned contour_c_reference (void) const
unsigned contour_c_pos_tolerance (void) const
unsigned contour_c_neg_tolerance (void) const
unsigned contour_c_beg_angle (void) const
unsigned contour_c_end_angle (void) const
bool pixel_eval (void) const
unsigned single_eval_mode (void) const
unsigned field_b_c_restart_time (void) const
unsigned dazzling_multiple_eval (void) const

Static Protected Attributes

static unsigned const BLANKING_OFFSET = 5
static unsigned const SENSITIVITY_OFFSET = 7
static unsigned const AVAILABILITY_OFFSET = 9
static unsigned const MEASURING_MODE_OFFSET = 10
static unsigned const UNITS_OFFSET = 11
static unsigned const TEMPORARY_FIELD_OFFSET = 12
static unsigned const FIELD_A_B_SUBTRACTIVE_OFFSET = 13
static unsigned const MULTIPLE_EVAL_OFFSET = 14
static unsigned const RESTART_OFFSET = 15
static unsigned const RESTART_TIME_OFFSET = 16
static unsigned const BLANKING_MULTIPLE_EVAL_OFFSET = 17
static unsigned const CONTOUR_A_REFERENCE_OFFSET = 18
static unsigned const CONTOUR_A_POS_TOLERANCE_OFFSET = 19
static unsigned const CONTOUR_A_NEG_TOLERANCE_OFFSET = 20
static unsigned const CONTOUR_A_BEG_ANGLE_OFFSET = 21
static unsigned const CONTOUR_A_END_ANGLE_OFFSET = 22
static unsigned const CONTOUR_B_REFERENCE_OFFSET = 23
static unsigned const CONTOUR_B_POS_TOLERANCE_OFFSET = 24
static unsigned const CONTOUR_B_NEG_TOLERANCE_OFFSET = 25
static unsigned const CONTOUR_B_BEG_ANGLE_OFFSET = 26
static unsigned const CONTOUR_B_END_ANGLE_OFFSET = 27
static unsigned const CONTOUR_C_REFERENCE_OFFSET = 28
static unsigned const CONTOUR_C_POS_TOLERANCE_OFFSET = 29
static unsigned const CONTOUR_C_NEG_TOLERANCE_OFFSET = 30
static unsigned const CONTOUR_C_BEG_ANGLE_OFFSET = 31
static unsigned const CONTOUR_C_END_ANGLE_OFFSET = 32
static unsigned const PIXEL_EVAL_OFFSET = 33
static unsigned const SINGLE_EVAL_MODE_OFFSET = 34
static unsigned const FIELD_B_C_RESTART_TIME_OFFSET = 35
static unsigned const DAZZLING_MULTIPLE_EVAL_OFFSET = 37

Constructor & Destructor Documentation

sick::msg_0x77_t::msg_0x77_t (  ) 
sick::msg_0x77_t::msg_0x77_t ( msg_t const *  msg  )  [inline]

Member Function Documentation

unsigned sick::msg_0x77_t::availability ( void   )  const [inline]
double sick::msg_0x77_t::blanking ( void   )  const [inline]

References BLANKING_OFFSET, and sick::msg_t::m_data.

Referenced by msg_0x77_printer().

unsigned sick::msg_0x77_t::blanking_multiple_eval ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_a_beg_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_a_end_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_a_neg_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_a_pos_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_a_reference ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_b_beg_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_b_end_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_b_neg_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_b_pos_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_b_reference ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_c_beg_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_c_end_angle ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_c_neg_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_c_pos_tolerance ( void   )  const [inline]
unsigned sick::msg_0x77_t::contour_c_reference ( void   )  const [inline]
unsigned sick::msg_0x77_t::dazzling_multiple_eval ( void   )  const [inline]
bool sick::msg_0x77_t::field_a_b_subtractive ( void   )  const [inline]
unsigned sick::msg_0x77_t::field_b_c_restart_time ( void   )  const [inline]
unsigned sick::msg_0x77_t::measuring_mode ( void   )  const [inline]
unsigned sick::msg_0x77_t::multiple_eval ( void   )  const [inline]
bool sick::msg_0x77_t::pixel_eval ( void   )  const [inline]

References sick::msg_t::m_data, and PIXEL_EVAL_OFFSET.

Referenced by msg_0x77_printer().

unsigned sick::msg_0x77_t::restart ( void   )  const [inline]

References sick::msg_t::m_data, and RESTART_OFFSET.

Referenced by msg_0x77_printer().

unsigned sick::msg_0x77_t::restart_time ( void   )  const [inline]
unsigned sick::msg_0x77_t::sensitivity ( void   )  const [inline]
unsigned sick::msg_0x77_t::single_eval_mode ( void   )  const [inline]
unsigned sick::msg_0x77_t::temporary_field ( void   )  const [inline]
unsigned sick::msg_0x77_t::units ( void   )  const [inline]

References sick::msg_t::m_data, and UNITS_OFFSET.

Referenced by msg_0x77_printer().


Member Data Documentation

unsigned const sick::msg_0x77_t::AVAILABILITY_OFFSET = 9 [static, protected]

Referenced by availability().

unsigned const sick::msg_0x77_t::BLANKING_MULTIPLE_EVAL_OFFSET = 17 [static, protected]

Referenced by blanking_multiple_eval().

unsigned const sick::msg_0x77_t::BLANKING_OFFSET = 5 [static, protected]

Referenced by blanking().

unsigned const sick::msg_0x77_t::CONTOUR_A_BEG_ANGLE_OFFSET = 21 [static, protected]

Referenced by contour_a_beg_angle().

unsigned const sick::msg_0x77_t::CONTOUR_A_END_ANGLE_OFFSET = 22 [static, protected]

Referenced by contour_a_end_angle().

unsigned const sick::msg_0x77_t::CONTOUR_A_NEG_TOLERANCE_OFFSET = 20 [static, protected]

Referenced by contour_a_neg_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_A_POS_TOLERANCE_OFFSET = 19 [static, protected]

Referenced by contour_a_pos_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_A_REFERENCE_OFFSET = 18 [static, protected]

Referenced by contour_a_reference().

unsigned const sick::msg_0x77_t::CONTOUR_B_BEG_ANGLE_OFFSET = 26 [static, protected]

Referenced by contour_b_beg_angle().

unsigned const sick::msg_0x77_t::CONTOUR_B_END_ANGLE_OFFSET = 27 [static, protected]

Referenced by contour_b_end_angle().

unsigned const sick::msg_0x77_t::CONTOUR_B_NEG_TOLERANCE_OFFSET = 25 [static, protected]

Referenced by contour_b_neg_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_B_POS_TOLERANCE_OFFSET = 24 [static, protected]

Referenced by contour_b_pos_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_B_REFERENCE_OFFSET = 23 [static, protected]

Referenced by contour_b_reference().

unsigned const sick::msg_0x77_t::CONTOUR_C_BEG_ANGLE_OFFSET = 31 [static, protected]

Referenced by contour_c_beg_angle().

unsigned const sick::msg_0x77_t::CONTOUR_C_END_ANGLE_OFFSET = 32 [static, protected]

Referenced by contour_c_end_angle().

unsigned const sick::msg_0x77_t::CONTOUR_C_NEG_TOLERANCE_OFFSET = 30 [static, protected]

Referenced by contour_c_neg_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_C_POS_TOLERANCE_OFFSET = 29 [static, protected]

Referenced by contour_c_pos_tolerance().

unsigned const sick::msg_0x77_t::CONTOUR_C_REFERENCE_OFFSET = 28 [static, protected]

Referenced by contour_c_reference().

unsigned const sick::msg_0x77_t::DAZZLING_MULTIPLE_EVAL_OFFSET = 37 [static, protected]

Referenced by dazzling_multiple_eval().

unsigned const sick::msg_0x77_t::FIELD_A_B_SUBTRACTIVE_OFFSET = 13 [static, protected]

Referenced by field_a_b_subtractive().

unsigned const sick::msg_0x77_t::FIELD_B_C_RESTART_TIME_OFFSET = 35 [static, protected]

Referenced by field_b_c_restart_time().

unsigned const sick::msg_0x77_t::MEASURING_MODE_OFFSET = 10 [static, protected]

Referenced by measuring_mode().

unsigned const sick::msg_0x77_t::MULTIPLE_EVAL_OFFSET = 14 [static, protected]

Referenced by multiple_eval().

unsigned const sick::msg_0x77_t::PIXEL_EVAL_OFFSET = 33 [static, protected]

Referenced by pixel_eval().

unsigned const sick::msg_0x77_t::RESTART_OFFSET = 15 [static, protected]

Referenced by restart().

unsigned const sick::msg_0x77_t::RESTART_TIME_OFFSET = 16 [static, protected]

Referenced by restart_time().

unsigned const sick::msg_0x77_t::SENSITIVITY_OFFSET = 7 [static, protected]

Referenced by sensitivity().

unsigned const sick::msg_0x77_t::SINGLE_EVAL_MODE_OFFSET = 34 [static, protected]

Referenced by single_eval_mode().

unsigned const sick::msg_0x77_t::TEMPORARY_FIELD_OFFSET = 12 [static, protected]

Referenced by temporary_field().

unsigned const sick::msg_0x77_t::UNITS_OFFSET = 11 [static, protected]

Referenced by units().


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

Generated on Fri Apr 9 10:45:12 2010 for drivers by  doxygen 1.6.1