CTRE Phoenix 6 C++
24.3.0
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
phoenix6 {
13
14
class
ISerializable
15
{
16
public
:
17
virtual
std::string
Serialize
()
const
= 0;
18
};
19
20
}
21
}
ctre::phoenix6::ISerializable
Definition:
Serializable.hpp:15
ctre::phoenix6::ISerializable::Serialize
virtual std::string Serialize() const =0
ctre
Definition:
string_util.hpp:15
ctre
phoenix6
Serializable.hpp
Generated on Tue Apr 30 2024 23:46:26 for CTRE Phoenix 6 C++ by
1.9.4