Class BaseObject

Inheritance Relationships

Derived Types

Class Documentation

class BaseObject

Base class for all the CIP Objects.

Subclassed by eipScanner::FileObject, eipScanner::IdentityObject, eipScanner::ParameterObject, eipScanner::vendor::ra::powerFlex525::DPIFaultObject

Public Functions

BaseObject(cip::CipUint classId, cip::CipUint instanceId)

Creates an CIP instance.

Parameters
  • classId: the class ID of the the new instance

  • instanceId: the instance ID of the the new instanc

cip::CipUint getClassId() const

Gets the class ID of the instance.

Return

cip::CipUint getInstanceId() const

Gets the instance ID of the instance.

Return