| Package | Description |
|---|---|
| org.lsst.ccs.drivers.canopenjni |
| Modifier and Type | Method and Description |
|---|---|
long |
CanOpenInterface.rsdo(int nodeId,
int index,
int subindex)
Send a read sdo command.
|
long |
CanFestivalJNI.rsdo(int nodeId,
int index,
int subindex) |
PDOData |
CanOpenInterface.sync()
Sends a sync message on the canbus and synchronously waits for the received
pdo configured in the master to be received.
|
PDOData |
CanFestivalJNI.sync() |
void |
CanOpenInterface.wsdo(int nodeId,
int index,
int subindex,
int size,
long data)
Send a write sdo command.
|
void |
CanFestivalJNI.wsdo(int nodeId,
int index,
int subindex,
int size,
long data) |
Copyright © 2021 LSST. All rights reserved.