Decision Module  1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
controller.pb.cc File Reference
#include "controller.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/wire_format_lite_inl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>

Classes

struct  roborts_decision::StaticDescriptorInitializer_controller_2eproto
 

Namespaces

 roborts_decision
 

Macros

#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
 
#define OFFSET_OF_FIELD_(f)
 
#define ZR_(first, last)
 
#define DO_(EXPRESSION)   if (!(EXPRESSION)) goto failure
 
#define DO_(EXPRESSION)   if (!(EXPRESSION)) goto failure
 

Functions

void roborts_decision::protobuf_AssignDesc_controller_2eproto ()
 
void roborts_decision::protobuf_ShutdownFile_controller_2eproto ()
 
void roborts_decision::protobuf_AddDesc_controller_2eproto ()
 

Variables

struct roborts_decision::StaticDescriptorInitializer_controller_2eproto roborts_decision::static_descriptor_initializer_controller_2eproto_
 

Macro Definition Documentation

◆ DO_ [1/2]

#define DO_ (   EXPRESSION)    if (!(EXPRESSION)) goto failure

◆ DO_ [2/2]

#define DO_ (   EXPRESSION)    if (!(EXPRESSION)) goto failure

◆ INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION

#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION

◆ OFFSET_OF_FIELD_

#define OFFSET_OF_FIELD_ (   f)
Value:
(reinterpret_cast<char*>( \
&reinterpret_cast<PID_Controller*>(16)->f) - \
reinterpret_cast<char*>(16))

◆ ZR_

#define ZR_ (   first,
  last 
)
Value:
do { \
size_t f = OFFSET_OF_FIELD_(first); \
size_t n = OFFSET_OF_FIELD_(last) - f + sizeof(last); \
::memset(&first, 0, n); \
} while (0)
OFFSET_OF_FIELD_
#define OFFSET_OF_FIELD_(f)