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
11
namespace
ctre
{
12
namespace
phoenixpro {
13
14
class
ISerializable
15
{
16
public
:
17
virtual
std::string
Serialize
()
const
= 0;
18
};
19
20
}
21
}
ctre::phoenixpro::ISerializable
Definition:
Serializable.hpp:15
ctre::phoenixpro::ISerializable::Serialize
virtual std::string Serialize() const =0
ctre
Definition:
string_util.hpp:14
ctre
phoenixpro
Serializable.hpp
Generated on Wed Apr 12 2023 22:31:34 for CTRE Phoenix Pro C++ by
1.9.4