Ignition Msgs

API Reference

7.1.0

#include <sonar.pb.h>

Public Member Functions

 Sonar ()
 
 Sonar (const Sonar &from)
 
virtual ~Sonar ()
 
int ByteSize () const
 
void Clear ()
 
void clear_contact ()
 
void clear_frame ()
 
void clear_geometry ()
 
void clear_header ()
 
void clear_radius ()
 
void clear_range ()
 
void clear_range_max ()
 
void clear_range_min ()
 
void clear_world_pose ()
 
const ::ignition::msgs::Vector3dcontact () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Sonar &from)
 
const ::std::stringframe () const
 
const ::std::stringgeometry () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_contact () const
 
bool has_header () const
 
bool has_world_pose () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const Sonar &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Vector3dmutable_contact ()
 
::std::stringmutable_frame ()
 
::std::stringmutable_geometry ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Posemutable_world_pose ()
 
SonarNew () const
 
SonarNew (::google::protobuf::Arena *arena) const
 
Sonaroperator= (const Sonar &from)
 
double radius () const
 
double range () const
 
double range_max () const
 
double range_min () const
 
::ignition::msgs::Vector3drelease_contact ()
 
::std::stringrelease_frame ()
 
::std::stringrelease_geometry ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Poserelease_world_pose ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_contact (::ignition::msgs::Vector3d *contact)
 
void set_allocated_frame (::std::string *frame)
 
void set_allocated_geometry (::std::string *geometry)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_world_pose (::ignition::msgs::Pose *world_pose)
 
void set_frame (const ::std::string &value)
 
void set_frame (const char *value)
 
void set_frame (const char *value, size_t size)
 
void set_geometry (const ::std::string &value)
 
void set_geometry (const char *value)
 
void set_geometry (const char *value, size_t size)
 
void set_radius (double value)
 
void set_range (double value)
 
void set_range_max (double value)
 
void set_range_min (double value)
 
void Swap (Sonar *other)
 
const ::ignition::msgs::Poseworld_pose () const
 

Static Public Member Functions

static const Sonardefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 

Static Public Attributes

static const int kContactFieldNumber = 9
 
static const int kFrameFieldNumber = 2
 
static const int kGeometryFieldNumber = 8
 
static const int kHeaderFieldNumber = 1
 
static const int kRadiusFieldNumber = 6
 
static const int kRangeFieldNumber = 7
 
static const int kRangeMaxFieldNumber = 5
 
static const int kRangeMinFieldNumber = 4
 
static const int kWorldPoseFieldNumber = 3
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fsonar_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fsonar_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fsonar_2eproto ()
 

Constructor & Destructor Documentation

◆ Sonar() [1/2]

Sonar ( )

◆ ~Sonar()

virtual ~Sonar ( )
virtual

◆ Sonar() [2/2]

Sonar ( const Sonar from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_contact()

void clear_contact ( )
inline

◆ clear_frame()

void clear_frame ( )
inline

◆ clear_geometry()

void clear_geometry ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_radius()

void clear_radius ( )
inline

◆ clear_range()

void clear_range ( )
inline

◆ clear_range_max()

void clear_range_max ( )
inline

◆ clear_range_min()

void clear_range_min ( )
inline

◆ clear_world_pose()

void clear_world_pose ( )
inline

◆ contact()

const ::ignition::msgs::Vector3d & contact ( ) const
inline

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const Sonar from)

◆ default_instance()

static const Sonar& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ frame()

const ::std::string & frame ( ) const
inline

◆ geometry()

const ::std::string & geometry ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ has_contact()

bool has_contact ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ has_world_pose()

bool has_world_pose ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const Sonar from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ mutable_contact()

ignition::msgs::Vector3d * mutable_contact ( )
inline

◆ mutable_frame()

std::string * mutable_frame ( )
inline

◆ mutable_geometry()

std::string * mutable_geometry ( )
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_world_pose()

ignition::msgs::Pose * mutable_world_pose ( )
inline

◆ New() [1/2]

Sonar* New ( ) const
inline

References Sonar::New().

Referenced by Sonar::New().

◆ New() [2/2]

Sonar* New ( ::google::protobuf::Arena *  arena) const

◆ operator=()

Sonar& operator= ( const Sonar from)
inline

◆ radius()

double radius ( ) const
inline

◆ range()

double range ( ) const
inline

◆ range_max()

double range_max ( ) const
inline

◆ range_min()

double range_min ( ) const
inline

◆ release_contact()

ignition::msgs::Vector3d * release_contact ( )
inline

◆ release_frame()

std::string * release_frame ( )
inline

◆ release_geometry()

std::string * release_geometry ( )
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_world_pose()

ignition::msgs::Pose * release_world_pose ( )
inline

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
inline

◆ set_allocated_contact()

void set_allocated_contact ( ::ignition::msgs::Vector3d contact)
inline

◆ set_allocated_frame()

void set_allocated_frame ( ::std::string frame)
inline

◆ set_allocated_geometry()

void set_allocated_geometry ( ::std::string geometry)
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_world_pose()

void set_allocated_world_pose ( ::ignition::msgs::Pose world_pose)
inline

◆ set_frame() [1/3]

void set_frame ( const ::std::string value)
inline

◆ set_frame() [2/3]

void set_frame ( const char *  value)
inline

◆ set_frame() [3/3]

void set_frame ( const char *  value,
size_t  size 
)
inline

◆ set_geometry() [1/3]

void set_geometry ( const ::std::string value)
inline

◆ set_geometry() [2/3]

void set_geometry ( const char *  value)
inline

◆ set_geometry() [3/3]

void set_geometry ( const char *  value,
size_t  size 
)
inline

◆ set_radius()

void set_radius ( double  value)
inline

◆ set_range()

void set_range ( double  value)
inline

◆ set_range_max()

void set_range_max ( double  value)
inline

◆ set_range_min()

void set_range_min ( double  value)
inline

◆ Swap()

void Swap ( Sonar other)

◆ world_pose()

const ::ignition::msgs::Pose & world_pose ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fsonar_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fsonar_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fsonar_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fsonar_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fsonar_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fsonar_2eproto ( )
friend

Member Data Documentation

◆ kContactFieldNumber

const int kContactFieldNumber = 9
static

◆ kFrameFieldNumber

const int kFrameFieldNumber = 2
static

◆ kGeometryFieldNumber

const int kGeometryFieldNumber = 8
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kRadiusFieldNumber

const int kRadiusFieldNumber = 6
static

◆ kRangeFieldNumber

const int kRangeFieldNumber = 7
static

◆ kRangeMaxFieldNumber

const int kRangeMaxFieldNumber = 5
static

◆ kRangeMinFieldNumber

const int kRangeMinFieldNumber = 4
static

◆ kWorldPoseFieldNumber

const int kWorldPoseFieldNumber = 3
static

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