Ignore:
Timestamp:
11/07/15 17:22:12 (9 years ago)
Author:
tbretz
Message:
Updated states to meet extended ones of the new drivectrl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/HeadersDrive.h

    r14594 r18352  
    1111            kConnected,
    1212            kLocked,
    13             kNotReady,
    14             kReady,
    15             kArmed,
     13            kUnavailable,    // IndraDrives not connected
     14            kAvailable,      // IndraDrives connected, but not in Af
     15            kBlocked,        // Drive blocked by manual operation of emergency button
     16            kArmed,          // IndraDrives Af, not yet initialized
     17            kInitialized,    // IndraDrives Af, initialized
     18            kStopping,
     19            kParking,
    1620            kMoving,
    1721            kTracking,
    1822            kOnTrack,
     23
     24            kInvalidCoordinates = /*StateMachineImp::kSM_Error*/0x100+1,
     25            kPositioningFailed,
     26            kAllowedRangeExceeded,
     27            kSpeedLimitExceeded,
    1928        };
    2029    };
     
    2736    {
    2837    } __attribute__((__packed__));
    29 
     38/*
    3039    struct DimStarguider
    3140    {
     
    4756
    4857    } __attribute__((__packed__));
    49 
     58*/
    5059    struct DimTPoint
    5160    {
     
    7382        double fStarMag;
    7483
     84        double fRotation;
     85
     86        double fDx;
     87        double fDy;
     88
    7589        double fRealMag;
    7690
Note: See TracChangeset for help on using the changeset viewer.