ccNOos
v0.0.0
Build Portable Microcontroller Applications!
|
IMS: ccNOos, Declarations for straight C and C++ More...
Go to the source code of this file.
Data Structures | |
struct | txRxStruct |
Macros | |
#define | MAX_NUM_ATTENUATORS (3u) |
#define | MAX_MDMS (4u) |
#define | SWITCH_OPEN (0u) |
#define | __SatComACS_TxRx_WriteFuncsTemplate(DELAYFUNC) |
#define | SatComACS_TxRx_WriteFuncsTemplate(DELAYFUNC) __SatComACS_TxRx_WriteFuncsTemplate(DELAYFUNC) |
Functions | |
struct txRxStruct | createtxRxStruct () |
void | writeAttenuatorValues (struct txRxStruct *txRxStructPtrIn) |
void | writeModemSwitchValues (struct txRxStruct *txRxStructPtrIn) |
IMS: ccNOos, Declarations for straight C and C++
Copyright 2021 InMechaSol, Inc
Licensed under the Apache License, Version 2.0(the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Notes: (.c includes .h) - for straight C or (.cpp includes .c which includes .h) - for C++ wrapped straight C Always compiled to a single compilation unit, either C or CPP, not both
Definition in file TxRxmodule.h.
#define __SatComACS_TxRx_WriteFuncsTemplate | ( | DELAYFUNC | ) |
Definition at line 60 of file TxRxmodule.h.
#define MAX_MDMS (4u) |
Definition at line 36 of file TxRxmodule.h.
#define MAX_NUM_ATTENUATORS (3u) |
Definition at line 35 of file TxRxmodule.h.
#define SatComACS_TxRx_WriteFuncsTemplate | ( | DELAYFUNC | ) | __SatComACS_TxRx_WriteFuncsTemplate(DELAYFUNC) |
Definition at line 142 of file TxRxmodule.h.
#define SWITCH_OPEN (0u) |
Definition at line 37 of file TxRxmodule.h.
struct txRxStruct createtxRxStruct | ( | ) |
Definition at line 1 of file TxRxmodule.c.
void writeAttenuatorValues | ( | struct txRxStruct * | txRxStructPtrIn | ) |
Definition at line 72 of file Application_Platform_Main.c.
void writeModemSwitchValues | ( | struct txRxStruct * | txRxStructPtrIn | ) |