YARP
Yet Another Robot Platform
yarp::wire_rep_utils::WireTwiddlerGap Class Reference

#include <yarp/wire_rep_utils/WireTwiddler.h>

Public Member Functions

 WireTwiddlerGap ()
 
char * getStart () const
 
int getLength () const
 
int getUnitLength () const
 
int getExternalLength () const
 
bool shouldIgnoreExternal () const
 
const std::string & getOrigin () const
 

Public Attributes

int buffer_start
 
int buffer_length
 
int length
 
int unit_length
 
int wire_unit_length
 
char * byte_start
 
int byte_length
 
bool ignore_external
 
bool save_external
 
bool load_external
 
bool computing
 
std::string origin
 
std::string var_name
 
int flavor
 

Detailed Description

Definition at line 30 of file WireTwiddler.h.

Constructor & Destructor Documentation

◆ WireTwiddlerGap()

yarp::wire_rep_utils::WireTwiddlerGap::WireTwiddlerGap ( )
inline

Definition at line 47 of file WireTwiddler.h.

Member Function Documentation

◆ getExternalLength()

int yarp::wire_rep_utils::WireTwiddlerGap::getExternalLength ( ) const
inline

Definition at line 65 of file WireTwiddler.h.

◆ getLength()

int yarp::wire_rep_utils::WireTwiddlerGap::getLength ( ) const
inline

Definition at line 63 of file WireTwiddler.h.

◆ getOrigin()

const std::string& yarp::wire_rep_utils::WireTwiddlerGap::getOrigin ( ) const
inline

Definition at line 67 of file WireTwiddler.h.

◆ getStart()

char* yarp::wire_rep_utils::WireTwiddlerGap::getStart ( ) const
inline

Definition at line 62 of file WireTwiddler.h.

◆ getUnitLength()

int yarp::wire_rep_utils::WireTwiddlerGap::getUnitLength ( ) const
inline

Definition at line 64 of file WireTwiddler.h.

◆ shouldIgnoreExternal()

bool yarp::wire_rep_utils::WireTwiddlerGap::shouldIgnoreExternal ( ) const
inline

Definition at line 66 of file WireTwiddler.h.

Member Data Documentation

◆ buffer_length

int yarp::wire_rep_utils::WireTwiddlerGap::buffer_length

Definition at line 34 of file WireTwiddler.h.

◆ buffer_start

int yarp::wire_rep_utils::WireTwiddlerGap::buffer_start

Definition at line 33 of file WireTwiddler.h.

◆ byte_length

int yarp::wire_rep_utils::WireTwiddlerGap::byte_length

Definition at line 39 of file WireTwiddler.h.

◆ byte_start

char* yarp::wire_rep_utils::WireTwiddlerGap::byte_start

Definition at line 38 of file WireTwiddler.h.

◆ computing

bool yarp::wire_rep_utils::WireTwiddlerGap::computing

Definition at line 43 of file WireTwiddler.h.

◆ flavor

int yarp::wire_rep_utils::WireTwiddlerGap::flavor

Definition at line 46 of file WireTwiddler.h.

◆ ignore_external

bool yarp::wire_rep_utils::WireTwiddlerGap::ignore_external

Definition at line 40 of file WireTwiddler.h.

◆ length

int yarp::wire_rep_utils::WireTwiddlerGap::length

Definition at line 35 of file WireTwiddler.h.

◆ load_external

bool yarp::wire_rep_utils::WireTwiddlerGap::load_external

Definition at line 42 of file WireTwiddler.h.

◆ origin

std::string yarp::wire_rep_utils::WireTwiddlerGap::origin

Definition at line 44 of file WireTwiddler.h.

◆ save_external

bool yarp::wire_rep_utils::WireTwiddlerGap::save_external

Definition at line 41 of file WireTwiddler.h.

◆ unit_length

int yarp::wire_rep_utils::WireTwiddlerGap::unit_length

Definition at line 36 of file WireTwiddler.h.

◆ var_name

std::string yarp::wire_rep_utils::WireTwiddlerGap::var_name

Definition at line 45 of file WireTwiddler.h.

◆ wire_unit_length

int yarp::wire_rep_utils::WireTwiddlerGap::wire_unit_length

Definition at line 37 of file WireTwiddler.h.


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