ccNOos  v0.0.0
Build Portable Microcontroller Applications!
Functions
Application_Platform_Main.c File Reference
#include "..\..\..\testApps\SatComACS\PlatformApp_Serialization.h"
#include <Platform_PSoC4.h>
Include dependency graph for Application_Platform_Main.c:

Go to the source code of this file.

Functions

 MODdeclareDATA (Mn)
 
void writeAttenuatorValues (struct txRxStruct *txRxStructPtrIn)
 
void readGPS (struct gpsStruct *gpsStructPtrIn)
 
void readEcompass (struct eCompStruct *eCompStructPtrIn)
 
void readFreqConv (struct freqConvStruct *freqConvStructPtrIn)
 
void writeFreqConv (struct freqConvStruct *freqConvStructPtrIn)
 
void readPowerMeter (struct powerMeterStruct *powerMeterStructPtrIn)
 
void writePowerMeter (struct powerMeterStruct *powerMeterStructPtrIn)
 

Function Documentation

◆ MODdeclareDATA()

MODdeclareDATA ( Mn  )

◆ readEcompass()

void readEcompass ( struct eCompStruct eCompStructPtrIn)

Definition at line 74 of file Application_Platform_Main.c.

74 { ; }

◆ readFreqConv()

void readFreqConv ( struct freqConvStruct freqConvStructPtrIn)

Definition at line 75 of file Application_Platform_Main.c.

75 { ; }

◆ readGPS()

void readGPS ( struct gpsStruct gpsStructPtrIn)

Definition at line 73 of file Application_Platform_Main.c.

73 { ; }

◆ readPowerMeter()

void readPowerMeter ( struct powerMeterStruct powerMeterStructPtrIn)

Definition at line 77 of file Application_Platform_Main.c.

77 { ; }

◆ writeAttenuatorValues()

void writeAttenuatorValues ( struct txRxStruct txRxStructPtrIn)

Definition at line 72 of file Application_Platform_Main.c.

72 { ; }

◆ writeFreqConv()

void writeFreqConv ( struct freqConvStruct freqConvStructPtrIn)

Definition at line 76 of file Application_Platform_Main.c.

76 { ; }

◆ writePowerMeter()

void writePowerMeter ( struct powerMeterStruct powerMeterStructPtrIn)

Definition at line 78 of file Application_Platform_Main.c.

78 { ; }