summaryrefslogtreecommitdiff
path: root/ldmicro/includes
diff options
context:
space:
mode:
authorNatsuDrag92018-06-08 11:32:32 +0530
committerNatsuDrag92018-06-08 11:32:32 +0530
commit3f6c61496b4db5415e44c5951713a170f6960b13 (patch)
tree82adf85728d5af3925a91176b2ee40162e471be4 /ldmicro/includes
parent8ff08be6a0a927cacfac2c8a860af741f1b9412d (diff)
parent0c6453de66b91f24da5cd193d4e6c6c8d814f301 (diff)
downloadLDMicroGtk-3f6c61496b4db5415e44c5951713a170f6960b13.tar.gz
LDMicroGtk-3f6c61496b4db5415e44c5951713a170f6960b13.tar.bz2
LDMicroGtk-3f6c61496b4db5415e44c5951713a170f6960b13.zip
Merge branch 'akshay-c-GUI_port' into GUI_port
Diffstat (limited to 'ldmicro/includes')
-rw-r--r--ldmicro/includes/naminglist.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ldmicro/includes/naminglist.h b/ldmicro/includes/naminglist.h
deleted file mode 100644
index 43a7a76..0000000
--- a/ldmicro/includes/naminglist.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _NAMING_LIST
-#define _NAMING_LIST
-
-extern HWND NamingList;
-
-// void NamingListProc(NMHDR *h);
-
-int NameList_AddName(LPCTSTR Name, int Index);
-double NameList_RegisterVolt(LPCTSTR Name, double volt); //Forcefully set voltage will not be accessible outside the cpp file
-double NameList_SetVolt(int Index, double volt); //Set voltage if current voltage>specified voltage
-double NameList_DeRegisterVolt(LPCTSTR Name); //Send a message to rest of the components to set new voltage
-void NamingListProc(NMHDR *h);
-
-
-// void ConfigureNamingList(int type,int PinOnProcessor, MCUPort);
-#endif