Values.NodeCountsSourceInformation about the number of nodes and node types in a vehicle network.
type nonrec t = {totalNodes : Number.t option;The total number of nodes in a vehicle network.
*)totalBranches : Number.t option;The total number of nodes in a vehicle network that represent branches.
*)totalSensors : Number.t option;The total number of nodes in a vehicle network that represent sensors.
*)totalAttributes : Number.t option;The total number of nodes in a vehicle network that represent attributes.
*)totalActuators : Number.t option;The total number of nodes in a vehicle network that represent actuators.
*)totalStructs : Number.t option;The total structure for the node.
*)totalProperties : Number.t option;The total properties for the node.
*)}