Skip to content
Snippets Groups Projects
Commit f334df6b authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Make all methods from PIMagAngChannel virtual

So they can be overloaded
parent 1b3964c1
No related branches found
No related tags found
1 merge request!34Big chunk of updates
......@@ -142,9 +142,9 @@ protected:
virtual ndsStatus writeToHardware();
// virtual ndsStatus onEnterDisabled(nds::ChannelStates from, nds::ChannelStates to);
ndsStatus updateMagAngRBV();
ndsStatus convertTablesToIQ();
ndsStatus loadMagAngTables();
virtual ndsStatus updateMagAngRBV();
virtual ndsStatus convertTablesToIQ();
virtual ndsStatus loadMagAngTables();
};
#endif /* _sis8300llrfPIMagAngChannel_h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment