FreeHIL
Loading...
Searching...
No Matches
FH_RFCommunication.h
Go to the documentation of this file.
1/**
2 * @file
3 * @brief
4 * <b>File Map:</b>\n
5 * <b>FH_Setup</b>, Section <b>FH_RFCommunication</b>\n
6 * This file is header file of the main source file of the communication between <b>RobotFramework</b> and the micro-controller on which <b>FH</b> source code is ported\n
7 * The micro-controller on which <b>FH</b> source code is ported, could be simply utilized in a <b>RS485 network</b>\n
8 * In other word, multiple devices or multiple cards could be simply utilized where every device or every card has its own address\n
9 * Address of the device (or card) for every device (or card) is set by <b>FH</b> user in <b>FH_DeviceAddress.h</b>\n
10 * An interested UART (called <b>Communication Dedicated UART</b>) by the <b>FH</b> user for the communication between <b>RobotFramework</b> and the micro-controller on which <b>FH</b> source code is ported, shall be dedicated\n
11 *
12 * @attention <b>FH</b> user could left this file intact
13 *
14 *******************************************************************************
15 * SPDX-License-Identifier: Apache-2.0
16 *
17 * Copyright 2026 Vahid Hasirchi
18 *
19 * Licensed under the Apache License, Version 2.0 (the "License");
20 * you may not use this file except in compliance with the License.
21 * You may obtain a copy of the License at
22 *
23 * http://www.apache.org/licenses/LICENSE-2.0
24 *
25 * Unless required by applicable law or agreed to in writing, software
26 * distributed under the License is distributed on an "AS IS" BASIS,
27 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 * See the License for the specific language governing permissions and
29 * limitations under the License.
30 ********************************************************************************
31
32 *
33 * <b>For more information refer to FreeHIL.com</b>
34 *
35*/
36/* Define to prevent recursive inclusion -------------------------------------*/
37#ifndef FH_CommandCenter_H
38#define FH_CommandCenter_H
39
40/* Includes ------------------------------------------------------------------*/
42
43/* Function Prototypes -----------------------------------------------------*/
46FH_ErrorInfo FH_RFCommunication_Send (char* DataString);
48
49#endif