TwiceAsNice
2019-02-18
|
Macros | |
#define | NF_MAX_CMD 8 /* cmd length */ |
#define | NF_TIMEOUT 15 /* com timeout */ |
#define | NF_STEP_RES 5 /* step res for a given time period */ |
#define | NF_MAX_TRIES 3 |
#define | NF_MAX_DELAY 100000 |
#define | BACKLASH_READOUT 0 |
#define | MAXTRAVEL_READOUT 99999 |
#define | INOUTSCALAR_READOUT 1 |
#define | currentSpeed SpeedN[0].value |
#define | currentPosition FocusAbsPosN[0].value |
#define | currentTemperature TemperatureN[0].value |
#define | currentOnTime SettingsN[0].value |
#define | currentOffTime SettingsN[1].value |
#define | currentFastDelay SettingsN[2].value |
#define | currentInOutScalar InOutScalarN[0].value |
#define | currentRelativeMovement FocusRelPosN[0].value |
#define | currentAbsoluteMovement FocusAbsPosN[0].value |
#define | currentSetBacklash SetBacklashN[0].value |
#define | currentMinPosition MinMaxPositionN[0].value |
#define | currentMaxPosition MinMaxPositionN[1].value |
#define | currentMaxTravel MaxTravelN[0].value |
Functions | |
std::unique_ptr< NFocus > | nFocus (new NFocus()) |
void | ISGetProperties (const char *dev) |
Get Device Properties. More... | |
void | ISNewSwitch (const char *dev, const char *name, ISState *states, char *names[], int n) |
Update the value of an existing switch vector property. More... | |
void | ISNewText (const char *dev, const char *name, char *texts[], char *names[], int n) |
Update the value of an existing text vector property. More... | |
void | ISNewNumber (const char *dev, const char *name, double values[], char *names[], int n) |
void | ISNewBLOB (const char *dev, const char *name, int sizes[], int blobsizes[], char *blobs[], char *formats[], char *names[], int n) |
Update data of an existing blob vector property. More... | |
void | ISSnoopDevice (XMLEle *root) |
Function defined by Drivers that is called when another Driver it is snooping (by having previously called IDSnoopDevice()) sent any INDI message. More... | |
#define BACKLASH_READOUT 0 |
#define currentAbsoluteMovement FocusAbsPosN[0].value |
#define currentFastDelay SettingsN[2].value |
#define currentInOutScalar InOutScalarN[0].value |
#define currentMaxPosition MinMaxPositionN[1].value |
#define currentMaxTravel MaxTravelN[0].value |
#define currentMinPosition MinMaxPositionN[0].value |
#define currentOffTime SettingsN[1].value |
#define currentOnTime SettingsN[0].value |
#define currentPosition FocusAbsPosN[0].value |
#define currentRelativeMovement FocusRelPosN[0].value |
#define currentSetBacklash SetBacklashN[0].value |
#define currentSpeed SpeedN[0].value |
#define currentTemperature TemperatureN[0].value |
#define INOUTSCALAR_READOUT 1 |
#define MAXTRAVEL_READOUT 99999 |
#define NF_MAX_CMD 8 /* cmd length */ |
#define NF_MAX_DELAY 100000 |
#define NF_MAX_TRIES 3 |
#define NF_STEP_RES 5 /* step res for a given time period */ |
#define NF_TIMEOUT 15 /* com timeout */ |
std::unique_ptr<NFocus> nFocus | ( | new | NFocus() | ) |