##// END OF EJS Templates
automatic reconnexion of the spacewire link...
automatic reconnexion of the spacewire link automatic restart of the housekeeping generation rmap destination key harcoded in VHDL is 2

File last commit:

r17:3a73d9962d4a default
r17:3a73d9962d4a default
Show More
fsw_misc.h
28 lines | 861 B | text/x-c | CLexer
paul@pc-solar1.lab-lpp.local
Naming convention changed...
r5 #ifndef FSW_MISC_H_INCLUDED
#define FSW_MISC_H_INCLUDED
#include <rtems.h>
#include <stdio.h>
#include <fsw_init.h>
#include <fsw_params.h>
#include <grlib_regs.h>
#include <grspw.h>
#include <ccsds_types.h>
paul@pc-solar1.lab-lpp.local
automatic reconnexion of the spacewire link...
r17 rtems_name HK_name; /* name of the HK rate monotonic */
rtems_id HK_id; /* id of the HK rate monotonic period */
paul@pc-solar1.lab-lpp.local
Naming convention changed...
r5 int configure_timer(gptimer_regs_t *gptimer_regs, unsigned char timer, unsigned int clock_divider,
unsigned char interrupt_level, rtems_isr (*timer_isr)() );
void print_statistics(spw_stats *stats);
paul@pc-solar1.lab-lpp.local
automatic reconnexion of the spacewire link...
r17
// SERIAL LINK
paul@pc-solar1.lab-lpp.local
Naming convention changed...
r5 int send_console_outputs_on_serial_port();
paul@pc-solar1.lab-lpp.local
automatic reconnexion of the spacewire link...
r17 int set_apbuart_scaler_reload_register(unsigned int regs, unsigned int value);
// RTEMS TASKS
paul@pc-solar1.lab-lpp.local
Message queue implemented for valid TC processing...
r9 rtems_task stat_task(rtems_task_argument argument);
paul@pc-solar1.lab-lpp.local
fsw-0-2 delivery to LESIA...
r16 rtems_task hous_task(rtems_task_argument argument);
paul@pc-solar1.lab-lpp.local
Naming convention changed...
r5
#endif // FSW_MISC_H_INCLUDED