Home
last modified time | relevance | path

Searched refs:drivers (Results 51 – 75 of 44840) sorted by path

12345678910>>...1794

/dports/astro/gpsd/gpsd-3.20/
H A Dmaintainers.adoc6 == Modules and drivers ==
/dports/astro/gpstk/GPSTk-8.0.0/ref/usersguide/src/
H A Dxcolor.dtx916 % We demonstrate the current situation for three different drivers:
2104 % \subsection{Color models supported by drivers}
2180 % Table \vref{tab.internal} shows some examples for the two most prominent drivers.
3109 …\item experimental \Option{xcdraw} option extended to \Option{pdftex} and \Option{dvipdfm} drivers.
3168 % \item \Option{dvipdfmx} and \Option{xetex} options to support these drivers;
3413 % \item Change: bypass strange behaviour of some drivers.
3977 % Options used by (some) drivers.
6632 % These macros provide generic support for missing color models in specific drivers.
6701 …ption{dvipdfm} and \Option{textures} drivers only pretend to support \Model{hsb}, we have to check…
6859 % Some drivers do not support all the features of this package.
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ref/usersguide/
H A Dxcolor.dtx916 % We demonstrate the current situation for three different drivers:
2104 % \subsection{Color models supported by drivers}
2180 % Table \vref{tab.internal} shows some examples for the two most prominent drivers.
3109 …\item experimental \Option{xcdraw} option extended to \Option{pdftex} and \Option{dvipdfm} drivers.
3168 % \item \Option{dvipdfmx} and \Option{xetex} options to support these drivers;
3413 % \item Change: bypass strange behaviour of some drivers.
3977 % Options used by (some) drivers.
6632 % These macros provide generic support for missing color models in specific drivers.
6701 …ption{dvipdfm} and \Option{textures} drivers only pretend to support \Model{hsb}, we have to check…
6859 % Some drivers do not support all the features of this package.
[all …]
/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog65 655795bb9 2021-10-05 Jasem Mutlaq INDI drivers sync
119 ab575d260 2021-09-09 Jasem Mutlaq INDI drivers sync
151 a57f2889a 2021-08-26 Jasem Mutlaq INDI drivers sync
355 6fe8ccb6f 2021-06-24 Jasem Mutlaq INDI drivers sync
881 183ad39bc 2020-09-25 Jasem Mutlaq INDI drivers sync
916 9831b5d1a 2020-09-10 Jasem Mutlaq INDI drivers sync
932 f65347af8 2020-09-01 Jasem Mutlaq INDI drivers sync
1005 dcf419875 2020-07-10 Jasem Mutlaq INDI drivers sync
1768 87f090d7d 2019-02-04 Jasem Mutlaq Sync drivers
2726 c6063d8 2017-10-17 Jasem Mutlaq Check remote drivers against required drivers, and not vice…
[all …]
H A DMainpage.dox67 - \ref INDI "Devices & INDI": Establish INDI drivers locally or connect to remote INDI servers.
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_wizard.cpp50 QFile drivers(KSPaths::locate(QStandardPaths::AppDataLocation, "indidrivers.xml")); in testProfileWizard() local
51 if (drivers.exists()) in testProfileWizard()
52 Options::setIndiDriversDir(QFileInfo(drivers).dir().path()); in testProfileWizard()
/dports/astro/kstars/kstars-3.5.6/doc/
H A Dcommands.docbook416 …<listitem><para>Opens up the device manager, which allows you to start/shutdown device drivers and…
421 <listitem><para>A dialog to customize the drivers.</para></listitem>
H A Dekos-logs.docbook9drivers or Ekos. Before submitting any support request, the log must be attached in order to help …
H A Dekos-profile-editor.docbook51 …bel>: StellarMate Web Manager is a web-based tool to start and stop INDI drivers. You should alway…
H A Dekos-profile-wizard.docbook121 …In the example above, we select Remote Astrometry, WatchDog, and SkySafari drivers. The detailed e…
H A Dindi.docbook54 <screeninfo>Running device drivers</screeninfo>
60 <phrase>Start device drivers</phrase>
69 on the port column next to the desired driver. &kstars; allows multiple drivers to
70 run under one INDI server, and hence one port. Select multiple drivers then press
337 …<listitem><para><guilabel>INDI drivers XML directory:</guilabel> Specify the &XML; directory where…
483 correct UTC time with device drivers automatically. You can enable/disable automatic
550 Furthermore, device drivers log messages to <constant>stderr</constant> and that can
563 -f path : Path to fifo for dynamic startup and shutdown of drivers.
581 <para>Suppose we want to run an indiserver with INDI drivers on a remote host,
623 drivers that are compatible with the INDI protocol. INDI has many advantages including loose coupli…
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dksuserdb.cpp1968 QMapIterator<QString, QString> i(pi->drivers); in SaveProfile()
2054 pi->drivers[role] = label; in GetProfileDrivers()
H A Dprofileinfo.cpp18 if (drivers.contains("Mount")) in mount()
19 return drivers["Mount"]; in mount()
26 if (drivers.contains("CCD")) in ccd()
27 return drivers["CCD"]; in ccd()
35 return drivers["Guider"]; in guider()
59 return drivers["Dome"]; in dome()
74 if (drivers.contains("AO")) in ao()
75 return drivers["AO"]; in ao()
83 return drivers["Aux1"]; in aux1()
91 return drivers["Aux2"]; in aux2()
[all …]
H A Dprofileinfo.h59 QMap<QString, QString> drivers; variable
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.cpp819 haveCCD = currentProfile->drivers.contains("CCD"); in start()
820 haveGuider = currentProfile->drivers.contains("Guider"); in start()
834 nDevices = currentProfile->drivers.count(); in start()
1079 for (auto &driver : currentProfile->drivers.values()) in checkINDITimeout()
1315 if (nConnectedDevices >= currentProfile->drivers.count()) in deviceConnected()
H A Dprofileeditor.cpp271 pi->drivers.remove("Mount"); in saveProfile()
276 pi->drivers.remove("CCD"); in saveProfile()
281 pi->drivers.remove("Guider"); in saveProfile()
286 pi->drivers.remove("Focuser"); in saveProfile()
291 pi->drivers.remove("Filter"); in saveProfile()
296 pi->drivers.remove("AO"); in saveProfile()
301 pi->drivers.remove("Dome"); in saveProfile()
311 pi->drivers.remove("Aux1"); in saveProfile()
316 pi->drivers.remove("Aux2"); in saveProfile()
321 pi->drivers.remove("Aux3"); in saveProfile()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindidbus.cpp28 bool INDIDBus::start(const QString &port, const QStringList &drivers) in start() argument
32 for (auto &driver : drivers) in start()
H A Dindidbus.h40 Q_SCRIPTABLE bool start(const QString &port, const QStringList &drivers);
H A Dindiwebmanager.cpp158 QMapIterator<QString, QString> i(pi->drivers); in syncCustomDrivers()
206 QMapIterator<QString, QString> i(pi->drivers); in areDriversRunning()
271 QMapIterator<QString, QString> i(pi->drivers); in syncProfile()
276 if (pi->drivers.contains("Guider")) in syncProfile()
278 if (pi->drivers["Guider"] == pi->drivers["CCD"]) in syncProfile()
281 … if ((guiderInfo = DriverManager::Instance()->findDriverByName(pi->drivers["Guider"])) == nullptr) in syncProfile()
283 … if ((guiderInfo = DriverManager::Instance()->findDriverByLabel(pi->drivers["Guider"])) == nullptr) in syncProfile()
285 guiderInfo = DriverManager::Instance()->findDriverByExec(pi->drivers["Guider"]); in syncProfile()
291 pi->drivers.remove("Guider"); in syncProfile()
292 i = QMapIterator<QString, QString>(pi->drivers); in syncProfile()
/dports/astro/kstars/kstars-3.5.6/po/af/
H A Dkstars.po11238 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
20511 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
20512 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
24832 "Unable to find INDI drivers directory: %1\n"
25248 msgid "Internal or external INDI drivers?"
25313 msgid "INDI drivers XML directory:"
25319 msgid "Path to the INDI drivers XML directory"
25437 "drivers"
26599 msgid "Allows drivers to queue buffers not exceeding this size in MB"
26662 msgid "PATH to indi drivers directory"
[all …]
/dports/astro/kstars/kstars-3.5.6/po/ar/
H A Dkstars.po11442 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
20983 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
20984 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
25555 "Unable to find INDI drivers directory: %1\n"
25965 msgid "Internal or external INDI drivers?"
26032 msgid "INDI drivers XML directory:"
26038 msgid "Path to the INDI drivers XML directory"
26160 "drivers"
27368 msgid "Allows drivers to queue buffers not exceeding this size in MB"
27431 msgid "PATH to indi drivers directory"
[all …]
/dports/astro/kstars/kstars-3.5.6/po/az/
H A Dkstars.po11275 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
20498 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
20499 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
24857 "Unable to find INDI drivers directory: %1\n"
25259 msgid "Internal or external INDI drivers?"
25324 msgid "INDI drivers XML directory:"
25330 msgid "Path to the INDI drivers XML directory"
25447 "drivers"
26609 msgid "Allows drivers to queue buffers not exceeding this size in MB"
26672 msgid "PATH to indi drivers directory"
[all …]
/dports/astro/kstars/kstars-3.5.6/po/be/
H A Dkstars.po11217 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
20554 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
20555 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
24914 "Unable to find INDI drivers directory: %1\n"
25320 msgid "Internal or external INDI drivers?"
25386 msgid "INDI drivers XML directory:"
25392 msgid "Path to the INDI drivers XML directory"
25509 "drivers"
26679 msgid "Allows drivers to queue buffers not exceeding this size in MB"
26742 msgid "PATH to indi drivers directory"
[all …]
/dports/astro/kstars/kstars-3.5.6/po/bg/
H A Dkstars.po11742 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
21682 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
21683 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
26301 "Unable to find INDI drivers directory: %1\n"
26760 msgid "Internal or external INDI drivers?"
26833 msgid "INDI drivers XML directory:"
26840 msgid "Path to the INDI drivers XML directory"
26965 "drivers"
28261 msgid "Allows drivers to queue buffers not exceeding this size in MB"
28329 msgid "PATH to indi drivers directory"
[all …]
/dports/astro/kstars/kstars-3.5.6/po/bn/
H A Dkstars.po11885 "Have problems with INDI drivers? Turn on logging for drivers that exhibit "
21721 "drivers found on 192.168.1.50, port 8000.</p><p><span style=\" font-"
21722 "weight:600;\">@192.168.1.50</span><br/>Connect to all drivers found on "
26306 "Unable to find INDI drivers directory: %1\n"
26752 msgid "Internal or external INDI drivers?"
26822 msgid "INDI drivers XML directory:"
26828 msgid "Path to the INDI drivers XML directory"
26951 "drivers"
28231 msgid "Allows drivers to queue buffers not exceeding this size in MB"
28295 msgid "PATH to indi drivers directory"
[all …]

12345678910>>...1794