package SimFrameWork;
public abstract class Control extends Thread{
public Control(){
}
public void run(){
active=true;
while(active){
update();
}
}
public void s
From katzlbt@vuse.vanderbilt.edu mentions:
I was working with software flow control (at 38400 baud) so the output
to /dev/cufa resulted in a deadlock. If the modem does not dial but
shows TR, check
// ============================================================================
// Control implementation
//
// (c) 2003 Ken Reed
//
// This is free software. You can redistribute it and/or modif
// This file needs -*- c++ -*- mode
// ============================================================================
// Control Interface
//
// This is just a facade to hide the Windows API functio
/* ode-initval/control.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
"
control the values produced by a generator
"
Class ControlGenerator :Generator
| firstGenerator secondGenerator
currentFirst currentSecond
controlBlock computeBlock |
[
init
// (C) Copyright 1996 by Anthony J. Carin. All Rights Reserved.
#ifndef CONTROL_H
#define CONTROL_H
#include "baseobj.h"
class control
{
public:
control(baseobject *ptr);
// (C) Copyright 1996 by Anthony J. Carin. All Rights Reserved.
#include "stdafx.h"
#include "control.h"
#include "levels.h"
control::control(baseobject *ptr)
{
rstep = FALSE;