Lodestar
An integrated real-time control package in C++
ProtoEncodingFunctions.hpp
1 //
2 // Created by Hamza El-Kebir on 2/10/22.
3 //
4 
5 #ifndef LODESTAR_PROTOENCODINGFUNCTIONS_HPP
6 #define LODESTAR_PROTOENCODINGFUNCTIONS_HPP
7 
8 #include <pb_encode.h>
9 
10 namespace ls {
11  namespace io {
12  bool encode(pb_ostream_t *stream, const pb_field_t *field, void * const *arg)
13  {
14 
15 
16  return true;
17  }
18  }
19 }
20 
21 #endif //LODESTAR_PROTOENCODINGFUNCTIONS_HPP
ls
Main Lodestar code.
Definition: BilinearTransformation.hpp:12