##// END OF EJS Templates
Forgot to remove dead code functions declarations
Forgot to remove dead code functions declarations

File last commit:

r405:f3243196bdc5 3.2.0.24 R3++
r405:f3243196bdc5 3.2.0.24 R3++
Show More
tm_lfr_tc_exe.h
29 lines | 1.2 KiB | text/x-c | CLexer
paul
tm_lfr_tc_exe.c and .h added to the repository
r41 #ifndef TM_LFR_TC_EXE_H_INCLUDED
#define TM_LFR_TC_EXE_H_INCLUDED
#include <rtems.h>
#include <stdio.h>
paul
Sync
r175 #include <ccsds_types.h>
paul
tm_lfr_tc_exe.c and .h added to the repository
r41
#include "fsw_params.h"
paul
sequence counters management added
r56 #include "fsw_spacewire.h"
paul
tm_lfr_tc_exe.c and .h added to the repository
r41
paul
sequence counters management added
r56 extern unsigned short sequenceCounters_TC_EXE[];
paul
tm_lfr_tc_exe.c and .h added to the repository
r41
paul
rev 1.0.0.2...
r104 int send_tm_lfr_tc_exe_success( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int send_tm_lfr_tc_exe_inconsistent( ccsdsTelecommandPacket_t *TC, rtems_id queue_id,
unsigned char byte_position, unsigned char rcv_value );
int send_tm_lfr_tc_exe_not_executable( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
Forgot to remove dead code functions declarations
r405 #ifdef ENABLE_DEAD_CODE
int send_tm_lfr_tc_exe_not_implemented( ccsdsTelecommandPacket_t *TC, rtems_id queue_id, unsigned char *time );
#endif
paul
the interrupt sub routine related to the waveform picker is now lighter...
r112 int send_tm_lfr_tc_exe_error(ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
paul
rev 1.0.0.2...
r104 int send_tm_lfr_tc_exe_corrupted( ccsdsTelecommandPacket_t *TC, rtems_id queue_id,
unsigned char *computed_CRC, unsigned char *currentTC_LEN_RCV, unsigned char destinationID );
paul
tm_lfr_tc_exe.c and .h added to the repository
r41
paul
sequence counters management added
r56 void increment_seq_counter_destination_id( unsigned char *packet_sequence_control, unsigned char destination_id );
paul
tm_lfr_tc_exe.c and .h added to the repository
r41 #endif // TM_LFR_TC_EXE_H_INCLUDED