##// END OF EJS Templates
added Doxyfile to the repository...
added Doxyfile to the repository added parameter_ranges.ods to the repository

File last commit:

r40:d6dd28d83c6c default
r44:8114be49d057 default
Show More
tc_load_dump_parameters.h
19 lines | 919 B | text/x-c | CLexer
/ header / tc_load_dump_parameters.h
paul
Header files inclusion reworked...
r40 #ifndef TC_LOAD_DUMP_PARAMETERS_H
#define TC_LOAD_DUMP_PARAMETERS_H
#include "tc_handler.h"
int action_load_common_par( ccsdsTelecommandPacket_t *TC );
int action_load_normal_par( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int action_load_burst_par( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int action_load_sbm1_par( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int action_load_sbm2_par( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int action_dump_par(rtems_id queue_id );
int set_sy_lfr_n_swf_l( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int set_sy_lfr_n_swf_p( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int set_sy_lfr_n_asm_p( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int set_sy_lfr_n_bp_p0( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
int set_sy_lfr_n_bp_p1( ccsdsTelecommandPacket_t *TC, rtems_id queue_id );
#endif // TC_LOAD_DUMP_PARAMETERS_H