##// END OF EJS Templates
fsw-0-2 delivery to LESIA...
fsw-0-2 delivery to LESIA Housekeeping function implemented with dumb data

File last commit:

r16:059e0f45d09b default
r16:059e0f45d09b default
Show More
fsw_misc.h
20 lines | 608 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>
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);
int send_console_outputs_on_serial_port();
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