ftp.nice.ch/pub/next/developer/resources/classes/CompSim.s.tar.gz#/CompSim/SRFlipFlop.h

This is SRFlipFlop.h in view mode; [Download] [Up]

//
// SRFlipFlop
//


#import <objc/Object.h>
#import "Node.h"


@interface SRFlipFlop : Object


{
    //
    // Internal State:
    //
    
    bit		state;
    
    //
    // External Interface:
    //
    
    Node	*S;
    Node	*R;
    Node	*OUT;
}


- initS:snode r:rnode out:outnode;

- cycle;


@end


//
// End of file.
//

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.