CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::PerchPoint Struct Reference

One perch: id, occupancy state, occupying entity, last-visit time, label, opaque data and overlap weights against other perches. More...

#include <VantagePoints.h>

Collaboration diagram for cmlabs::PerchPoint:
[legend]

Public Attributes

uint32 id
PerchState state
uint32 entityID
uint64 lastVisit
std::string label
std::string data
std::vector< double > overlaps

Detailed Description

One perch: id, occupancy state, occupying entity, last-visit time, label, opaque data and overlap weights against other perches.

Definition at line 23 of file VantagePoints.h.

Member Data Documentation

◆ data

std::string cmlabs::PerchPoint::data

◆ entityID

◆ id

uint32 cmlabs::PerchPoint::id

◆ label

std::string cmlabs::PerchPoint::label

◆ lastVisit

uint64 cmlabs::PerchPoint::lastVisit

◆ overlaps

std::vector<double> cmlabs::PerchPoint::overlaps

◆ state


The documentation for this struct was generated from the following file: