CTRE Phoenix 6 C++
25.0.0-beta-4
Loading...
Searching...
No Matches
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
StatusCodes.h:18
ctre
phoenix6
Serializable.hpp
Generated by
1.10.0