##// END OF EJS Templates
python wrapper added to the API...
python wrapper added to the API void StarDundeeSendOneTimecode( unsigned char timecode );

File last commit:

r0:2d12462f4460 default
r46:54b149031754 default
Show More
memctrlrpywrapper.cpp
6 lines | 133 B | text/x-c | CppLexer
#include "memctrlrpywrapper.h"
memctrlrPyWrapper::memctrlrPyWrapper(socexplorerplugin *parent) :
genericPySysdriver(parent)
{
}