Ignition Msgs

API Reference

6.4.0
image.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "ignition/msgs/header.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>

Go to the source code of this file.

Classes

class  Image
 
struct  is_proto_enum< ::ignition::msgs::PixelFormatType >
 

Namespaces

 google
 
 google::protobuf
 
 ignition
 
 ignition::msgs
 

Typedefs

typedef std::shared_ptr< const Image > ConstImageSharedPtr
 
typedef std::unique_ptr< const Image > ConstImageUniquePtr
 
typedef std::shared_ptr< Image > ImageSharedPtr
 
typedef std::unique_ptr< Image > ImageUniquePtr
 

Enumerations

enum  PixelFormatType {
  UNKNOWN_PIXEL_FORMAT = 0, L_INT8 = 1, L_INT16 = 2, RGB_INT8 = 3,
  RGBA_INT8 = 4, BGRA_INT8 = 5, RGB_INT16 = 6, RGB_INT32 = 7,
  BGR_INT8 = 8, BGR_INT16 = 9, BGR_INT32 = 10, R_FLOAT16 = 11,
  RGB_FLOAT16 = 12, R_FLOAT32 = 13, RGB_FLOAT32 = 14, BAYER_RGGB8 = 15,
  BAYER_BGGR8 = 16, BAYER_GBRG8 = 17, BAYER_GRBG8 = 18, PixelFormatType_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
  PixelFormatType_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 

Functions

template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::PixelFormatType > ()
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * PixelFormatType_descriptor ()
 
IGNITION_MSGS_VISIBLE bool PixelFormatType_IsValid (int value)
 
const ::std::stringPixelFormatType_Name (PixelFormatType value)
 
bool PixelFormatType_Parse (const ::std::string &name, PixelFormatType *value)
 
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fimage_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fimage_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fimage_2eproto ()
 

Variables

const int PixelFormatType_ARRAYSIZE = PixelFormatType_MAX + 1
 
const PixelFormatType PixelFormatType_MAX = BAYER_GRBG8
 
const PixelFormatType PixelFormatType_MIN = UNKNOWN_PIXEL_FORMAT