FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionDrive::HandlePdo2
(
const uint8_t &
node
,
const uint8_t *
data
,
const
Time
&
)
inline
private
Definition at line
977
of file
drivectrl.cc
.
978
{
979
fErrCode
[
node
/2] = (
data
[4]<<24) | (
data
[5]<<16) | (
data
[6]<<8) |
data
[7];
980
981
if
(
fVerbosity
>0)
982
Out
() <<
"PDO2["
<< int(
node
) <<
"] err="
<< hex <<
fErrCode
[
node
/2] << endl;
983
984
LogErrorCode
(
node
);
985
}
node
Definition:
dns.c:26
Connection::Out
std::ostream & Out()
Definition:
Connection.h:51
ConnectionDrive::LogErrorCode
void LogErrorCode(uint32_t node)
Definition:
drivectrl.cc:953
ConnectionDrive::fVerbosity
uint16_t fVerbosity
Definition:
drivectrl.cc:484
data
float data[4 *1440]
Definition:
EventBuilderWrapper.h:95
ConnectionDrive::fErrCode
uint32_t fErrCode[2]
Definition:
drivectrl.cc:585
ConnectionDrive
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11