CTRE Phoenix 6 C++ 26.0.0-beta-1
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
11namespace ctre {
12namespace phoenix6 {
13
15 public:
16 virtual std::string Serialize() const = 0;
17 };
18
19}
20}
Definition Serializable.hpp:14
virtual std::string Serialize() const =0
Definition motor_constants.h:14