View | Details | Raw Unified
Collapse All | Expand All

(-) 3.1/mainwin.h (-2 / +2 lines)
 Lines 38-44    Link Here 
{
{
public:
public:
    Stopdata::Stopdata (void);
    Stopdata (void);
    void set_stopname (void);
    void set_stopname (void);
    char             _text [16];
    char             _text [16];
 Lines 55-61    Link Here 
{
{
public:
public:
    Division::Division (void);
    Division (void);
    char            _name [16];
    char            _name [16];
    int             _ncnt;
    int             _ncnt;
(-) s-0.3.1/prbsgen.h (-2 / +2 lines)
 Lines 123-130    Link Here 
  void sync_forw (U32 bits);
  void sync_forw (U32 bits);
  void sync_back (U32 bits);
  void sync_back (U32 bits);
  int  step (void);
  int  step (void);
  void Prbsgen::crc_in (int b);
  void crc_in (int b);
  int  Prbsgen::crc_out (void);
  int  crc_out (void);
  U32 stat (void) const;
  U32 stat (void) const;
  U32 poly (void) const;
  U32 poly (void) const;