CTRE Phoenix Pro C++ 23.0.12
Serializable.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) Cross The Road Electronics.  All rights reserved.
3 * License information can be found in CTRE_LICENSE.txt
4 * For support and suggestions contact support@ctr-electronics.com or file
5 * an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6 */
7#pragma once
8
9#include <string>
10
11namespace ctre {
12namespace phoenixpro {
13
15 {
16 public:
17 virtual std::string Serialize() const = 0;
18 };
19
20}
21}
Definition: Serializable.hpp:15
virtual std::string Serialize() const =0
Definition: string_util.hpp:14