MVMFirmwareCpp v0.1
DriverContext.h
Go to the documentation of this file.
1 #pragma once
2 #include "hw.h"
3 #include "DebugIface.h"
4 typedef struct
5 {
6  HW* hwi;
9 
10 // # # ###
11 // ## # #
12 // # # # #
13 // # # # #
14 // # # # #
15 // # ## #
16 // # # ###
17 //
18 // Nuclear Instruments 2020 - All rights reserved
19 // Any commercial use of this code is forbidden
20 // Contact info@nuclearinstruments.eu
DriverContext::dbg
DebugIfaceClass * dbg
Definition: DriverContext.h:7
DriverContext
Definition: DriverContext.h:5
hw.h
DebugIface.h
DriverContext::hwi
HW * hwi
Definition: DriverContext.h:6
HW_V4
Driver for the Nuclear Instruments V4 Hardware Board.
Definition: fw_board_ni_v4.h:23
DebugIfaceClass
Debug class: this class print debug message.
Definition: DebugIface.h:38