summaryrefslogtreecommitdiff
path: root/ldmicro/includes/naminglist.h
diff options
context:
space:
mode:
authorRr422018-06-06 15:55:41 +0530
committerRr422018-06-06 15:55:41 +0530
commit51b442a21abd9e40fcd3dc05e676690b7233e83d (patch)
treeb8e3a092b049f10e5929718d94247a1f109a478b /ldmicro/includes/naminglist.h
parent2307d7aa409430506eeaed03633c8c31dd7f4ac1 (diff)
downloadLDMicroGtk-51b442a21abd9e40fcd3dc05e676690b7233e83d.tar.gz
LDMicroGtk-51b442a21abd9e40fcd3dc05e676690b7233e83d.tar.bz2
LDMicroGtk-51b442a21abd9e40fcd3dc05e676690b7233e83d.zip
commented all functions to be proted
Diffstat (limited to 'ldmicro/includes/naminglist.h')
-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