List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
VideoRecord Class Referencefinal
#include <video_record.pb.h>
Public Types | |
enum | : int { kFormatFieldNumber = 4 , kSaveFilenameFieldNumber = 5 , kHeaderFieldNumber = 1 , kStartFieldNumber = 2 , kStopFieldNumber = 3 } |
Public Member Functions | |
VideoRecord () | |
constexpr | VideoRecord (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
VideoRecord (const VideoRecord &from) | |
VideoRecord (VideoRecord &&from) noexcept | |
~VideoRecord () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_format () |
void | clear_header () |
void | clear_save_filename () |
void | clear_start () |
void | clear_stop () |
void | CopyFrom (const VideoRecord &from) |
const std::string & | format () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
void | MergeFrom (const VideoRecord &from) |
std::string * | mutable_format () |
::ignition::msgs::Header * | mutable_header () |
std::string * | mutable_save_filename () |
VideoRecord * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
VideoRecord & | operator= (const VideoRecord &from) |
VideoRecord & | operator= (VideoRecord &&from) noexcept |
PROTOBUF_NODISCARD std::string * | release_format () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_save_filename () |
const std::string & | save_filename () const |
void | set_allocated_format (std::string *format) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_save_filename (std::string *save_filename) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_format (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_format (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_save_filename (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_save_filename (ArgT0 &&arg0, ArgT... args) |
void | set_start (bool value) |
void | set_stop (bool value) |
bool | start () const |
bool | stop () const |
void | Swap (VideoRecord *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (VideoRecord *other) |
Static Public Member Functions | |
static const VideoRecord & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const VideoRecord * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
VideoRecord (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ VideoRecord() [1/5]
|
inline |
◆ ~VideoRecord()
|
override |
◆ VideoRecord() [2/5]
|
explicitconstexpr |
◆ VideoRecord() [3/5]
VideoRecord | ( | const VideoRecord & | from | ) |
◆ VideoRecord() [4/5]
|
inlinenoexcept |
◆ VideoRecord() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_format()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_save_filename()
|
inline |
◆ clear_start()
|
inline |
◆ clear_stop()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const VideoRecord & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ format()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_VideoRecord_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const VideoRecord & | from | ) |
◆ mutable_format()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_save_filename()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ release_format()
|
inline |
◆ release_header()
|
inline |
◆ release_save_filename()
|
inline |
◆ save_filename()
|
inline |
◆ set_allocated_format()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_save_filename()
|
inline |
◆ set_format() [1/2]
void set_format | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_format() [2/2]
|
inline |
◆ set_save_filename() [1/2]
void set_save_filename | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_save_filename() [2/2]
|
inline |
◆ set_start()
|
inline |
◆ set_stop()
|
inline |
◆ start()
|
inline |
◆ stop()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: