FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T , class S >
int
StateMachineDrive
< T, S >::StartTrackWobble
(
const char *
ptr
,
size_t
size
,
const double &
offset
=
0
,
const double &
angle
=
0
)
inline
private
Definition at line
1045
of file
cosyctrl.cc
.
References
Source::dec
,
Source::ra
, and
size
.
1046
{
1047
const
char
*last = ptr+
size
;
1048
1049
try
1050
{
1051
const
sources::const_iterator it =
GetSourceFromDB
(ptr, last);
1052
1053
const
string
&name = it->first;
1054
const
Source
&src = it->second;
1055
1056
return
StartWobble
(src.
ra
, src.
dec
, offset, angle, name);
1057
}
1058
catch
(
const
uint32_t &e)
1059
{
1060
return
e;
1061
}
1062
1063
}
Source
Definition:
drivectrl.cc:115
Source::dec
double dec
Definition:
drivectrl.cc:125
StateMachineDrive::StartWobble
int StartWobble(const double &srcra, const double &srcdec, const double &woboff, const double &wobang, const string name="")
Definition:
cosyctrl.cc:929
Source::ra
double ra
Definition:
drivectrl.cc:124
size
int size
Definition:
db_dim_server.c:17
StateMachineDrive::GetSourceFromDB
const sources::const_iterator GetSourceFromDB(const char *ptr, const char *last)
Definition:
cosyctrl.cc:988
StateMachineDrive
Generated on Sun Sep 18 2016 20:50:59 for FACT++ by
1.8.11