org.openmuc.canopen.constants
Class DS301

java.lang.Object
  extended by org.openmuc.canopen.constants.DS301

public class DS301
extends java.lang.Object

Device profile DS-301 CANopen.


Field Summary
static int COBID_EMERGENCY_MESSAGE
           
static int COBID_SYNC_MESSAGE
           
static int DEVICE_NAME
           
static int DEVICE_PROFILE
           
static int ERROR_REGISTER
           
static int FIRST_TRANSMIT_PDO_MAPING
           
static int FIRST_TRANSMIT_PDO_PARAMETERS
           
static int HARDWARE_VERSION
           
static int HEARTBEAT_PRODUCER_TIME
           
static int IDENTITY_OBJECT
           
static int NMT_STARTUP
           
static int RESTORE_DEFAULT_PARAMETERS
           
static int SECOND_TRANSMIT_PDO_MAPING
           
static int SECOND_TRANSMIT_PDO_PARAMETERS
           
static int SOFTWARE_VERSION
           
static int STORE_PARAMETERS
           
 
Constructor Summary
DS301()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVICE_PROFILE

public static final int DEVICE_PROFILE
See Also:
Constant Field Values

ERROR_REGISTER

public static final int ERROR_REGISTER
See Also:
Constant Field Values

COBID_SYNC_MESSAGE

public static final int COBID_SYNC_MESSAGE
See Also:
Constant Field Values

DEVICE_NAME

public static final int DEVICE_NAME
See Also:
Constant Field Values

HARDWARE_VERSION

public static final int HARDWARE_VERSION
See Also:
Constant Field Values

SOFTWARE_VERSION

public static final int SOFTWARE_VERSION
See Also:
Constant Field Values

STORE_PARAMETERS

public static final int STORE_PARAMETERS
See Also:
Constant Field Values

RESTORE_DEFAULT_PARAMETERS

public static final int RESTORE_DEFAULT_PARAMETERS
See Also:
Constant Field Values

COBID_EMERGENCY_MESSAGE

public static final int COBID_EMERGENCY_MESSAGE
See Also:
Constant Field Values

HEARTBEAT_PRODUCER_TIME

public static final int HEARTBEAT_PRODUCER_TIME
See Also:
Constant Field Values

IDENTITY_OBJECT

public static final int IDENTITY_OBJECT
See Also:
Constant Field Values

FIRST_TRANSMIT_PDO_PARAMETERS

public static final int FIRST_TRANSMIT_PDO_PARAMETERS
See Also:
Constant Field Values

SECOND_TRANSMIT_PDO_PARAMETERS

public static final int SECOND_TRANSMIT_PDO_PARAMETERS
See Also:
Constant Field Values

FIRST_TRANSMIT_PDO_MAPING

public static final int FIRST_TRANSMIT_PDO_MAPING
See Also:
Constant Field Values

SECOND_TRANSMIT_PDO_MAPING

public static final int SECOND_TRANSMIT_PDO_MAPING
See Also:
Constant Field Values

NMT_STARTUP

public static final int NMT_STARTUP
See Also:
Constant Field Values
Constructor Detail

DS301

public DS301()