##// END OF EJS Templates
Functions added to the plugin to get the number of CCSDS packets...
Functions added to the plugin to get the number of CCSDS packets transmitted (linked to the lfrcontrol plugin counter of TC transmitted, it is possible to flush the TC transmission before changing the spacewire link in use)

File last commit:

r0:2d12462f4460 default
r40:cda6b4e8adc1 Patch 3 from Paul on spwplugin default
Show More
memctrlrpywrapper.h
17 lines | 359 B | text/x-c | CLexer
#ifndef MEMCTRLRPYWRAPPER_H
#define MEMCTRLRPYWRAPPER_H
#include <genericPySysdriver.h>
class memctrlrPyWrapper : public genericPySysdriver
{
Q_OBJECT
public:
explicit memctrlrPyWrapper(socexplorerplugin *parent = 0);
signals:
bool launchTest(unsigned int baseAddress,unsigned int size);
public slots:
};
#endif // MEMCTRLRPYWRAPPER_H