Ignore:
Timestamp:
06/28/06 13:49:23 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/tcpip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc

    r7707 r7764  
    231231    if (stat&kError)
    232232        SetStatus(0);
    233     if (stat&kStopped)
    234         SetStatus(1);
    235233    if (stat&kStandby)
    236234        SetStatus(2);
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.h

    r7707 r7764  
    2929    enum
    3030    {
    31         kError    = 0x01,
    32         kMoving   = 0x02,
    33         kTracking = 0x04,
    34         kStopping = 0x08,
    35         kStopped  = 0x10,
    36         kStandby  = 0x20,
     31        kError      = 0x01,
     32        kMoving     = 0x02,
     33        kTracking   = 0x04,
     34        kStopping   = 0x08,
     35        kStopped    = 0x10,
     36        kStandby    = 0x20,
    3737        kMonitoring = 0x40
    3838    };
Note: See TracChangeset for help on using the changeset viewer.