Goby3  3.1.5
2024.05.14
pty_config.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/middleware/protobuf/pty_config.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
5 #define PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
34 #include "dccl/option_extensions.pb.h"
35 #include <boost/units/quantity.hpp>
36 #include <boost/units/absolute.hpp>
37 #include <boost/units/dimensionless_type.hpp>
38 #include <boost/units/make_scaled_unit.hpp>
39 // @@protoc_insertion_point(includes)
40 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
41 
43 // Internal implementation detail -- do not use these members.
44 struct TableStruct {
45  static const ::google::protobuf::internal::ParseTableField entries[];
46  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
47  static const ::google::protobuf::internal::ParseTable schema[1];
48  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
49  static const ::google::protobuf::internal::SerializationTable serialization_table[];
51 };
52 void AddDescriptors();
53 } // namespace protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
54 namespace goby {
55 namespace middleware {
56 namespace protobuf {
57 class PTYConfig;
58 class PTYConfigDefaultTypeInternal;
59 extern PTYConfigDefaultTypeInternal _PTYConfig_default_instance_;
60 } // namespace protobuf
61 } // namespace middleware
62 } // namespace goby
63 namespace google {
64 namespace protobuf {
65 template<> ::goby::middleware::protobuf::PTYConfig* Arena::CreateMaybeMessage<::goby::middleware::protobuf::PTYConfig>(Arena*);
66 } // namespace protobuf
67 } // namespace google
68 namespace goby {
69 namespace middleware {
70 namespace protobuf {
71 
72 // ===================================================================
73 
74 class PTYConfig : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.middleware.protobuf.PTYConfig) */ {
75  public:
76  PTYConfig();
77  virtual ~PTYConfig();
78 
79  PTYConfig(const PTYConfig& from);
80 
81  inline PTYConfig& operator=(const PTYConfig& from) {
82  CopyFrom(from);
83  return *this;
84  }
85  #if LANG_CXX11
86  PTYConfig(PTYConfig&& from) noexcept
87  : PTYConfig() {
88  *this = ::std::move(from);
89  }
90 
91  inline PTYConfig& operator=(PTYConfig&& from) noexcept {
92  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
93  if (this != &from) InternalSwap(&from);
94  } else {
95  CopyFrom(from);
96  }
97  return *this;
98  }
99  #endif
100  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
101  return _internal_metadata_.unknown_fields();
102  }
103  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
104  return _internal_metadata_.mutable_unknown_fields();
105  }
106 
107  static const ::google::protobuf::Descriptor* descriptor();
108  static const PTYConfig& default_instance();
109 
110  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
111  static inline const PTYConfig* internal_default_instance() {
112  return reinterpret_cast<const PTYConfig*>(
114  }
115  static constexpr int kIndexInFileMessages =
116  0;
117 
118  void Swap(PTYConfig* other);
119  friend void swap(PTYConfig& a, PTYConfig& b) {
120  a.Swap(&b);
121  }
122 
123  // implements Message ----------------------------------------------
124 
125  inline PTYConfig* New() const final {
126  return CreateMaybeMessage<PTYConfig>(NULL);
127  }
128 
129  PTYConfig* New(::google::protobuf::Arena* arena) const final {
130  return CreateMaybeMessage<PTYConfig>(arena);
131  }
132  void CopyFrom(const ::google::protobuf::Message& from) final;
133  void MergeFrom(const ::google::protobuf::Message& from) final;
134  void CopyFrom(const PTYConfig& from);
135  void MergeFrom(const PTYConfig& from);
136  void Clear() final;
137  bool IsInitialized() const final;
138 
139  size_t ByteSizeLong() const final;
141  ::google::protobuf::io::CodedInputStream* input) final;
143  ::google::protobuf::io::CodedOutputStream* output) const final;
145  bool deterministic, ::google::protobuf::uint8* target) const final;
146  int GetCachedSize() const final { return _cached_size_.Get(); }
147 
148  private:
149  void SharedCtor();
150  void SharedDtor();
151  void SetCachedSize(int size) const final;
152  void InternalSwap(PTYConfig* other);
153  private:
154  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
155  return NULL;
156  }
157  inline void* MaybeArenaPtr() const {
158  return NULL;
159  }
160  public:
161 
163 
164  // nested types ----------------------------------------------------
165 
166  // accessors -------------------------------------------------------
167 
168  // required string port = 1 [(.goby.field) = {
169  bool has_port() const;
170  void clear_port();
171  static const int kPortFieldNumber = 1;
172  const ::std::string& port() const;
173  void set_port(const ::std::string& value);
174  #if LANG_CXX11
175  void set_port(::std::string&& value);
176  #endif
177  void set_port(const char* value);
178  void set_port(const char* value, size_t size);
179  ::std::string* mutable_port();
180  ::std::string* release_port();
181  void set_allocated_port(::std::string* port);
182 
183  // optional string end_of_line = 3 [default = "\n", (.goby.field) = {
184  bool has_end_of_line() const;
185  void clear_end_of_line();
186  static const int kEndOfLineFieldNumber = 3;
187  const ::std::string& end_of_line() const;
188  void set_end_of_line(const ::std::string& value);
189  #if LANG_CXX11
190  void set_end_of_line(::std::string&& value);
191  #endif
192  void set_end_of_line(const char* value);
193  void set_end_of_line(const char* value, size_t size);
194  ::std::string* mutable_end_of_line();
195  ::std::string* release_end_of_line();
196  void set_allocated_end_of_line(::std::string* end_of_line);
197 
198  // optional uint32 baud = 2 [default = 115200, (.goby.field) = {
199  bool has_baud() const;
200  void clear_baud();
201  static const int kBaudFieldNumber = 2;
203  void set_baud(::google::protobuf::uint32 value);
204 
205  // @@protoc_insertion_point(class_scope:goby.middleware.protobuf.PTYConfig)
206  private:
207  void set_has_port();
208  void clear_has_port();
209  void set_has_baud();
210  void clear_has_baud();
211  void set_has_end_of_line();
212  void clear_has_end_of_line();
213 
214  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
215  ::google::protobuf::internal::HasBits<1> _has_bits_;
216  mutable ::google::protobuf::internal::CachedSize _cached_size_;
217  ::google::protobuf::internal::ArenaStringPtr port_;
218  public:
219  static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string> _i_give_permission_to_break_this_code_default_end_of_line_;
220  private:
221  ::google::protobuf::internal::ArenaStringPtr end_of_line_;
223  friend struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct;
224 };
225 // ===================================================================
226 
227 
228 // ===================================================================
229 
230 #ifdef __GNUC__
231  #pragma GCC diagnostic push
232  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
233 #endif // __GNUC__
234 // PTYConfig
235 
236 // required string port = 1 [(.goby.field) = {
237 inline bool PTYConfig::has_port() const {
238  return (_has_bits_[0] & 0x00000001u) != 0;
239 }
240 inline void PTYConfig::set_has_port() {
241  _has_bits_[0] |= 0x00000001u;
242 }
243 inline void PTYConfig::clear_has_port() {
244  _has_bits_[0] &= ~0x00000001u;
245 }
246 inline void PTYConfig::clear_port() {
247  port_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
248  clear_has_port();
249 }
250 inline const ::std::string& PTYConfig::port() const {
251  // @@protoc_insertion_point(field_get:goby.middleware.protobuf.PTYConfig.port)
252  return port_.GetNoArena();
253 }
254 inline void PTYConfig::set_port(const ::std::string& value) {
255  set_has_port();
256  port_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
257  // @@protoc_insertion_point(field_set:goby.middleware.protobuf.PTYConfig.port)
258 }
259 #if LANG_CXX11
260 inline void PTYConfig::set_port(::std::string&& value) {
261  set_has_port();
262  port_.SetNoArena(
264  // @@protoc_insertion_point(field_set_rvalue:goby.middleware.protobuf.PTYConfig.port)
265 }
266 #endif
267 inline void PTYConfig::set_port(const char* value) {
268  GOOGLE_DCHECK(value != NULL);
269  set_has_port();
270  port_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
271  // @@protoc_insertion_point(field_set_char:goby.middleware.protobuf.PTYConfig.port)
272 }
273 inline void PTYConfig::set_port(const char* value, size_t size) {
274  set_has_port();
276  ::std::string(reinterpret_cast<const char*>(value), size));
277  // @@protoc_insertion_point(field_set_pointer:goby.middleware.protobuf.PTYConfig.port)
278 }
279 inline ::std::string* PTYConfig::mutable_port() {
280  set_has_port();
281  // @@protoc_insertion_point(field_mutable:goby.middleware.protobuf.PTYConfig.port)
282  return port_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
283 }
284 inline ::std::string* PTYConfig::release_port() {
285  // @@protoc_insertion_point(field_release:goby.middleware.protobuf.PTYConfig.port)
286  if (!has_port()) {
287  return NULL;
288  }
289  clear_has_port();
290  return port_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
291 }
292 inline void PTYConfig::set_allocated_port(::std::string* port) {
293  if (port != NULL) {
294  set_has_port();
295  } else {
296  clear_has_port();
297  }
298  port_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), port);
299  // @@protoc_insertion_point(field_set_allocated:goby.middleware.protobuf.PTYConfig.port)
300 }
301 
302 // optional uint32 baud = 2 [default = 115200, (.goby.field) = {
303 inline bool PTYConfig::has_baud() const {
304  return (_has_bits_[0] & 0x00000004u) != 0;
305 }
306 inline void PTYConfig::set_has_baud() {
307  _has_bits_[0] |= 0x00000004u;
308 }
309 inline void PTYConfig::clear_has_baud() {
310  _has_bits_[0] &= ~0x00000004u;
311 }
312 inline void PTYConfig::clear_baud() {
313  baud_ = 115200u;
314  clear_has_baud();
315 }
317  // @@protoc_insertion_point(field_get:goby.middleware.protobuf.PTYConfig.baud)
318  return baud_;
319 }
321  set_has_baud();
322  baud_ = value;
323  // @@protoc_insertion_point(field_set:goby.middleware.protobuf.PTYConfig.baud)
324 }
325 
326 // optional string end_of_line = 3 [default = "\n", (.goby.field) = {
327 inline bool PTYConfig::has_end_of_line() const {
328  return (_has_bits_[0] & 0x00000002u) != 0;
329 }
330 inline void PTYConfig::set_has_end_of_line() {
331  _has_bits_[0] |= 0x00000002u;
332 }
333 inline void PTYConfig::clear_has_end_of_line() {
334  _has_bits_[0] &= ~0x00000002u;
335 }
338  clear_has_end_of_line();
339 }
340 inline const ::std::string& PTYConfig::end_of_line() const {
341  // @@protoc_insertion_point(field_get:goby.middleware.protobuf.PTYConfig.end_of_line)
342  return end_of_line_.GetNoArena();
343 }
344 inline void PTYConfig::set_end_of_line(const ::std::string& value) {
345  set_has_end_of_line();
347  // @@protoc_insertion_point(field_set:goby.middleware.protobuf.PTYConfig.end_of_line)
348 }
349 #if LANG_CXX11
350 inline void PTYConfig::set_end_of_line(::std::string&& value) {
351  set_has_end_of_line();
352  end_of_line_.SetNoArena(
354  // @@protoc_insertion_point(field_set_rvalue:goby.middleware.protobuf.PTYConfig.end_of_line)
355 }
356 #endif
357 inline void PTYConfig::set_end_of_line(const char* value) {
358  GOOGLE_DCHECK(value != NULL);
359  set_has_end_of_line();
361  // @@protoc_insertion_point(field_set_char:goby.middleware.protobuf.PTYConfig.end_of_line)
362 }
363 inline void PTYConfig::set_end_of_line(const char* value, size_t size) {
364  set_has_end_of_line();
366  ::std::string(reinterpret_cast<const char*>(value), size));
367  // @@protoc_insertion_point(field_set_pointer:goby.middleware.protobuf.PTYConfig.end_of_line)
368 }
369 inline ::std::string* PTYConfig::mutable_end_of_line() {
370  set_has_end_of_line();
371  // @@protoc_insertion_point(field_mutable:goby.middleware.protobuf.PTYConfig.end_of_line)
373 }
374 inline ::std::string* PTYConfig::release_end_of_line() {
375  // @@protoc_insertion_point(field_release:goby.middleware.protobuf.PTYConfig.end_of_line)
376  if (!has_end_of_line()) {
377  return NULL;
378  }
379  clear_has_end_of_line();
381 }
382 inline void PTYConfig::set_allocated_end_of_line(::std::string* end_of_line) {
383  if (end_of_line != NULL) {
384  set_has_end_of_line();
385  } else {
386  clear_has_end_of_line();
387  }
389  // @@protoc_insertion_point(field_set_allocated:goby.middleware.protobuf.PTYConfig.end_of_line)
390 }
391 
392 #ifdef __GNUC__
393  #pragma GCC diagnostic pop
394 #endif // __GNUC__
395 
396 // @@protoc_insertion_point(namespace_scope)
397 
398 } // namespace protobuf
399 } // namespace middleware
400 } // namespace goby
401 
402 // @@protoc_insertion_point(global_scope)
403 
404 #endif // PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
goby::middleware::protobuf::PTYConfig::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: pty_config.pb.h:49
google::protobuf::internal::GetEmptyStringAlreadyInited
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:133
goby::middleware::protobuf::PTYConfig::default_instance
static const PTYConfig & default_instance()
goby::middleware::protobuf::PTYConfig::New
PTYConfig * New(::google::protobuf::Arena *arena) const final
Definition: pty_config.pb.h:129
goby::middleware::protobuf::PTYConfig::GetCachedSize
int GetCachedSize() const final
Definition: pty_config.pb.h:146
goby::middleware::protobuf::PTYConfig::Clear
void Clear() final
goby::middleware::protobuf::_PTYConfig_default_instance_
PTYConfigDefaultTypeInternal _PTYConfig_default_instance_
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::middleware::protobuf::PTYConfig::clear_baud
void clear_baud()
Definition: pty_config.pb.h:312
goby::middleware::protobuf::PTYConfig::operator=
PTYConfig & operator=(const PTYConfig &from)
Definition: pty_config.pb.h:81
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: pty_config.pb.h:48
goby::middleware::protobuf::PTYConfig::PTYConfig
PTYConfig()
goby::middleware::protobuf::PTYConfig::port
const ::std::string & port() const
Definition: pty_config.pb.h:250
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: pty_config.pb.h:50
goby::middleware::protobuf::PTYConfig::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: pty_config.pb.h:103
goby::middleware::protobuf::PTYConfig::has_baud
bool has_baud() const
Definition: pty_config.pb.h:303
goby::middleware::protobuf::PTYConfig::release_port
::std::string * release_port()
Definition: pty_config.pb.h:284
goby::middleware::protobuf::PTYConfig::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::middleware::protobuf::PTYConfig::has_port
bool has_port() const
Definition: pty_config.pb.h:237
goby::middleware::protobuf::PTYConfig::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
google::protobuf::Arena
Definition: arena.h:244
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: pty_config.pb.h:46
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct
Definition: pty_config.pb.h:44
goby::middleware::protobuf::PTYConfig::kEndOfLineFieldNumber
static const int kEndOfLineFieldNumber
Definition: pty_config.pb.h:186
goby::middleware::protobuf::PTYConfig::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: pty_config.pb.h:47
goby::middleware::protobuf::PTYConfig::kPortFieldNumber
static const int kPortFieldNumber
Definition: pty_config.pb.h:171
goby::middleware::protobuf::PTYConfig::mutable_end_of_line
::std::string * mutable_end_of_line()
Definition: pty_config.pb.h:369
goby::middleware::protobuf::PTYConfig::set_allocated_port
void set_allocated_port(::std::string *port)
Definition: pty_config.pb.h:292
message.h
goby::middleware::protobuf::PTYConfig::release_end_of_line
::std::string * release_end_of_line()
Definition: pty_config.pb.h:374
goby::middleware::protobuf::PTYConfig::~PTYConfig
virtual ~PTYConfig()
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: pty_config.pb.h:45
goby::middleware::protobuf::PTYConfig::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto::AddDescriptors
void AddDescriptors()
goby::middleware::protobuf::PTYConfig::ByteSizeLong
size_t ByteSizeLong() const final
goby::middleware::protobuf::PTYConfig::_i_give_permission_to_break_this_code_default_end_of_line_
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_end_of_line_
Definition: pty_config.pb.h:219
goby::middleware::protobuf::PTYConfig
Definition: pty_config.pb.h:74
google::protobuf::Metadata
Definition: message.h:174
detail::get
auto get(const nlohmann::detail::iteration_proxy_value< IteratorType > &i) -> decltype(i.key())
Definition: json.hpp:5271
goby::middleware::protobuf::PTYConfig::has_end_of_line
bool has_end_of_line() const
Definition: pty_config.pb.h:327
goby::middleware::protobuf::PTYConfig::set_end_of_line
void set_end_of_line(const ::std::string &value)
Definition: pty_config.pb.h:344
goby::middleware::protobuf::PTYConfig::Swap
void Swap(PTYConfig *other)
google::protobuf::Message
Definition: message.h:189
goby::middleware::protobuf::PTYConfig::internal_default_instance
static const PTYConfig * internal_default_instance()
Definition: pty_config.pb.h:111
protobuf_goby_2fmiddleware_2fprotobuf_2fpty_5fconfig_2eproto
Definition: pty_config.pb.h:42
goby::middleware::protobuf::PTYConfig::mutable_port
::std::string * mutable_port()
Definition: pty_config.pb.h:279
arena.h
goby::middleware::protobuf::PTYConfig::set_baud
void set_baud(::google::protobuf::uint32 value)
Definition: pty_config.pb.h:320
goby::middleware::protobuf::PTYConfig::baud
::google::protobuf::uint32 baud() const
Definition: pty_config.pb.h:316
goby::middleware::protobuf::PTYConfig::New
PTYConfig * New() const final
Definition: pty_config.pb.h:125
goby::middleware::protobuf::PTYConfig::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::middleware::protobuf::PTYConfig::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::middleware::protobuf::PTYConfig::clear_port
void clear_port()
Definition: pty_config.pb.h:246
option_extensions.pb.h
goby::middleware::protobuf::PTYConfig::set_allocated_end_of_line
void set_allocated_end_of_line(::std::string *end_of_line)
Definition: pty_config.pb.h:382
goby::middleware::protobuf::PTYConfig::InitAsDefaultInstance
static void InitAsDefaultInstance()
goby::middleware::protobuf::PTYConfig::set_port
void set_port(const ::std::string &value)
Definition: pty_config.pb.h:254
goby::middleware::protobuf::PTYConfig::swap
friend void swap(PTYConfig &a, PTYConfig &b)
Definition: pty_config.pb.h:119
goby::middleware::protobuf::PTYConfig::kBaudFieldNumber
static const int kBaudFieldNumber
Definition: pty_config.pb.h:201
goby::middleware::protobuf::PTYConfig::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: pty_config.pb.h:100
goby::middleware::protobuf::PTYConfig::clear_end_of_line
void clear_end_of_line()
Definition: pty_config.pb.h:336
google
Definition: dccl.h:57
goby::middleware::protobuf::PTYConfig::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: pty_config.pb.h:115
goby::middleware::protobuf::PTYConfig::end_of_line
const ::std::string & end_of_line() const
Definition: pty_config.pb.h:340
goby::middleware::protobuf::PTYConfig::IsInitialized
bool IsInitialized() const final