Contains all parameters to address an object on an Axioline module with an acyclic communication service.
More...
#include <PdiParam.hpp>
|
| PdiParam (void) |
| Constructs an PdiParam instance.
|
|
| PdiParam (uint16 slot, uint8 subslot, uint16 index, uint8 subindex) |
| Constructs an PdiParam instance.
|
|
void | Serialize (RscWriter &writer) const |
| Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter. More...
|
|
void | Deserialize (RscReader &reader) |
| Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader. More...
|
|
| RscSerializable (void)=default |
| The default constructor.
|
|
|
uint16 | Slot = 0 |
| Slot number: Select module in the Axioline bus (left to right order, starting with 1).
|
|
uint8 | Subslot = 0 |
| Subslot number: On modules with subordinate systems to select subordinate modules, on other modules set to 0.
|
|
uint16 | Index = 0 |
| Object index: For supported objects see module documentation.
|
|
uint8 | Subindex = 0 |
| Object subindex: If the object supports partial access to select the part, 0 for whole object.
|
|
Contains all parameters to address an object on an Axioline module with an acyclic communication service.
◆ Deserialize()
void Arp::Io::Axioline::Services::PdiParam::Deserialize |
( |
RscReader & |
reader | ) |
|
Deserializes the datatype. All fields of the datatype have to be deserialized in use of RscReader.
- Parameters
-
reader | Reference to RscReader. |
◆ GetFieldCount()
size_t Arp::Io::Axioline::Services::PdiParam::GetFieldCount |
( |
void |
| ) |
|
|
static |
Returns the count of fields
- Returns
- Count of fields.
The field count is used for serialization via Rsc
◆ Serialize()
void Arp::Io::Axioline::Services::PdiParam::Serialize |
( |
RscWriter & |
writer | ) |
const |
Serializes the datatype. All fields of the datatype have to be serialized in use of RscWriter.
- Parameters
-
writer | Reference to RscWriter |
The documentation for this class was generated from the following files:
- Arp/Io/Axioline/Services/PdiParam.hpp
- Arp/Io/Axioline/Services/PdiParam.cpp