CTRE Phoenix 6 C++ 24.3.0
DeviceEncoding_Interface.h
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
10#include "ctre/phoenix/export.h"
11#include <stdint.h>
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17 CTREXPORT int c_ctre_phoenix6_encode_device(int deviceId, const char *model, const char *canbus, uint32_t *deviceEncoding);
18#ifdef __cplusplus
19}
20#endif
CTREXPORT int c_ctre_phoenix6_encode_device(int deviceId, const char *model, const char *canbus, uint32_t *deviceEncoding)
#define CTREXPORT
Definition: export.h:14