##// END OF EJS Templates
fsw-0-23...
fsw-0-23 Bug 709 Lors de l'émission de TM_LFR_TC_EXE_ INCONSISTENT, NOT_EXECUTABLE, NOT_IMPLEMENTED, ERROR, CORRUPTED, le paramètre time est identique au paramètre HK HK_LFR_LAST_REJ_TC_TIME

File last commit:

r75:1aca4e63f8e6 VHDLib206
r75:1aca4e63f8e6 VHDLib206
Show More
tm_lfr_tc_exe.h
28 lines | 1.3 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>
#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
extern time_management_regs_t *time_management_regs;
extern Packet_TM_LFR_HK_t housekeeping_packet;
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
Bug #709...
r73 int send_tm_lfr_tc_exe_success(ccsdsTelecommandPacket_t *TC, rtems_id queue_id, unsigned char *time);
paul
tm_lfr_tc_exe.c and .h added to the repository
r41 int send_tm_lfr_tc_exe_inconsistent(ccsdsTelecommandPacket_t *TC, rtems_id queue_id,
paul
fsw-0-23...
r75 unsigned char byte_position, unsigned char rcv_value, unsigned char *time);
int send_tm_lfr_tc_exe_not_executable(ccsdsTelecommandPacket_t *TC, rtems_id queue_id, unsigned char *time);
int send_tm_lfr_tc_exe_not_implemented(ccsdsTelecommandPacket_t *TC, rtems_id queue_id, unsigned char *time);
int send_tm_lfr_tc_exe_error(ccsdsTelecommandPacket_t *TC, rtems_id queue_id, unsigned char *time);
paul
tm_lfr_tc_exe.c and .h added to the repository
r41 int send_tm_lfr_tc_exe_corrupted(ccsdsTelecommandPacket_t *TC, rtems_id queue_id,
paul
fsw-0-23...
r75 unsigned char *computed_CRC, unsigned char *currentTC_LEN_RCV, unsigned char destinationID, unsigned char *time);
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