Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼NRoboidControl | |
▼NArduino | |
CDigitalInput | A digital input represents the stat of a digital GPIO pin |
CDRV8833Motor | Support for a DRV8833 motor controller |
CUltrasonicSensor | An HC-SR04 ultrasonic distance sensor |
CBinaryMsg | Message to send thing-specific data |
CDestroyMsg | Message notifiying that a Thing no longer exists |
CDifferentialDrive | A thing which can move itself using a differential drive system |
CDigitalSensor | A digital (on/off, 1/0, true/false) sensor |
CInvestigateMsg | Message to request details for a Thing |
CLocalParticipant | A local participant is the local device which can communicate with other participants It manages all local things and communcation with other participants. Each application has a local participant which is usually explicit in the code. An participant can be isolated. In that case it is standalong and does not communicate with other participants |
CModelUrlMsg | Message for communicating the URL for a model of the thing |
CNameMsg | Message for communicating the name of a thing |
CParticipant | A participant is a device which manages things. It can communicate with other participant to synchronise the state of things. This class is used to register the things the participant is managing. It also maintains the communcation information to contact the participant. It is used as a basis for the local participant, but also as a reference to remote participants |
CParticipantMsg | A participant messages notifies other participants of its presence When received by another participant, it can be followed by a NetworkIdMsg to announce that participant to this client such that it can join privately |
CPoseMsg | Message to communicate the pose of the thing The pose is in local space relative to the parent. If there is not parent (the thing is a root thing), the pose will be in world space |
CSiteMsg | A message communicating the network ID for that participant |
CSiteServer | A participant is device which can communicate with other participants |
CTemperatureSensor | A temperature sensor |
CTextMsg | Message for sending generic text |
CThing | A thing is the primitive building block |
CThingMsg | Message providing generic information about a Thing |
CTouchSensor | A sensor which can detect touches |