summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device-functions.c2
-rw-r--r--error_utils.c4
-rw-r--r--lcd.c2
-rw-r--r--parser.c6
4 files changed, 8 insertions, 6 deletions
diff --git a/device-functions.c b/device-functions.c
index e86a28d..081d63c 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -94,7 +94,7 @@ void Main_Rst (void)
globals.ChannelState[i].slew = globals.Flash.min_slew[i];
globals.do_check_settings=NO; /* don't check for conflicting settings */
- /* FIXME
+ /* FIXME - implement Set_* functions!
Set_Pw(0,0,0,i,globals.ChannelState[i].pw,0);
Set_Route(i,ROUTE_PRIMARY,globals.ChannelState[i].route_primary);
diff --git a/error_utils.c b/error_utils.c
index 1eb36e6..75e0219 100644
--- a/error_utils.c
+++ b/error_utils.c
@@ -19,7 +19,9 @@ END DESCRIPTION **********************************************************/
/*** EndHeader */
-/* FIXME */
+// FIXME - error checker not implemented yet
+
+
int Error_Screen=NO;
void set_gpib_error_flags (int error_num);
diff --git a/lcd.c b/lcd.c
index 076cd8e..36901a1 100644
--- a/lcd.c
+++ b/lcd.c
@@ -287,7 +287,7 @@ void LCD_display_error_message(char *response)
char *row1 = NULL;
char *row2 = NULL;
-// Error_Screen=1; //FIXME
+// Error_Screen=1; //FIXME - implement menu system
break_up_string (response, LCD_cols, &row0, &row1, &row2);
diff --git a/parser.c b/parser.c
index 9356d10..de7baba 100644
--- a/parser.c
+++ b/parser.c
@@ -3270,7 +3270,7 @@ static int Go_routeclose_78(gchar** response, int channel, char *parameter,char
static int Parse_chan_list(int channel,char *parameter,int *primary_selected, int *secondary_selected,gchar** response)
{
- // FIXME with g_str functions
+ // FIXME - update with g_str functions
int i;
int n;
int m;
@@ -3570,7 +3570,7 @@ static int Go_amp_pnt_83(gchar** response, int channel, char *parameter,char *un
int Handle_Curr_Slew_Unit(float *new_val,char *units);
int Handle_Curr_Slew_Unit(float *new_val,char *units)
{
- // FIXME with g_str functions
+ // FIXME - update with g_str functions
char *slash;
float tmp1, tmp2;
@@ -3688,7 +3688,7 @@ static int Go_puls_sep_89(gchar** response, int channel, char *parameter,char *u
static int Go_sys_pwd_92(gchar** response, int channel, char *parameter,int command_type)
{
- // FIXME /etc/shadow !
+ // FIXME - needs /etc/shadow
return SyntaxError;
}