5.4.7. EntityKind
-
enum class eprosima::statistics_backend::EntityKind
Indicates the Type of an Entity in Statistics Backend structure
Values:
-
enumerator INVALID
Invalid entity kind.
-
enumerator HOST
Host/Machine where a participant is allocated.
-
enumerator USER
User that has executed a participant.
-
enumerator PROCESS
Process where a participant is running.
-
enumerator DOMAIN
Abstract DDS network by Domain or by Discovery Server.
-
enumerator TOPIC
DDS Topic.
-
enumerator PARTICIPANT
DDS Domain Participant.
-
enumerator DATAWRITER
DDS DataWriter.
-
enumerator DATAREADER
DDS DataReader.
-
enumerator LOCATOR
Physical locator that a communication is using (IP + port || SHM + port) Store the Locator Statistic data
-
enumerator INVALID