►Nfawkes | Fawkes library namespace |
►Ngpp | |
CActionExecutor | Abstract class to execute a Golog++ activity |
CActionExecutorDispatcher | Dispatch an activity to a number of registered executors by checking all registered executors subsequently, whether they can execute the given activity |
CGologppThread | Main golog++ thread that handles program execution, i.e |
CConfigError | Thrown if the config is somehow inconsistent with the agent program |
CExogManager | Watch/observe blackboard interfaces according to the mappings specified for exogenous actions in the agent program |
CGologppFawkesBackend | A Golog++ backend to get data from and send commands to Fawkes |
CBBMessageActionExecutor | A Golog++ action executor that sends a message to a blackboard interface |
CPrintActionExecutor | A Golog++ action executor that just prints a message |
CRemoteSkillerActionExecutor | An ActionExecutor that executes an activity using a Skiller on a remote |
CInvalidArgumentException | An exception that is thrown if the given arguments do not match the skill's arguments |
CSkillerActionExecutor | An ActionExecutor that executes an activity using the Skiller |
CSleepActionExecutor | A Golog++ action executor that just sleeps for a certain amount of time |
CValueToFieldVisitor | A visitor that converts a gologpp::Value to an interface field value |
►Nopenni | |
CHandIfObserver | Hand interface observer |
CSkelIfObserver | Skeleton interface observer |
CUserInfo | User info to pass to draw_skeletons() |
CHandInfo | Hand info to pass to draw_skeletons() |
►Npcl_utils | |
CPolygonComparison | Check if point is inside or outside a given polygon |
CPlaneDistanceComparison | Compare points' distance to a plane |
CPointCloudStorageAdapter | Adapter class for PCL point types |
CStorageAdapter | Adapter base class |
CPointCloudTimestamp | Union to pack fawkes::Time into the pcl::PointCloud timestamp |
CPointCloudNonDeleter | Helper struct to avoid deletion of PointClouds |
►Nruntime | |
CInitOptions | Initialization options class |
►Nstn | |
CDomainAction | A representation of an action used by the STN generator |
CPredicate | A representation of a Predicate in the STN |
CStn | A Simple Temporal Network |
CStnAction | An action representation within an STN |
►Ntf | |
CBufferCore | A Class which provides coordinate transforms between any two frames in a system |
CTransformException | Base class for fawkes tf exceptions |
CConnectivityException | No connection between two frames in tree |
CLookupException | A frame could not be looked up |
CExtrapolationException | Request would have required extrapolation beyond current limits |
CInvalidArgumentException | Passed argument was invalid |
CDisabledException | The requested feature is disabled |
CTimeCacheInterface | Interface for transform time caches |
CTimeCache | Time based transform cache |
CStaticCache | Transform cache for static transforms |
CTransformListener | Receive transforms and answer queries |
CTransformPublisher | Utility class to send transforms |
CTransformStorage | Storage for transforms and their parent |
CTransformer | Coordinate transforms between any two frames in a system |
CStampedTransform | Transform that contains a timestamp and frame IDs |
CStamped | Wrapper class to add time stamp and frame ID to base types |
CMongoDBTransformer | Read transforms from MongoDB and answer queries |
CAspect | Fawkes aspect base class |
CAspectProviderAspect | Thread aspect provide a new aspect |
CBlackBoardAspect | Thread aspect to access to BlackBoard |
CBlockedTimingExecutor | Blocked timing executor |
CBlockedTimingLoopListener | Loop Listener of the BlockedTimingAspect |
CBlockedTimingAspect | Thread aspect to use blocked timing |
CClockAspect | Thread aspect that allows to obtain the current time from the clock |
CConfigurableAspect | Thread aspect to access configuration data |
CFawkesNetworkAspect | Thread aspect to participate in the Fawkes Network protocol |
CAspectProviderAspectIniFin | Initializer/finalizer for the AspectProviderAspect |
CBlackBoardAspectIniFin | Initializer/finalizer for the BlackBoardAspect |
CBlockedTimingAspectIniFin | Initializer/finalizer for the BlockedTimingAspect |
CClockAspectIniFin | Initializer/finalizer for the ClockAspect |
CConfigurableAspectIniFin | Initializer/finalizer for the ConfigurableAspect |
CFawkesNetworkAspectIniFin | Initializer/finalizer for the FawkesNetworkAspect |
CAspectIniFin | Aspect initializer/finalizer base class |
CLoggerAspectIniFin | Initializer/finalizer for the LoggerAspect |
CLoggingAspectIniFin | Initializer/finalizer for the LoggingAspect |
CMainLoopAspectIniFin | Initializer/finalizer for the MainLoopAspect |
CNetworkAspectIniFin | Initializer/finalizer for the NetworkAspect |
CPluginDirectorAspectIniFin | Initializer/finalizer for the PluginDirectorAspect |
CPointCloudAspectIniFin | Initializer/finalizer for the PointCloudAspect |
CSyncPointAspectIniFin | Initializer/finalizer for the SyncPointAspect |
CSyncPointManagerAspectIniFin | Initializer/finalizer for the SyncPointManagerAspect |
CTransformAspectIniFin | Initializer/finalizer for the TransformAspect |
CThreadProducerAspectIniFin | Initializer/finalizer for the ThreadProducerAspect |
CTimeSourceAspectIniFin | Initializer/finalizer for the TimeSourceAspect |
CVisionAspectIniFin | Initializer/finalizer for the VisionAspect |
CVisionMasterAspectIniFin | Initializer/finalizer for the VisionMasterAspect |
CWebviewAspectIniFin | Initializer/finalizer for the WebviewAspect |
CLoggerAspect | Thread aspect that allows to provide a logger to Fawkes |
CLoggingAspect | Thread aspect to log output |
CMainLoopEmployer | Main loop employer The MainLoopEmployer calls the main loop for execution |
CMainLoopAspect | Thread aspect that allows to replace the main loop of the main application of Fawkes |
CAspectManager | Aspect and aspect initializer/finalizer manager |
CNetworkAspect | Thread aspect for network communication |
CPluginDirectorAspect | Thread aspect to access the PluginManager |
CPointCloudAspect | Thread aspect to provide and access point clouds |
CSyncPointAspect | Thread aspect to acces to SyncPoints Give this aspect to your thread to manage SyncPoints, i.e |
CSyncPointManagerAspect | Thread aspect to acces to SyncPoints Give this aspect to your thread to manage SyncPoints, i.e |
CTransformAspect | Thread aspect to access the transform system |
CThreadProducerAspect | Aspect for thread producing threads |
CTimeSourceAspect | Thread aspect that allows to provide a time source to the Fawkes clock |
CVisionAspect | Thread aspect to use in FireVision apps |
CVisionMasterAspect | Vision Master Aspect |
CWebviewAspect | Thread aspect to provide web pages via Webview |
►CFawkesMainThread | Fawkes default main thread |
CRunner | Utility class to run the main thread |
CThreadManager | Base application thread manager |
CFawkesTimingThread | Thread to control the main loop timing |
CBlackBoard | The BlackBoard abstract class |
CBlackBoardMemMgrInvalidPointerException | A NULL pointer was supplied where not allowed |
CBBInconsistentMemoryException | Thrown when BlackBoard memory has been corupted This exception is thrown by the memory manager if the memory has been corrupted, for example if there are bytes that belong to neither a free chunk nor a allocated chunk |
CBBNotMasterException | Thrown if BlackBoard is not master and master operation has been requested |
CBBMemMgrCannotOpenException | Thrown if shared memory could not be opened |
CBlackBoardInterfaceNotFoundException | Thrown if no definition of interface or interface generator found |
CBlackBoardInterfaceVersionMismatchException | Thrown if versions do not match |
CBlackBoardWriterActiveException | Thrown if a writer is already active on an interface that writing has been requested for |
CBlackBoardNoMasterAliveException | Thrown if BlackBoard is opened as non-master with no master alive |
CBlackBoardNoWritingInstanceException | Thrown if no writer interface is alive |
CBlackBoardInterfaceListMaintainer | Opens and maintains multiple interfaces defined by a pattern |
►CBlackBoardInterfaceListener | BlackBoard interface listener |
CInterfaceMaps | Structure to hold maps for active subscriptions |
CQueueEntry | Queue entry type |
CBlackBoardInterfaceObserver | BlackBoard interface observer |
CBlackBoardInstanceFactory | BlackBoard instance factory |
CBlackBoardInterfaceManager | BlackBoard interface manager |
Cinterface_header_t | This struct is used as header for interfaces in memory chunks |
Cchunk_list_t | Chunk lists as stored in BlackBoard shared memory segment |
►CBlackBoardMemoryManager | BlackBoard memory manager |
CChunkIterator | Iterator for memory chunks |
CBlackBoardMessageManager | BlackBoard message manager |
CBlackBoardNotifier | BlackBoard notifier |
CLocalBlackBoard | Local BlackBoard |
CBlackBoardNetworkHandler | BlackBoard Network Handler |
CBlackBoardInterfaceListContent | BlackBoard interface list content |
CBlackBoardNetHandlerInterfaceListener | Interface listener for network handler |
CBlackBoardNetHandlerInterfaceObserver | Interface observer for blackboard network handler |
CBlackBoardInterfaceProxy | Interface proxy for remote BlackBoard |
Cbb_ilist_msg_t | Message to transport a list of interfaces |
Cbb_ilistreq_msg_t | Message to request constrained interface list |
Cbb_iopen_msg_t | Message to identify an interface on open |
Cbb_iinfo_msg_t | Message for interface info |
Cbb_ievent_msg_t | Message for interface events |
Cbb_iserial_msg_t | Message to identify an interface instance |
Cbb_ieventserial_msg_t | Message to identify an two interface instances |
Cbb_iopensucc_msg_t | Interface open success The serial denotes a unique instance of an interface within the (remote) BlackBoard |
Cbb_iopenfail_msg_t | Message to send update data |
Cbb_idata_msg_t | Interface data message |
Cbb_imessage_msg_t | Interface message |
CBlackBoardWithOwnership | BlackBoard that traces interface ownership |
CRemoteBlackBoard | Remote BlackBoard |
CBlackBoardSharedMemoryHeader | BlackBoard Shared Memory Header |
CBlackBoardSharedMemoryLister | BlackBoard shared memory lister |
CBlackBoardOnMessageWaker | Wake threads on receiving a blackboard message |
CBlackBoardOnUpdateWaker | Wake threads when a blackboard interface is updated |
CConfigurationChangeHandler | Interface for configuration change handling |
CConfigurationException | Generic configuration exception |
CConfigEntryNotFoundException | Thrown if a config entry could not be found |
CConfigTypeMismatchException | Thrown if there a type problem was detected for example if you tried to query a float with get_int() |
CCouldNotOpenConfigException | Thrown if config could not be opened |
►CConfiguration | Interface for configuration handling |
CValueIterator | Iterator interface to iterate over config values |
CMemoryConfiguration | In-memory configuration store |
CConfigNetworkHandler | Fawkes Configuration Network Handler |
CConfigListContent | Config list content |
Cconfig_descriptor_t | Basic config descriptor |
Cconfig_getval_msg_t | Get value message |
Cconfig_invval_msg_t | Invalid value request message |
Cconfig_erase_value_msg_t | Erase value request |
Cconfig_value_erased_msg_t | Value erased message |
Cconfig_string_value_t | String value header indicating the string length |
Cconfig_comment_msg_t | Comment message |
Cconfig_tag_msg_t | Tag message |
Cconfig_list_msg_t | Config list message |
Cconfig_list_entity_header_t | Config list entity header |
CCannotEnableMirroringException | Thrown if enabling mirror mode failed |
►CNetworkConfiguration | Remote configuration via Fawkes net |
CNetConfValueIterator | Network configuration value iterator |
►CSQLiteConfiguration | Configuration storage using SQLite |
CSQLiteValueIterator | SQLite configuration value iterator |
►CYamlConfiguration | Configuration store using YAML documents |
CYamlValueIterator | Iterator for YAML config trees |
►CException | Base class for exceptions in Fawkes |
Citerator | Message iterator for exceptions |
Cmessage_list_t | Internal exception message list |
CNullPointerException | A NULL pointer was supplied where not allowed |
CDivisionByZeroException | Division by zero |
CTypeMismatchException | Type mismatch |
CUnknownTypeException | Unknown type |
CDestructionInProgressException | Delete in progress |
CNotLockedException | Operation on unlocked object |
CNonPointerTypeExpectedException | Non-pointer type expected |
CMissingParameterException | Expected parameter is missing |
CIllegalArgumentException | Expected parameter is missing |
COutOfBoundsException | Index out of bounds |
CAccessViolationException | Access violates policy |
CSyntaxErrorException | Syntax error |
CNotImplementedException | Called method has not been implemented |
COutOfMemoryException | System ran out of memory and desired operation could not be fulfilled |
CInterruptedException | The current system call has been interrupted (for instance by a signal) |
CTimeoutException | The current system call has timed out before completion |
CCouldNotOpenFileException | File could not be opened |
CFileReadException | File could not be read |
CFileWriteException | Could not write to file |
CPlugin | Plugin interface class |
CBarrier | A barrier is a synchronization tool which blocks until a given number of threads have reached the barrier |
CInterruptibleBarrier | A barrier is a synchronization tool which blocks until a given number of threads have reached the barrier |
CMutex | Mutex mutual exclusion lock |
CMutexLocker | Mutex locking helper |
CReadWriteLock | Read/write lock to allow multiple readers but only a single writer on the resource at a time |
CRecursiveMutex | Recursive mutex |
CRefCountRWLock | Read/write lock with reference counting |
CScopedRWLock | Scoped read/write lock |
CSpinlock | Spin lock |
CLockList | List with a lock |
CThread | Thread class encapsulation of pthreads |
CThreadCollector | Thread collector |
CCannotFinalizeThreadException | Thread cannot be finalized |
CThreadFinalizer | Thread finalizer interface |
CCannotInitializeThreadException | Thread cannot be initialized |
CThreadInitializer | Thread initializer interface |
CThreadListSealedException | Thread list sealed exception |
CThreadListNotSealedException | Thread list not sealed exception |
CThreadList | List of threads |
CThreadLoopListener | Thread loop listener interface |
CThreadNotificationListener | Thread notification listener interface |
CWaitCondition | Wait until a given condition holds |
CCircularBuffer | Circular buffer with a fixed size |
CLockHashMap | Hash map with a lock |
CLockHashSet | Hash set with a lock |
CLockMap | Map with a lock |
CLockMultiMap | Multi-Map with a lock |
CLockQueue | Queue with a lock |
CLockSet | Set with a lock |
CLockVector | Vector with a lock |
CLockPtr | LockPtr<> is a reference-counting shared lockable smartpointer |
CRefCount | Reference counting base class |
CRefPtr | RefPtr<> is a reference-counting shared smartpointer |
CRWLockList | List with a read/write lock |
CRWLockMap | Hash map with a lock |
CRWLockQueue | Queue with a read/write lock |
CRWLockVector | Vector with a lock |
CExecutionTimeEstimatorManager | A manager for execution time providers |
CExecutionTimeEstimatorsAspect | An aspect to give access to the execution time estimator manager |
CExecutionTimeEstimatorsAspectIniFin | The Aspect IniFin for the ExecutionTimeEstimatorsAspect |
►CExecutionTimeEstimator | An abstract estimator for the execution time of a skill |
CProperty | A configurable property that is skill-specific and may have a default value |
CSkill | A structured representation of a skill |
CAvahiDispatcher | Avahi dispatcher |
CConnectionDispatcher | Watches network client events and dispatches them as signals |
►CInterfaceChooserDialog | Blackboard interface chooser dialog |
CRecord | Blackboard interface record |
CInterfaceDispatcher | Interface listener with dispatcher |
CLogView | Log View widget |
►CMultiInterfaceChooserDialog | Blackboard interface chooser dialog that supports multiple choices |
CRecord | Blackboard interface record |
CPluginTreeView | A TreeView class to list available plugins und trigger their loading/unloading |
CAllemaniACsAtHomeCairoRobotDrawer | Draw AllemaniACs AtHome robot |
CCairoRobotDrawer | Robot drawing interface |
CServiceChooserDialog | Service chooser dialog |
►CServiceModel | Abstract base class for widgets that allow to view the detected services of a certain type |
CServiceAddedRecord | Data structure to hold information about a newly added services |
CServiceRecord | Detects services and manages information about detected services |
CServiceRemovedRecord | Data structure to hold information about a recently removed services |
CServiceSelectorCBE | This widget consists of a Gtk::ComboBox and a Gtk::Button |
CTwoLinesCellRenderer | Gtk cell renderer for two lines of text in a cell |
CInterfaceFieldIterator | Interface field iterator |
CInterfaceFieldPointer | Direct pointer to an interface field |
CInterfaceWriteDeniedException | This exception is thrown if a write has been attempted on a read-only interface |
CInterfaceMessageEnqueueException | This exception is thrown if a write has been attempted on a read-only interface |
CInterfaceInvalidMessageException | This exception is thrown if a message has been queued in the interface which is not recognized by the interface |
CInterfaceInvalidException | This exception is thrown if an interface is invalid and it is attempted to call read()/write() |
►CInterface | Base class for all Fawkes BlackBoard interfaces |
Cinterface_data_ts_t | Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct |
Cinterface_messageinfo_t | Message info list |
CInterfaceInfo | Interface info |
CInterfaceInfoList | Interface information list |
CInterfaceMediator | Interface mediator interface |
CMessageMediator | Message mediator interface |
►CMessage | Base class for all messages passed through interfaces in Fawkes BlackBoard |
Cmessage_data_ts_t | Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct |
CMessageAlreadyQueuedException | Message already enqueued exception |
►CMessageQueue | Message queue used in interfaces |
CMessageIterator | Message iterator |
Cinterface_fieldinfo_t | Interface field info list |
►CBatteryInterface | BatteryInterface Fawkes BlackBoard Interface |
CPushButtonMessage | PushButtonMessage Fawkes BlackBoard Interface Message |
CSleepMessage | SleepMessage Fawkes BlackBoard Interface Message |
►CCameraControlInterface | CameraControlInterface Fawkes BlackBoard Interface |
CSetEffectMessage | SetEffectMessage Fawkes BlackBoard Interface Message |
CSetMirrorMessage | SetMirrorMessage Fawkes BlackBoard Interface Message |
CSetZoomMessage | SetZoomMessage Fawkes BlackBoard Interface Message |
►CDynamicReconfigureInterface | DynamicReconfigureInterface Fawkes BlackBoard Interface |
CSetBoolMessage | SetBoolMessage Fawkes BlackBoard Interface Message |
CSetFloatMessage | SetFloatMessage Fawkes BlackBoard Interface Message |
CSetStringMessage | SetStringMessage Fawkes BlackBoard Interface Message |
CSetUint32Message | SetUint32Message Fawkes BlackBoard Interface Message |
CSetUint64Message | SetUint64Message Fawkes BlackBoard Interface Message |
►CDynamixelServoInterface | DynamixelServoInterface Fawkes BlackBoard Interface |
CFlushMessage | FlushMessage Fawkes BlackBoard Interface Message |
CGotoMessage | GotoMessage Fawkes BlackBoard Interface Message |
CGotoPositionMessage | GotoPositionMessage Fawkes BlackBoard Interface Message |
CRecoverMessage | RecoverMessage Fawkes BlackBoard Interface Message |
CResetRawErrorMessage | ResetRawErrorMessage Fawkes BlackBoard Interface Message |
CSetAngleLimitsMessage | SetAngleLimitsMessage Fawkes BlackBoard Interface Message |
CSetAutorecoverEnabledMessage | SetAutorecoverEnabledMessage Fawkes BlackBoard Interface Message |
CSetComplianceValuesMessage | SetComplianceValuesMessage Fawkes BlackBoard Interface Message |
CSetEnabledMessage | SetEnabledMessage Fawkes BlackBoard Interface Message |
CSetGoalSpeedMessage | SetGoalSpeedMessage Fawkes BlackBoard Interface Message |
CSetMarginMessage | SetMarginMessage Fawkes BlackBoard Interface Message |
CSetModeMessage | SetModeMessage Fawkes BlackBoard Interface Message |
CSetPreventAlarmShutdownMessage | SetPreventAlarmShutdownMessage Fawkes BlackBoard Interface Message |
CSetPunchMessage | SetPunchMessage Fawkes BlackBoard Interface Message |
CSetSpeedMessage | SetSpeedMessage Fawkes BlackBoard Interface Message |
CSetTorqueLimitMessage | SetTorqueLimitMessage Fawkes BlackBoard Interface Message |
CSetVelocityMessage | SetVelocityMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CTimedGotoMessage | TimedGotoMessage Fawkes BlackBoard Interface Message |
►CEclipseDebuggerInterface | EclipseDebuggerInterface Fawkes BlackBoard Interface |
CConnectionMessage | ConnectionMessage Fawkes BlackBoard Interface Message |
►CExitSimulationInterface | ExitSimulationInterface Fawkes BlackBoard Interface |
CExitSimulationMessage | ExitSimulationMessage Fawkes BlackBoard Interface Message |
►CFacerInterface | FacerInterface Fawkes BlackBoard Interface |
CEnableIdentityMessage | EnableIdentityMessage Fawkes BlackBoard Interface Message |
CGetNameMessage | GetNameMessage Fawkes BlackBoard Interface Message |
CLearnFaceMessage | LearnFaceMessage Fawkes BlackBoard Interface Message |
CSetNameMessage | SetNameMessage Fawkes BlackBoard Interface Message |
CSetOpmodeMessage | SetOpmodeMessage Fawkes BlackBoard Interface Message |
CStartSearchPersonMessage | StartSearchPersonMessage Fawkes BlackBoard Interface Message |
CStopSearchPersonMessage | StopSearchPersonMessage Fawkes BlackBoard Interface Message |
►CFacialExpressionInterface | FacialExpressionInterface Fawkes BlackBoard Interface |
CMoveBrowsMessage | MoveBrowsMessage Fawkes BlackBoard Interface Message |
CMoveEyesMessage | MoveEyesMessage Fawkes BlackBoard Interface Message |
CMoveJowlMessage | MoveJowlMessage Fawkes BlackBoard Interface Message |
CMoveMouthMessage | MoveMouthMessage Fawkes BlackBoard Interface Message |
►CGameStateInterface | GameStateInterface Fawkes BlackBoard Interface |
CSetKickoffMessage | SetKickoffMessage Fawkes BlackBoard Interface Message |
CSetStateTeamMessage | SetStateTeamMessage Fawkes BlackBoard Interface Message |
CSetTeamColorMessage | SetTeamColorMessage Fawkes BlackBoard Interface Message |
►CGripperInterface | GripperInterface Fawkes BlackBoard Interface |
CCloseGripperMessage | CloseGripperMessage Fawkes BlackBoard Interface Message |
COpenGripperMessage | OpenGripperMessage Fawkes BlackBoard Interface Message |
►CHardwareModelsInterface | HardwareModelsInterface Fawkes BlackBoard Interface |
CStateChangeMessage | StateChangeMessage Fawkes BlackBoard Interface Message |
►CHumanoidMotionInterface | HumanoidMotionInterface Fawkes BlackBoard Interface |
CGetUpMessage | GetUpMessage Fawkes BlackBoard Interface Message |
CKickMessage | KickMessage Fawkes BlackBoard Interface Message |
CMoveHeadMessage | MoveHeadMessage Fawkes BlackBoard Interface Message |
CParkMessage | ParkMessage Fawkes BlackBoard Interface Message |
CStandupMessage | StandupMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CTurnMessage | TurnMessage Fawkes BlackBoard Interface Message |
CWalkArcMessage | WalkArcMessage Fawkes BlackBoard Interface Message |
CWalkSidewaysMessage | WalkSidewaysMessage Fawkes BlackBoard Interface Message |
CWalkStraightMessage | WalkStraightMessage Fawkes BlackBoard Interface Message |
CWalkVelocityMessage | WalkVelocityMessage Fawkes BlackBoard Interface Message |
CHumanSkeletonInterface | HumanSkeletonInterface Fawkes BlackBoard Interface |
CHumanSkeletonProjectionInterface | HumanSkeletonProjectionInterface Fawkes BlackBoard Interface |
CIMUInterface | IMUInterface Fawkes BlackBoard Interface |
►CJacoBimanualInterface | JacoBimanualInterface Fawkes BlackBoard Interface |
CCartesianGotoMessage | CartesianGotoMessage Fawkes BlackBoard Interface Message |
CMoveGripperMessage | MoveGripperMessage Fawkes BlackBoard Interface Message |
CSetConstrainedMessage | SetConstrainedMessage Fawkes BlackBoard Interface Message |
CSetPlannerParamsMessage | SetPlannerParamsMessage Fawkes BlackBoard Interface Message |
►CJacoInterface | JacoInterface Fawkes BlackBoard Interface |
CAngularGotoMessage | AngularGotoMessage Fawkes BlackBoard Interface Message |
CCalibrateMessage | CalibrateMessage Fawkes BlackBoard Interface Message |
CCartesianGotoMessage | CartesianGotoMessage Fawkes BlackBoard Interface Message |
CJoystickPushMessage | JoystickPushMessage Fawkes BlackBoard Interface Message |
CJoystickReleaseMessage | JoystickReleaseMessage Fawkes BlackBoard Interface Message |
CMoveGripperMessage | MoveGripperMessage Fawkes BlackBoard Interface Message |
CRetractMessage | RetractMessage Fawkes BlackBoard Interface Message |
CSetPlannerParamsMessage | SetPlannerParamsMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CJointInterface | JointInterface Fawkes BlackBoard Interface |
►CJoystickInterface | JoystickInterface Fawkes BlackBoard Interface |
CStartRumbleMessage | StartRumbleMessage Fawkes BlackBoard Interface Message |
CStopAllMessage | StopAllMessage Fawkes BlackBoard Interface Message |
CStopRumbleMessage | StopRumbleMessage Fawkes BlackBoard Interface Message |
►CKatanaInterface | KatanaInterface Fawkes BlackBoard Interface |
CCalibrateMessage | CalibrateMessage Fawkes BlackBoard Interface Message |
CCloseGripperMessage | CloseGripperMessage Fawkes BlackBoard Interface Message |
CFlushMessage | FlushMessage Fawkes BlackBoard Interface Message |
CLinearGotoKniMessage | LinearGotoKniMessage Fawkes BlackBoard Interface Message |
CLinearGotoMessage | LinearGotoMessage Fawkes BlackBoard Interface Message |
CMoveMotorAngleMessage | MoveMotorAngleMessage Fawkes BlackBoard Interface Message |
CMoveMotorEncoderMessage | MoveMotorEncoderMessage Fawkes BlackBoard Interface Message |
CObjectGotoMessage | ObjectGotoMessage Fawkes BlackBoard Interface Message |
COpenGripperMessage | OpenGripperMessage Fawkes BlackBoard Interface Message |
CParkMessage | ParkMessage Fawkes BlackBoard Interface Message |
CSetEnabledMessage | SetEnabledMessage Fawkes BlackBoard Interface Message |
CSetMaxVelocityMessage | SetMaxVelocityMessage Fawkes BlackBoard Interface Message |
CSetMotorAngleMessage | SetMotorAngleMessage Fawkes BlackBoard Interface Message |
CSetMotorEncoderMessage | SetMotorEncoderMessage Fawkes BlackBoard Interface Message |
CSetPlannerParamsMessage | SetPlannerParamsMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CKeyValueInterface | KeyValueInterface Fawkes BlackBoard Interface |
►CKickerInterface | KickerInterface Fawkes BlackBoard Interface |
CGuideBallMessage | GuideBallMessage Fawkes BlackBoard Interface Message |
CKickMessage | KickMessage Fawkes BlackBoard Interface Message |
CResetCounterMessage | ResetCounterMessage Fawkes BlackBoard Interface Message |
CLaser1080Interface | Laser1080Interface Fawkes BlackBoard Interface |
CLaser360Interface | Laser360Interface Fawkes BlackBoard Interface |
CLaser720Interface | Laser720Interface Fawkes BlackBoard Interface |
►CLaserBoxFilterInterface | LaserBoxFilterInterface Fawkes BlackBoard Interface |
CCreateNewBoxFilterMessage | CreateNewBoxFilterMessage Fawkes BlackBoard Interface Message |
►CLaserClusterInterface | LaserClusterInterface Fawkes BlackBoard Interface |
CSetMaxXMessage | SetMaxXMessage Fawkes BlackBoard Interface Message |
CSetSelectionModeMessage | SetSelectionModeMessage Fawkes BlackBoard Interface Message |
CLaserLineInterface | LaserLineInterface Fawkes BlackBoard Interface |
►CLedInterface | LedInterface Fawkes BlackBoard Interface |
CSetIntensityMessage | SetIntensityMessage Fawkes BlackBoard Interface Message |
CTurnOffMessage | TurnOffMessage Fawkes BlackBoard Interface Message |
CTurnOnMessage | TurnOnMessage Fawkes BlackBoard Interface Message |
►CLocalizationInterface | LocalizationInterface Fawkes BlackBoard Interface |
CSetInitialPoseMessage | SetInitialPoseMessage Fawkes BlackBoard Interface Message |
►CMotorInterface | MotorInterface Fawkes BlackBoard Interface |
CAcquireControlMessage | AcquireControlMessage Fawkes BlackBoard Interface Message |
CDriveRPMMessage | DriveRPMMessage Fawkes BlackBoard Interface Message |
CGotoMessage | GotoMessage Fawkes BlackBoard Interface Message |
CLinTransRotMessage | LinTransRotMessage Fawkes BlackBoard Interface Message |
COrbitMessage | OrbitMessage Fawkes BlackBoard Interface Message |
CResetOdometryMessage | ResetOdometryMessage Fawkes BlackBoard Interface Message |
CRotMessage | RotMessage Fawkes BlackBoard Interface Message |
CSetMotorStateMessage | SetMotorStateMessage Fawkes BlackBoard Interface Message |
CSetOdometryMessage | SetOdometryMessage Fawkes BlackBoard Interface Message |
CTransMessage | TransMessage Fawkes BlackBoard Interface Message |
CTransRotMessage | TransRotMessage Fawkes BlackBoard Interface Message |
►CNaoJointPositionInterface | NaoJointPositionInterface Fawkes BlackBoard Interface |
CMoveServoMessage | MoveServoMessage Fawkes BlackBoard Interface Message |
CMoveServosMessage | MoveServosMessage Fawkes BlackBoard Interface Message |
CSetServoMessage | SetServoMessage Fawkes BlackBoard Interface Message |
CSetServosMessage | SetServosMessage Fawkes BlackBoard Interface Message |
►CNaoJointStiffnessInterface | NaoJointStiffnessInterface Fawkes BlackBoard Interface |
CSetBodyStiffnessMessage | SetBodyStiffnessMessage Fawkes BlackBoard Interface Message |
CSetStiffnessesMessage | SetStiffnessesMessage Fawkes BlackBoard Interface Message |
CSetStiffnessMessage | SetStiffnessMessage Fawkes BlackBoard Interface Message |
►CNaoSensorInterface | NaoSensorInterface Fawkes BlackBoard Interface |
CEmitUltrasonicWaveMessage | EmitUltrasonicWaveMessage Fawkes BlackBoard Interface Message |
CStartUltrasonicMessage | StartUltrasonicMessage Fawkes BlackBoard Interface Message |
CStopUltrasonicMessage | StopUltrasonicMessage Fawkes BlackBoard Interface Message |
►CNavGraphGeneratorInterface | NavGraphGeneratorInterface Fawkes BlackBoard Interface |
CAddEdgeMessage | AddEdgeMessage Fawkes BlackBoard Interface Message |
CAddMapObstaclesMessage | AddMapObstaclesMessage Fawkes BlackBoard Interface Message |
CAddObstacleMessage | AddObstacleMessage Fawkes BlackBoard Interface Message |
CAddPointOfInterestMessage | AddPointOfInterestMessage Fawkes BlackBoard Interface Message |
CAddPointOfInterestWithOriMessage | AddPointOfInterestWithOriMessage Fawkes BlackBoard Interface Message |
CClearMessage | ClearMessage Fawkes BlackBoard Interface Message |
CComputeMessage | ComputeMessage Fawkes BlackBoard Interface Message |
CRemoveObstacleMessage | RemoveObstacleMessage Fawkes BlackBoard Interface Message |
CRemovePointOfInterestMessage | RemovePointOfInterestMessage Fawkes BlackBoard Interface Message |
CSetAlgorithmMessage | SetAlgorithmMessage Fawkes BlackBoard Interface Message |
CSetAlgorithmParameterMessage | SetAlgorithmParameterMessage Fawkes BlackBoard Interface Message |
CSetBoundingBoxMessage | SetBoundingBoxMessage Fawkes BlackBoard Interface Message |
CSetCopyGraphDefaultPropertiesMessage | SetCopyGraphDefaultPropertiesMessage Fawkes BlackBoard Interface Message |
CSetFilterMessage | SetFilterMessage Fawkes BlackBoard Interface Message |
CSetFilterParamFloatMessage | SetFilterParamFloatMessage Fawkes BlackBoard Interface Message |
CSetGraphDefaultPropertyMessage | SetGraphDefaultPropertyMessage Fawkes BlackBoard Interface Message |
CSetPointOfInterestPropertyMessage | SetPointOfInterestPropertyMessage Fawkes BlackBoard Interface Message |
►CNavigatorInterface | NavigatorInterface Fawkes BlackBoard Interface |
CCartesianGotoMessage | CartesianGotoMessage Fawkes BlackBoard Interface Message |
CCartesianGotoWithFrameMessage | CartesianGotoWithFrameMessage Fawkes BlackBoard Interface Message |
CCartesianGotoWithFrameWithToleranceMessage | CartesianGotoWithFrameWithToleranceMessage Fawkes BlackBoard Interface Message |
CCartesianGotoWithToleranceMessage | CartesianGotoWithToleranceMessage Fawkes BlackBoard Interface Message |
CObstacleMessage | ObstacleMessage Fawkes BlackBoard Interface Message |
CPlaceGotoMessage | PlaceGotoMessage Fawkes BlackBoard Interface Message |
CPlaceWithOriGotoMessage | PlaceWithOriGotoMessage Fawkes BlackBoard Interface Message |
CPolarGotoMessage | PolarGotoMessage Fawkes BlackBoard Interface Message |
CResetOdometryMessage | ResetOdometryMessage Fawkes BlackBoard Interface Message |
CResetParametersMessage | ResetParametersMessage Fawkes BlackBoard Interface Message |
CSetDriveModeMessage | SetDriveModeMessage Fawkes BlackBoard Interface Message |
CSetEscapingMessage | SetEscapingMessage Fawkes BlackBoard Interface Message |
CSetMaxRotationMessage | SetMaxRotationMessage Fawkes BlackBoard Interface Message |
CSetMaxVelocityMessage | SetMaxVelocityMessage Fawkes BlackBoard Interface Message |
CSetOrientationModeMessage | SetOrientationModeMessage Fawkes BlackBoard Interface Message |
CSetSecurityDistanceMessage | SetSecurityDistanceMessage Fawkes BlackBoard Interface Message |
CSetStopAtTargetMessage | SetStopAtTargetMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CTurnMessage | TurnMessage Fawkes BlackBoard Interface Message |
CNavPathInterface | NavPathInterface Fawkes BlackBoard Interface |
CObjectPositionInterface | ObjectPositionInterface Fawkes BlackBoard Interface |
►COpenCVStereoParamsInterface | OpenCVStereoParamsInterface Fawkes BlackBoard Interface |
CSetMinDisparityMessage | SetMinDisparityMessage Fawkes BlackBoard Interface Message |
CSetNumDisparitiesMessage | SetNumDisparitiesMessage Fawkes BlackBoard Interface Message |
CSetPreFilterCapMessage | SetPreFilterCapMessage Fawkes BlackBoard Interface Message |
CSetPreFilterSizeMessage | SetPreFilterSizeMessage Fawkes BlackBoard Interface Message |
CSetPreFilterTypeMessage | SetPreFilterTypeMessage Fawkes BlackBoard Interface Message |
CSetSADWindowSizeMessage | SetSADWindowSizeMessage Fawkes BlackBoard Interface Message |
CSetSpeckleRangeMessage | SetSpeckleRangeMessage Fawkes BlackBoard Interface Message |
CSetSpeckleWindowSizeMessage | SetSpeckleWindowSizeMessage Fawkes BlackBoard Interface Message |
CSetTextureThresholdMessage | SetTextureThresholdMessage Fawkes BlackBoard Interface Message |
CSetTrySmallerWindowsMessage | SetTrySmallerWindowsMessage Fawkes BlackBoard Interface Message |
CSetUniquenessRatioMessage | SetUniquenessRatioMessage Fawkes BlackBoard Interface Message |
►COpenRaveInterface | OpenRaveInterface Fawkes BlackBoard Interface |
CAddObjectMessage | AddObjectMessage Fawkes BlackBoard Interface Message |
CAttachObjectMessage | AttachObjectMessage Fawkes BlackBoard Interface Message |
CDeleteAllObjectsMessage | DeleteAllObjectsMessage Fawkes BlackBoard Interface Message |
CDeleteObjectMessage | DeleteObjectMessage Fawkes BlackBoard Interface Message |
CMoveObjectMessage | MoveObjectMessage Fawkes BlackBoard Interface Message |
CReleaseAllObjectsMessage | ReleaseAllObjectsMessage Fawkes BlackBoard Interface Message |
CReleaseObjectMessage | ReleaseObjectMessage Fawkes BlackBoard Interface Message |
CRenameObjectMessage | RenameObjectMessage Fawkes BlackBoard Interface Message |
CRotateObjectMessage | RotateObjectMessage Fawkes BlackBoard Interface Message |
CRotateObjectQuatMessage | RotateObjectQuatMessage Fawkes BlackBoard Interface Message |
CStartViewerMessage | StartViewerMessage Fawkes BlackBoard Interface Message |
►COpenraveRobotMemoryInterface | OpenraveRobotMemoryInterface Fawkes BlackBoard Interface |
CConstructSceneMessage | ConstructSceneMessage Fawkes BlackBoard Interface Message |
►CPanTiltInterface | PanTiltInterface Fawkes BlackBoard Interface |
CCalibrateMessage | CalibrateMessage Fawkes BlackBoard Interface Message |
CFlushMessage | FlushMessage Fawkes BlackBoard Interface Message |
CGotoMessage | GotoMessage Fawkes BlackBoard Interface Message |
CParkMessage | ParkMessage Fawkes BlackBoard Interface Message |
CSetEnabledMessage | SetEnabledMessage Fawkes BlackBoard Interface Message |
CSetMarginMessage | SetMarginMessage Fawkes BlackBoard Interface Message |
CSetVelocityMessage | SetVelocityMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
CTimedGotoMessage | TimedGotoMessage Fawkes BlackBoard Interface Message |
CPosition2DTrackInterface | Position2DTrackInterface Fawkes BlackBoard Interface |
CPosition3DInterface | Position3DInterface Fawkes BlackBoard Interface |
►CProtobufPeerInterface | ProtobufPeerInterface Fawkes BlackBoard Interface |
CCreatePeerCryptoMessage | CreatePeerCryptoMessage Fawkes BlackBoard Interface Message |
CCreatePeerLocalCryptoMessage | CreatePeerLocalCryptoMessage Fawkes BlackBoard Interface Message |
CCreatePeerLocalMessage | CreatePeerLocalMessage Fawkes BlackBoard Interface Message |
CCreatePeerMessage | CreatePeerMessage Fawkes BlackBoard Interface Message |
►CRobotinoSensorInterface | RobotinoSensorInterface Fawkes BlackBoard Interface |
CSetBumperEStopEnabledMessage | SetBumperEStopEnabledMessage Fawkes BlackBoard Interface Message |
CSetDigitalOutputMessage | SetDigitalOutputMessage Fawkes BlackBoard Interface Message |
►CRoomba500Interface | Roomba500Interface Fawkes BlackBoard Interface |
CDockMessage | DockMessage Fawkes BlackBoard Interface Message |
CDriveMessage | DriveMessage Fawkes BlackBoard Interface Message |
CDriveStraightMessage | DriveStraightMessage Fawkes BlackBoard Interface Message |
CSetModeMessage | SetModeMessage Fawkes BlackBoard Interface Message |
CSetMotorsMessage | SetMotorsMessage Fawkes BlackBoard Interface Message |
CStopMessage | StopMessage Fawkes BlackBoard Interface Message |
►CSkillerDebugInterface | SkillerDebugInterface Fawkes BlackBoard Interface |
CSetGraphColoredMessage | SetGraphColoredMessage Fawkes BlackBoard Interface Message |
CSetGraphDirectionMessage | SetGraphDirectionMessage Fawkes BlackBoard Interface Message |
CSetGraphMessage | SetGraphMessage Fawkes BlackBoard Interface Message |
►CSkillerInterface | SkillerInterface Fawkes BlackBoard Interface |
CAcquireControlMessage | AcquireControlMessage Fawkes BlackBoard Interface Message |
CExecSkillMessage | ExecSkillMessage Fawkes BlackBoard Interface Message |
CReleaseControlMessage | ReleaseControlMessage Fawkes BlackBoard Interface Message |
CRestartInterpreterMessage | RestartInterpreterMessage Fawkes BlackBoard Interface Message |
CStopExecMessage | StopExecMessage Fawkes BlackBoard Interface Message |
►CSoccerPenaltyInterface | SoccerPenaltyInterface Fawkes BlackBoard Interface |
CSetPenaltyMessage | SetPenaltyMessage Fawkes BlackBoard Interface Message |
►CSpeechRecognitionInterface | SpeechRecognitionInterface Fawkes BlackBoard Interface |
CResetMessage | ResetMessage Fawkes BlackBoard Interface Message |
CSetEnabledMessage | SetEnabledMessage Fawkes BlackBoard Interface Message |
►CSpeechSynthInterface | SpeechSynthInterface Fawkes BlackBoard Interface |
CSayMessage | SayMessage Fawkes BlackBoard Interface Message |
►CSwitchInterface | SwitchInterface Fawkes BlackBoard Interface |
CDisableSwitchMessage | DisableSwitchMessage Fawkes BlackBoard Interface Message |
CEnableDurationMessage | EnableDurationMessage Fawkes BlackBoard Interface Message |
CEnableSwitchMessage | EnableSwitchMessage Fawkes BlackBoard Interface Message |
CSetMessage | SetMessage Fawkes BlackBoard Interface Message |
►CTestInterface | TestInterface Fawkes BlackBoard Interface |
CCalculateMessage | CalculateMessage Fawkes BlackBoard Interface Message |
CSetTestIntMessage | SetTestIntMessage Fawkes BlackBoard Interface Message |
CSetTestStringMessage | SetTestStringMessage Fawkes BlackBoard Interface Message |
CTransformInterface | TransformInterface Fawkes BlackBoard Interface |
►CVisualDisplay2DInterface | VisualDisplay2DInterface Fawkes BlackBoard Interface |
CAddCartCircleMessage | AddCartCircleMessage Fawkes BlackBoard Interface Message |
CAddCartLineMessage | AddCartLineMessage Fawkes BlackBoard Interface Message |
CAddCartRectMessage | AddCartRectMessage Fawkes BlackBoard Interface Message |
CAddCartTextMessage | AddCartTextMessage Fawkes BlackBoard Interface Message |
CDeleteAllMessage | DeleteAllMessage Fawkes BlackBoard Interface Message |
CDeleteObjectMessage | DeleteObjectMessage Fawkes BlackBoard Interface Message |
CKDLParserUnknownJointTypeException | Unknown Joint Type |
CKDLParserModelGenerationFailedException | URDF Model generation failed for unknown reasons |
CURDFColladaNotSupportedException | Tried to to parse Collada data which is not supported |
CURDFXMLDocumentParseErrorException | Failed to parse XML Document |
CURDFXMLElementParseErrorException | Failed to parse XML Element |
►CCacheLogger | Logging Cache |
CCacheEntry | Cache entry struct |
CComponentLogger | Component logger |
CConsoleLogger | Interface for logging to stderr |
CUnknownLoggerTypeException | Unknown logger type exception |
CLoggerFactory | Logger factory |
CLogFileDescriptorToLog | Redirect a file descriptor to the log |
CFileLogger | Interface for logging to a specified file |
CLibLogger | Library logger |
CLogger | Interface for logging |
CLoggerEmployer | Logger employer The LoggerEmployer shall pipe all log messages of the system to added loggers |
CMultiLogger | Log through multiple loggers |
CSyslogLogger | Interface for logging to syslog |
CLuaContext | Lua C++ wrapper |
CLuaContextWatcher | Lua context watcher |
CLuaRuntimeException | Lua runtime exception |
CLuaErrorException | Lua error exception |
CLuaInterfaceImporter | Lua interface importer |
CLuaTriggerManager | Lua Trigger Manager |
CNavGraphAspect | Thread aspect to access NavGraph |
CNavGraphAspectIniFin | NavGraphAspect initializer/finalizer |
CNavGraphConstraintRepo | Constraint repository to maintain blocks on nodes |
CNavGraphEdgeConstraint | Constraint that can be queried to check if an edge is blocked |
CNavGraphEdgeCostConstraint | Constraint that can be queried for an edge cost factor |
CNavGraphNodeConstraint | Constraint that can be queried to check if a node is blocked |
►CNavGraphPolygonConstraint | Constraint that blocks nodes within and edges touching a polygon |
CPoint_ | Simple point representation for polygon |
CNavGraphPolygonEdgeConstraint | Constraint that blocks nodes within and edges touching a polygon |
CNavGraphPolygonNodeConstraint | Constraint that blocks nodes inside a polygon |
CNavGraphStaticListEdgeConstraint | Constraint that holds a list of edges to block |
CNavGraphStaticListEdgeCostConstraint | Constraint that hold cost factors for a static list of edges |
CNavGraphStaticListNodeConstraint | Constraint that holds a list of nodes to block |
CNavGraphTimedReservationListEdgeConstraint | Constraint that holds a list of edges to block with timeouts |
CNavGraphTimedReservationListNodeConstraint | Constraint that holds a list of nodes to block with timeouts |
CNavGraphGenerator | Base class for navgraph generators |
CNavGraphGeneratorGrid | Generate navgraph using a Grid diagram |
CNavGraphGeneratorVoronoi | Generate navgraph using a Voronoi diagram |
►CNavGraph | Topological map graph |
CChangeListener | Topological graph change listener |
CNavGraphEdge | Topological graph edge |
CNavGraphNode | Topological graph node |
►CNavGraphPath | Class representing a path for a NavGraph |
CTraversal | Sub-class representing a navgraph path traversal |
CNavGraphSearchState | Graph-based path planner A* search state |
CMessageDecryptionException | Message decryption failed |
CMessageDecryptor | Message decryptor |
CMessageEncryptionException | Message encryption failed |
CMessageEncryptor | Message encryptor |
CAvahiResolverHandler | Avahi resolver handler interface |
CAvahiThread | Avahi main thread |
CFawkesNetworkClientSendThread | Fawkes network client send thread |
CFawkesNetworkClientRecvThread | Fawkes network client receive thread |
CHandlerAlreadyRegisteredException | Client handler has already been registered |
CFawkesNetworkClient | Simple Fawkes network client |
CFawkesNetworkClientHandler | Message handler for FawkesNetworkClient |
CFawkesNetworkHandler | Network handler abstract base class |
CFawkesNetworkHub | Fawkes Network Hub |
Cfawkes_message_header_t | Fawkes network message header |
Cfawkes_message_t | Message as stored in local queues |
Cfawkes_transfer_header_t | Fawkes transfer header |
CFawkesNetworkMessageTooBigException | The given message size exceeds the limit |
CFawkesNetworkMessage | Representation of a message that is sent over the network |
CFawkesNetworkMessageContent | Fawkes network message content |
CFawkesNetworkMessageQueue | A LockQueue of FawkesNetworkMessage to hold messages in inbound and outbound queues |
CFawkesNetworkManager | Fawkes Network Manager |
CFawkesNetworkServerClientSendThread | Sending thread for a Fawkes client connected to the server |
CFawkesNetworkServerClientThread | Fawkes Network Client Thread for server |
CFawkesNetworkServerThread | Fawkes Network Thread |
CFawkesNetworkTransceiver | Fawkes Network Transceiver |
CServiceBrowseHandler | Interface for class that process browse results |
CDummyServiceBrowser | Dummy Service browser |
CDummyServicePublisher | Dummy service publisher interface |
CNetworkService | Representation of a service announced or found via service discovery (i.e |
CServiceBrowser | Service browser |
CServicePublisher | Service publisher interface |
CDatagramSocket | Datagram socket |
CBroadcastDatagramSocket | Broadcast datagram socket |
CMulticastDatagramSocket | Multicast datagram socket |
CSocketException | Socket exception |
CSocket | Socket base class |
CStreamSocket | TCP stream socket over IP |
CNetworkAcceptorThread | Network Acceptor Thread |
CSockAddrCompare | Compare concept comparator for sockaddr |
Cdynamic_list_t | Dynamic list type |
CDynamicBuffer | Dynamically growing buffer |
CConnectionDiedException | Thrown if the connection died during an operation |
CNetworkIncomingConnectionHandler | Interface for handling incoming connections |
CNetworkNameResolver | Network name and address resolver |
CNetworkNameResolverThread | Worker thread for NetworkNameResolver |
CStringContent | Content for a variable length string |
►CNetworkLogger | Interface for logging to network clients |
Cnetwork_logger_header_t | Network logging message header |
CNetworkLoggerMessageContent | Message sent over the network with a log message |
CPointCloudManager | Point Cloud manager |
CPluginManagerListener | PluginManager listener |
CPluginLoadException | This exception is thrown if the requested plugin could not be loaded |
CPluginUnloadException | This exception is thrown if the requested plugin could not be unloaded |
CPluginLoader | This class manages plugins |
CPluginManager | Fawkes Plugin Manager |
CPluginNetworkHandler | Fawkes Plugin Network Handler |
CPluginListMessage | Plugin list message |
Cplugin_load_msg_t | Load plugin message |
Cplugin_unload_msg_t | Unload plugin message |
Cplugin_loaded_msg_t | Plugin loaded message |
Cplugin_load_failed_msg_t | Plugin load failed |
Cplugin_unload_failed_msg_t | Plugin unload failed |
Cplugin_unloaded_msg_t | Plugin unloaded message |
Cplugin_list_msg_t | Plugin list message |
CSyncPointAlreadyOpenedException | A component which is watching a SyncPoint, called get_syncpoint() for the same identifier |
CSyncPointNonWatcherCalledEmitException | Emit was called by a component which isn't in the watcher set (or wrong component argument was passed) |
CSyncPointNonWatcherCalledWaitException | Emit was called by a component which isn't in the watcher set (or wrong component argument was passed) |
CSyncPointReleasedDoesNotExistException | Release was called on a non-existing SyncPoint |
CSyncPointReleasedByNonWatcherException | Release was called by a component which isn't a watcher |
CSyncPointInvalidIdentifierException | Invalid identifier used (i.e |
CSyncPointInvalidComponentException | Invalid component name used (i.e |
CSyncPointMultipleWaitCallsException | A component called wait() but is already waiting |
CSyncPointNonEmitterCalledEmitException | Emit was called on a SyncBarrier but the calling component is not registered as emitter |
CSyncPointInvalidTypeException | Invalid SyncPoint type |
CSyncPointCannotReleaseEmitter | The component called release but is still registered as emitter |
CSyncPointSetLessThan | Compare sets of syncpoints |
CSyncPoint | The SyncPoint class |
CSyncPointCall | A call (wait() or emit()) to a SyncPoint |
CSyncPointCallStats | This class represents call stats of a single component to a single SyncPoint |
CSyncPointManager | This class gives access to SyncPoints |
CDependencyViolationException | Dependency violation exception |
COneToManyDependency | One-to-Many dependency constraint |
CUniquenessViolationException | Uniqueness violation exception |
CUniquenessConstraint | Uniqueness constraint |
CHungarianMethod | Hungarian method assignment solver |
►CIPCMessageQueue | IPC message queue |
CMessageStruct | This is the struct of the messages that has to be fed to send and receive methods |
CMessageTooBigException | Message did not fit into buffer |
CSemInvalidException | Semaphore or semaphore set invalid |
CSemCannotLockException | Cannot lock semaphore |
CSemCannotUnlockException | Cannot unlock semaphore |
CSemCannotSetValException | Cannot set value on semaphore |
CSemaphoreSet | IPC semaphore set |
CSharedMemoryHeader | Interface for shared memory header |
►CSharedMemory | Shared memory segment |
CSharedMemory_header_t | General header |
CSharedMemoryIterator | Shared Memory iterator |
CShmCouldNotAttachException | Could not attach to shared memory segment |
CShmNoHeaderException | No shared memory header set before attach() |
CShmInconsistentSegmentSizeException | Memory size does not match |
CShmDoesNotExistException | Shared memory segment does not exist |
CShmCouldNotAttachAddrDepException | The shared memory is set adress-dependend but could not be opened at the appropriate address |
CShmAddrOutOfBoundsException | The address points out of the shared memory |
CShmPtrOutOfBoundsException | The pointer does not point inside the shared memory |
CSharedMemoryLister | Format list output for shared memory segments |
►CSharedMemoryRegistry | Shared memory registry |
CSharedMemID | Shared memory identifier |
CKalmanFilter1D | One-dimensional Kalman filter implementation for single-precision floats |
CBinomialCoefficient | Contains method to compute the binomial coefficient |
CInterpolator | Value interpolator |
CLinearInterpolator | Linear value interpolator |
CSinusoidalInterpolator | Sinusoidal value interpolator |
Cupoint_t | Point with cartesian coordinates as unsigned integers |
Cpoint_struct | Point with cartesian coordinates as signed integers |
Ccart_coord_2d_struct | Cartesian coordinates (2D) |
Ccart_coord_3d_t | Cartesian coordinates (3D) |
Cpolar_coord_2d_t | Polar coordinates |
Cpolar_coord_3d_t | Polar coordinates |
Cextent_2d_t | Rectangular extent with unsigne integers |
Crectangle_t | Rectangle (unsigned integers) |
Cfield_pos_t | Position on the field |
Cfield_line_struct | Describes a field line |
Carc_struct | Defines an arc (or circle) |
Cellipse_struct | Defines an ellipse |
Cpoint_6D_struct | Defines a point with 6-degrees of freedom |
CMemAutoFree | Automatically free memory on destruction |
CActionSkillMapping | Class to maintain and perform mapping from actions to skills |
CStringEquality | String equality checker |
CStringLess | String less than test |
CStringConversions | Utility class that holds string methods |
CAStar | This is an implementation of the A* search algorithm |
CAStarState | This is the abstract(!) class for an A* State |
CSubProcess | Sub-process execution with stdin/stdout/stderr redirection |
CUnknownArgumentException | Thrown if unknown argument was supplied |
CMissingArgumentException | Thrown if required argument was missing |
CArgumentParser | Parse command line arguments |
CModuleOpenException | Opening a module failed |
CModule | Dynamic module loader for Linux, FreeBSD, and MacOS X |
CModuleManager | Dynamic module manager |
CFamListener | File Alteration Monitor Listener |
CFileAlterationMonitor | Monitors files for changes |
CFamThread | FileAlterationMonitor thread wrapper |
CUnableToOpenFileException | Opening a file failed for some reason |
CFile | File utility methods |
CHostInfo | Host information |
CPathParser | Path parser |
CSignalHandler | Interface for signal handling |
CSignalManager | System signal manager |
CClock | This is supposed to be the central clock in Fawkes |
CSimulatorTimeSource | Simulation time source |
CTime | A class for handling time |
CTimeSource | TimeSource interface |
CTimeTracker | Time tracking utility |
CScopedClassItemTracker | Scoped time tracking for specific item |
CTimeWait | Time wait utility |
CWatch | This is a stop-watch |
CWebviewAccessLog | Webview access_log writer |
CWebErrorPageReply | Static error page reply |
CDynamicFileWebReply | Dynamic raw file transfer reply |
CWebNavManager | Manage visible navigation entries |
CWebPageFooterGenerator | Interface for HTML footer generator |
CWebPageHeaderGenerator | Interface for HTML header generator |
CWebPageReply | Basic page reply |
CWebRedirectReply | Redirect reply for webview |
CWebReply | Basic web reply |
CDynamicWebReply | Dynamic web reply |
CStaticWebReply | Static web reply |
CWebRequest | Web request meta data carrier |
CWebRequestDispatcher | Web request dispatcher |
CWebRequestManager | Probides information about ongoing requests |
CWebviewRouter | URL path router |
CWebviewRestReply | REST reply via Webview |
CWebviewRestException | REST processing exception |
CWebviewRestParams | REST parameters to pass to handlers |
CWebviewRestApi | Webview REST API component |
CWebviewRestApiManager | Manage URL mappings |
CWebServer | Encapsulation of the libmicrohttpd webserver |
CWebUrlManager | Manage URL mappings |
CWebUserVerifier | Interface for user verification |
CASPAspect | Thread aspect to get access to an ASP solver |
CASPAspectIniFin | ASPAspect initializer/finalizer |
CBoolMutexLocker | Helper class to incorporate bool into mutex locker with RAII |
CClingoAccess | A wrapper around the clingo control, to control the solving process |
CClingoControlManager | The Clingo Control Manager creates and maintains Clingo Controls |
CClingoManagerAspect | Thread aspect to access the Clingo Control manager |
CClingoManagerAspectIniFin | ClingoManagerAspect initializer/finalizer |
CCLIPSAspect | Thread aspect to get access to a CLIPS environment |
CCLIPSEnvManager | CLIPS environment manager |
CCLIPSFeature | CLIPS feature maintainer |
CCLIPSFeatureAspect | Thread aspect to provide a feature to CLIPS environments |
CCLIPSFeatureAspectIniFin | CLIPSFeatureAspect initializer/finalizer |
CCLIPSAspectIniFin | CLIPSAspect initializer/finalizer |
CCLIPSManagerAspect | Thread aspect access the CLIPS environment manager |
CCLIPSManagerAspectIniFin | CLIPSManagerAspect initializer/finalizer |
Ccolli_data_t | Colli data, refering to current movement |
Ccolli_cell_cost_t | Costs of occupancy-grid cells |
Ccolli_trans_rot_t | Storing Translation and rotation |
CAbstractDriveMode | This is the base class which calculates drive modes |
CBackwardDriveModule | This is the SlowBackward drive-module, for slow backward only movements |
CBiwardDriveModule | This is the SlowBiward drive-module |
CEscapeDriveModule | Class Escape-Drive-Module |
CEscapePotentialFieldDriveModule | Class Escape-Drive-Module |
CEscapePotentialFieldOmniDriveModule | Class Escape-Drive-Module |
CForwardDriveModule | This is the Forward drive-module, for forward only movements |
CForwardOmniDriveModule | This is the SlowForward drive-module, for slow forward only movements |
CSelectDriveMode | This class selects the correct drive mode and calls the appopriate drive component |
CStopDriveModule | Stop-Drive-Module |
CBaseMotorInstruct | The Basic of a Motorinstructor |
CEmergencyMotorInstruct | This module is a class for validity checks of drive commands and sets those things with respect to the physical borders of the robot |
CLinearMotorInstruct | This module is a class for validity checks of drive commands and sets those things with respect to the physical borders of the robot |
CQuadraticMotorInstruct | This module is a class for validity checks of drive commands and sets those things with respect to the physical borders of the robot |
CAbstractSearch | This is the abstract search interpretation class for an arbitrary search algorithm to find its way through an Occupancy grid from a robopos to a targetpos |
CAStarColli | Class AStar |
CSearch | This is the plan class |
CColliFastObstacle | This is an implementation of a a fast obstacle |
CColliFastRectangle | This is an implementation of a a fast rectangle |
CColliFastEllipse | This is an implementation of a a fast ellipse |
CColliObstacleMap | This is an implementation of a collection of fast obstacles |
CLaserOccupancyGrid | This OccGrid is derived by the Occupancy Grid originally from Andreas Strack, but modified for speed purposes |
COccupancyGrid | Occupancy Grid class for general use |
CRoboShape | This is a class containing all roboshape information |
CRoboShapeColli | This class is mainly the same as the basic class with the difference that all data is precalculated or estimated |
CEclExternalBlackBoard | Wrapper class for using the blackboard in the implementation of the external predicates |
CEclExternalConfig | Wrapper class for using the config in the implementation of the external predicates |
CEclExternalRCSoftMapGraph | Wrapper class for using the RCSoftMapGraph in the implementation of the external predicates |
CConfigExecutionTimeEstimator | Get a static estimate for the skill execution time from the config |
CLookupEstimator | Estimate the execution time of skills by drawing a random sample from a set of possible values stored in a mongodb database |
CNavGraphEstimator | Estimate the execution time for the skill goto by querying the distance from the navgraph |
CGazeboAspect | Thread aspect to get access to a Gazebo node handle |
CGazeboAspectIniFin | GazeboAspect initializer/finalizer |
CGazsimTimesource | This time-source provides the simulation time from Gazebo in Fawkes |
CGologppDispatcherAspect | An aspect that provides access to the Golog++ Action Executor Dispatcher |
CGologppDispatcherAspectIniFin | The initializer/finalizer for the GologppDispatcherAspect |
CGossipAspect | Thread aspect to communicate with a group of robots |
CGossipAspectIniFin | GossipAspect initializer/finalizer |
CGossipGroup | Gossip group communication handler |
CGossipGroupConfiguration | Group configuration for initial groups |
CGossipGroupManager | Abstract class for a Gossip group manager |
CJacoArm | Abstract class for a Kinova Jaco Arm that we want to control |
CJacoArmDummy | Class for simulating a dummy Kinova Jaco Arm |
CJacoArmKindrv | Class for commanding a Kinova Jaco Arm, using libkindrv |
Cjaco_target_struct_t | Jaco target struct, holding information on a target |
Cjaco_arm_struct | Jaco struct containing all components required for one arm |
Cjaco_dual_arm_struct | Jaco struct containing all components required for a dual-arm setup |
CKatanaController | Abstract class for a Neuronics Katana controller |
CKatanaControllerKni | Controller class for a Neuronics Katana, using libkni to interact with the real Katana arm |
CKatanaControllerOpenrave | Controller class for a Neuronics Katana, using libkni to interact with the real Katana arm |
CKatanaNoSolutionException | No joint configuration for desired target found |
CKatanaOutOfRangeException | At least one motor is out of range |
CKatanaMotorCrashedException | At least one motor crashed |
CKatanaUnsupportedException | Unsupported command |
CMetricsAspect | Thread aspect to provide metrics |
CMetricsAspectIniFin | MetricsAspect initializer/finalizer |
CMetricsManager | Base class for metrics managers |
CMetricsSupplier | Metrics supplier class |
CMongoDBAspect | Thread aspect to access MongoDB |
CMongoDBConnCreator | Interface for a MongoDB connection creator |
CMongoDBAspectIniFin | MongoDBAspect initializer/finalizer |
CNaoQiAspect | Thread aspect to get access to NaoQi broker |
CNaoQiAspectIniFin | NaoQiAspect initializer/finalizer |
COpenNiAspect | Thread aspect to get access to the OpenNI context |
COpenNiAspectIniFin | OpenNiAspect initializer/finalizer |
COpenPRSAspect | OpenPRS kernel creation and communication aspect |
COpenPRSAspectIniFin | OpenPRSAspect initializer/finalizer |
COpenPRSKernelManager | OpenPRS kernel manager |
COpenPRSManagerAspect | Thread aspect access the OpenPRS kernel manager |
COpenPRSManagerAspectIniFin | OpenPRSManagerAspect initializer/finalizer |
COpenPRSComm | OpenPRS communication wrapper |
COpenPRSMessagePasserProxy | Proxy for the OpenPRS server communication |
COpenPRSServerProxy | Proxy for the OpenPRS server communication |
COpenRaveAspect | Thread aspect create, update, and graph round-robin databases (RRD) |
COpenRaveConnector | Interface for a OpenRave connection creator |
COpenRaveAspectIniFin | OpenRaveAspect initializer/finalizer |
COpenRaveEnvironment | OpenRaveEnvironment class |
COpenRaveManipulator | Class containing information about all manipulator motors |
COpenRaveManipulatorKatana6M180 | Class containing information about all katana6M180 motors |
COpenRaveManipulatorKinovaJaco | Class containing information about all Kinova Jaco motors |
COpenRaveManipulatorNeuronicsKatana | Class containing information about all neuronics-katana motors |
COpenRaveRobot | OpenRAVE Robot class |
Cmotor_t | Struct containing angle of current motor, its number in OpenRAVE and corresponding motor number of real devices |
Ctarget_t | Struct containing information about the current target |
CRobotMemoryAspect | Thread aspect to get access to a the RobotMemory |
CRobotMemoryIniFin | RobotMemoryAspect initializer/finalizer |
CROSAspect | Thread aspect to get access to a ROS node handle |
CROSAspectIniFin | ROSAspect initializer/finalizer |
CRRDAspect | Thread aspect create, update, and graph round-robin databases (RRD) |
CRRDDataSource | Class to represent a RRD data source |
CRRDArchive | RRD Archive description |
CRRDDefinition | RRD Definition |
CRRDGraphDataDefinition | Represent data definition in graph arguments |
CRRDGraphElement | Interface for graph elements |
CRRDGraphGPrint | Print string inside graph |
CRRDGraphLine | Print graph line |
CRRDGraphArea | Print graph area |
CRRDGraphDefinition | Class representing a graph definition |
CRRDAspectIniFin | RRDAspect initializer/finalizer |
CRRDManager | Interface for a RRD connection creator |
►CWebviewJpegStreamProducer | JPEG stream producer |
CBuffer | Image buffer passed to stream subscribers |
CSubscriber | JPEG stream subscriber |
CDynamicMJPEGStreamWebReply | Dynamic raw file transfer reply |
►Nfirevision | |
CBufferCamera | Simple buffer with a Camera interface |
CBumblebee2Camera | Bumblebee2 camera |
CCameraNotOpenedException | Camera not opened exception |
CCameraNotStartedException | Camera not started exception |
CCaptureException | Capturing a frame failed |
CUnknownCameraTypeException | Unknown camera type exception |
CUnknownCameraException | Unknown camera exception |
CUnknownCameraControlTypeException | Unknown camera control exception |
CCamera | Camera interface for image aquiring devices in FireVision |
CCameraControlColor | Camera color control interface |
CCameraControl | Camera control interface base class |
CDummyCameraControl | Plain dummy control |
CCameraControlEffect | Camera effect control interface |
CCameraControlFactory | Camera control factory |
CCameraControlFocus | Camera focus control interface |
CCameraControlImage | Camera image control interface |
CCameraControlPanTilt | Camera pan/tilt control interface |
CSonyEviD100PControl | Sony Evi D100P pan/tilt control |
CCameraControlSource | Camera source control interface |
CViscaControlException | Visca exception |
CViscaControlInquiryRunningException | Visca inquire running exception |
CViscaControl | Visca control protocol implementation over a serial line |
CCameraControlZoom | Camera zoom control interface |
CCameraFactory | Camera factory |
CFileLoader | Load images from files |
CFirewireCamera | Firewire camera |
CFvFreenectDevice | Implementation of the FreenectDevice interface of the driver |
CKinectCamera | Access the Microsoft Kinect camera using the freenect driver |
CLeutronCamera | Cameras accessed through Leutron framegrabber |
CNaoCamera | Video4Linux 2 camera with Nao-specific extensions |
CNetworkCamera | Network camera |
Cavt_autofnc_aoi_t | Datastructure for the autofunction AOI |
Cavt_af_area_position_t | Datastructure for the position of the autofunction AOI |
Cavt_af_area_size_t | Datastructure for the size of the autofunction AOI |
Cavt_version_info1_t | Datastructure for version information of the uC |
Cavt_version_info3_t | Datastructure for version information of the FGPA |
CPikeCamera | Pike camera |
CSharedMemoryCamera | Shared memory camera |
CV4LCamera | General Video4Linux camera implementation |
CV4L1Camera | Video4Linux 1 camera implementation |
CV4L2Camera | Video4Linux 2 camera access implementation |
CBorderShrinker | Border shrinker |
CClassifier | Classifier to extract regions of interest |
CFacesClassifier | Faces classifier |
CGradientClassifier | Gradient classifier |
CMultiColorClassifier | Simple multi-color classifier |
CQualifier | Abstract Qualifier for a single pixel |
CLumaQualifier | LumaQualifier for a single pixel |
CSkyblueQualifier | SkyblueQualifier for a single pixel |
CYellowQualifier | YellowQualifier for a single pixel |
CShrinker | Shrinker class to shrink ROIs |
CSiftClassifier | SIFT classifier |
►CSiftppClassifier | SIFTPP classifier |
CFeature | Siftpp Feature struct |
CSimpleColorClassifier | Simple classifier |
CSquareShrinker | Square shrinker |
CSurfClassifier | SURF classifier |
CFilterColorThreshold | A filter that uses the VLC color similarity algorithm to mark a certain color |
CFilterCompare | Comparison filter |
CFilterDifference | Calculates the difference of two images |
CFilter | Filter interface |
CFilterGauss | Gaussian filter |
CFilterHipass | Hipass filter |
CFilterHSearch | Search horizontally for a color change |
CFilterHVSearch | Horizontal/vertical search filter |
CFilterInvert | Inversion filter |
CFilterLaplace | Laplacian filter |
CFilterMax | Maximum filter |
CFilterMedian | Median filter |
CFilterMin | Minimum filter |
CFilterClosing | Morphological closing |
CFilterDilation | Morphological dilation |
CFilterErosion | Morphological erosion |
CFilterGeodesicDilation | Morphological geodesic dilation |
CFilterGeodesicErosion | Morphological geodesic erosion |
CMorphologicalFilter | Morphological filter interface |
CFilterOpening | Morphological opening |
CSEGenerator | Basic generators for structuring elements for morphological filters |
CFilterTophatClosing | Morphological tophat closing |
CFilterNothing | A filter that does.. |
CFilterOr | Or filter |
CFilterRectify | Rectify image |
CFilterROIDraw | ROI Drawing filter |
CFilterSegment | Segmentation filter |
CFilterColorSegmentation | Segmentation filter |
CFilterScanlineSegmentation | Segmentation filter |
CFilterShapeRemover | Remove shapes from an image |
CFilterSharpen | Sharpen filter |
CFilterSobel | Sobel filter |
CFilterSum | Sum filter |
CFilterThreshold | Threshold filter |
CFilterUnwarp | Create unwarped image with given mirror model |
CColorModel | Color model interface |
CColorModelLookupTable | Color model based on a lookup table |
►CColorModelSimilarity | Matches colors that are similar to given reference colors |
Ccolor_class_t | Parameters that define a certain color |
CColorModelThresholds | Really simple thresholds-based model with some hard-coded thresholds |
CColorModelBlack | Detect configurable shades/hues of "black" as a cuboid in YUV space |
CColorModelLuminance | Really simple thresholds-based model with some hard-coded thresholds |
CGlobalPositionModel | Global Position Model Interface |
CGlobalFromRelativePos | Calculate global ball position based on a relative position model |
COmniGlobal | Omni vision global position model |
►CBulb | Bulb mirror lookup table |
Cbulb_file_header_t | Bulb file header |
►CMirrorCalibTool | This class encapsulates the routines necessary for interactive mirror calibration |
CCartesianImage | Wraps an image so that access to (0, 0) is mapped to the middle of the image and so on |
CCartesianPoint | A cartesian point is a 2d point which can have negative X and Y coords |
CHole | A hole is a sequence of pixels between two lines |
CImage | A container for a YUV-buffer etc |
CPixelPoint | A pixel point is a 2d point with positive X and Y coords |
CPoint | Abstract Point class |
CStepResult | The result of a step contains a YUV buffer |
CMirrorModel | Mirror model interface |
CBallTrigoRelativePos | Relative ball position model for pan/tilt camera |
CBoxRelative | Relative (beer) box position model |
CFrontBallRelativePos | Relative ball position model for front vision |
COmniRelative | Omni vision relative position model |
CPositionToPixel | Compute a pixel position in the camera image from a cartesian world coordinate |
CRelativePositionModel | Relative Position Model Interface |
CScanlineBeams | Raytraced beams scanline model |
CCornerHorizon | Cut of arbitrary scanline models at an artificial horizon |
CScanlineGrid | Scanline Grid |
CScanlineLineGrid | Grid of scan lines |
CScanlineRadial | Radial scanlines |
CScanlineModel | Scanline model interface |
CScanlineStar | Star-like arranged scanline points |
CFittedCircle | FittedCircle accumulator |
CFitAccum | FIT Accumulator |
CRhtAccNode | Hough-Transform accumulator node |
CRhtRNode | Hough-Transform accumulator node |
CRhtYNode | Hough-Transform accumulator node |
CRhtXNode | Hough-Transform accumulator node |
CRhtAccumulator | Hough-Transform accumulator |
CCircle | Circle shape |
CHtLinesModel | Hough-Transform line matcher |
CLineShape | Line shape |
CRcdCircleModel | RCD circle model from the following literature An Efficient Randomized Algorithm for Detecting Circles |
CRhtCircleModel | Randomized Hough-Transform circle model |
CRhtLinesModel | Randomized Hough-Transform line model |
CShape | Shape interface |
CShapeModel | Shape model interface |
CVelocityGlobalFromRelative | Global velocity from relative velocities |
CVelocityFromGlobal | Velocity from global positions |
Cvel_postime_t | Position/time tuple |
Cvel_veltime_t | Velocity/time tuple |
CVelocityFromRelative | Calculate velocity from relative positions |
CVelocityModel | Velocity model interface |
CStereoProcessor | Stereo processor interface |
CTriclopsStereoProcessor | Stereo processing using PGR Triclops SDK |
CIplImageAdapter | Adapter for OpenCV IplImages |
CROI | Region of interest |
Ccenter_in_roi_t | Center in ROI |
Cpcl_point_t | Structure defining a point in a CARTESIAN_3D_FLOAT buffer |
Cpcl_point_xyzrgb_t | Structure defining a point in a CARTESIAN_3D_FLOAT_RGB buffer |
CVisionMaster | Vision Master |
CCameraTracker | Camera Tracker |
CColorObjectMap | Color mapping class |
CRGB_t | Structure defining an RGB pixel (in R-G-B byte ordering) |
CBGR_t | Structure defining an RGB pixel (in B-G-R byte ordering) |
CYUV_t_struct | YUV pixel |
CZSlice | "slice" is a row of consecutive pixels (horizontal) |
CZRegion | Region is a stack of slices, together with the y-position of the slice at the top |
CZauberstab | Zaubertab selection utility |
CBayesColormapGenerator | Colormap Generator using Bayes method |
CBayesHistosToLut | LUT generation by using Bayesian method on histograms |
Ccmfile_header_t | Block header for a Colormap header block in a ColormapFile |
►CColormapFile | Colormap file |
CColormapBlockVector | Vector of colormap blocks |
CColormapFileBlock | FireVision data file block for colormap files |
Ccmfile_yuvblock_header_t | Block header for a YUV block in a ColormapFile |
CColormapFileYuvBlock | YUV block for colormap file |
CColormap | Colormap interface |
CColormapGenerator | Interface for colormap generators |
CYuvColormap | YUV Colormap |
CImageCompressor | Image compressor interface |
CImageDecompressor | Image de-compressor interface |
CJpegImageCompressor | Jpeg image compressor |
CJpegImageCompressorLibJpeg | Jpeg image compressor |
CJpegImageCompressorMMAL | Jpeg image compressor |
CJpegImageDecompressor | Decompressor for JPEG images |
CDrawer | Draw to an image |
CField | This class is used to describe a soccer field |
CFieldDrawer | This class is used to draw a soccer field |
CFieldLines | This class acts as a container for lines on a soccer field |
CFieldLines6x4 | This class implements the 6 by 4 meter SPL field according to the 2008 roules |
CFieldLinesCityTower | This class implements the test field in Graz, Austria at the CityTower |
CFieldLinesCityTowerSeminar | This class implements the test field in Graz, Austria at the CityTower |
CMonoDrawer | Draw to a monochrome image |
C_fvff_header_t | Header for a FireVision file format file |
C_fvff_block_header_t | Block header |
CFireVisionDataFile | FireVision File Format for data files |
CFireVisionDataFileBlock | FireVision File Format data block |
CInconsistentImageException | Throw if an inconsistent image was found |
CInconsistentLUTException | Throw if an inconsistent LUT was found |
CSharedMemoryImageBuffer_header_t | Shared memory header struct for FireVision images |
CSharedMemoryImageBufferHeader | Shared memory image buffer header |
CSharedMemoryImageBufferLister | Shared memory image buffer lister |
CSharedMemoryImageBufferMetaData | Shared memory image buffer meta data container |
CSharedMemoryImageBufferMetaDataCollector | Collect meta data about shared memory segments |
CSharedMemoryImageBuffer | Shared memory image buffer |
CSharedMemoryLookupTable_header_t | Shared memory lookup table header struct |
CSharedMemoryLookupTableHeader | Shared memory lookup table header |
CSharedMemoryLookupTableLister | Shared memory lookup table lister |
CSharedMemoryLookupTable | Shared memory lookup table |
CFUSE_header_t | General packet header |
CFUSE_message_t | FUSE message |
CFUSE_greeting_message_t | Version packet, bi-directional |
CFUSE_lut_message_header_t | Lookup table packet header |
CFUSE_image_message_header_t | Image packet header |
CFUSE_imagereq_message_t | Image request message |
CFUSE_imagedesc_message_t | Image description message |
CFUSE_lutdesc_message_t | LUT description message |
CFUSE_imageinfo_t | Image info message |
CFUSE_lutinfo_t | LUT info message |
CFUSE_imagelist_message_t | Image list message |
CFUSE_lutlist_message_t | LUT list message |
CFuseClient | FUSE client |
CFuseClientHandler | FUSE client handler |
CFuseImageContent | FUSE image content |
CFuseImageListContent | FUSE image list content |
CFuseLutContent | FUSE lookup table content |
CFuseLutListContent | FUSE lookup table list content |
CFuseNetworkMessage | FUSE Network Message |
CFuseMessageContent | FUSE message content |
CFuseNetworkMessageQueue | A LockQueue of FuseNetworkMessage to hold messages in inbound and outbound queues |
CFuseServer | FireVision FUSE protocol server |
CFuseServerClientThread | FUSE Server Client Thread |
CFuseNetworkTransceiver | FUSE Network Transceiver |
CFvRawReader | FvRaw image reader implementation |
CJpegReader | JPEG file reader |
CPNGReader | PNG file reader |
CPNMReader | PNM file reader |
CReader | Image reader interface |
►CRectificationInfoFile | Rectification Info File |
CRectInfoBlockVector | Vector that is used for maintaining the rectification info blocks |
C_rectinfo_header_t | Header for a rectification information file (rectinfo) |
C_rectinfo_block_header_t | The per-image rectification info block header |
C_rectinfo_lut_16x16_block_header_t | Block header for rectification LUTs wit 16-bit values |
C_rectinfo_lut_16x16_entry_t | Data type used to build a rectification LUT |
CRectificationInfoBlock | Rectification info block |
CRectificationLutInfoBlock | Recitification Lookup Table Block |
CLossyScaler | Lossy image scaler |
CScaler | Image scaler interface |
CHistogram | Histogram |
C_histogram_block_header_t | Header for a histogram block |
CHistogramBlock | This class defines a file block for histograms |
CHistogramFile | A fileformat for histograms |
CImageDiff | Image difference checker |
CCameraArgumentParser | Camera argument parser |
CCompressedImageWriter | Writer for arbitrarily compressed images |
►CFvRawWriter | FvRaw Writer implementation |
CFvRawHeader | FvRaw image file header |
CJpegWriter | JPEG file writer |
CPNGWriter | PNG file writer |
CPNMWriter | PNM file writer |
CSeqWriter | Writes a sequence of images to disk |
CWriter | Interface to write images |
CFuseImageListWidget | This widget displays all available Fuse images in a tree view |
CImageDisplay | Simple image display |
CImageWidget | This class is an image container to display fawkes cameras (or image buffers) inside a Gtk::Container |
CSDLKeeper | SDL Reference keeper |
►Ngazebo | |
CGps | Provides ground Truth position |
CGyro | Plugin for a gyro sensor on a model |
CMotor | Motor plugin for Gazebo |
►Ngraspplanning | |
CGraspPlanner | Class to plan a grasp for a given robot and target |
►Noprs_protobuf | |
COpenPRSProtobuf | OpenPRS protobuf integration class |
►Npcl | |
CPointCloud | |
►Npddl_parser | |
►Ngrammar | |
Cpddl_skipper | A skipper for PDDL files |
Cdomain_parser | A Boost QI parser for a PDDL domain |
Cproblem_parser | A Boost QI parser for a PDDL problem |
CPredicate | A PDDL formula (either part of a precondition or an effect( |
CAction | A structured representation of a PDDL action |
CDomain | A structured representation of a PDDL domain |
CProblem | A structured representation of a PDDL problem |
CPddlParser | Parse a PDDL domain file or problem |
CPddlParserException | Exception thrown by the parser if an error occurs during parsing |
►Nprotoboard | |
Cbb_iface_manager | Container for an opened interface of type |
►CAbstractProtobufSender | Abstract superclass for sending out ProtoBuf messages |
Chandle_messages | Functor that iterates over all message types that should be handled on a given interface type and calls the approate handlers for each message type in turn |
CProtobufSender | Sends out ProtoBuf messages for all given interface managers |
CBlackboardManager | The main thread that is woken each time a message arrives on any of the interfaces watched by a bb_iface_manager |
Ctype_list | Helper structure to wrap a list of types into a single type |
CInterfaceMessageHandler | |
Cenum_map | A compile-time constant bidirectional map that can be used to match blackboard interface enum values to ProtoBuf's enum values |
►CProtobufThead | Receive incoming ProtoBuf messages and pass them on to the BlackboardManager for publication to the appropriate blackboard interface |
Cincoming_message | Wrapper for a ProtoBuf message and its metadata |
Cpb_convert | Default ProtoBuf to blackboard converter |
Cpb_converter | The workhorse of the ProtoBuf to Blackboard conversion |
Cpb_sequence_converter | A special handler for repeated ProtoBuf fields |
►Nprotobuf_clips | |
CClipsProtobufCommunicator | CLIPS protobuf integration class |
►Nprotobuf_comm | |
CProtobufStreamClient | Stream client for protobuf message transmission |
CBufferEncryptor | Encrypt buffers using AES128 in ECB mode |
CBufferDecryptor | Decrypt buffers encrypted with BufferEncryptor |
Cframe_header_t | Network framing header |
Cmessage_header_t | Network message header |
Cframe_header_v1_t | Old network message framing header |
CMessageRegister | Register to map msg type numbers to Protobuf messages |
CProtobufBroadcastPeer | Communicate by broadcasting protobuf messages |
CQueueEntry | Outgoing queue entry |
CProtobufStreamServer | Stream server for protobuf message transmission |
►Nurdf | |
CModel | This class represents an URDF model |
CAgentControlThread | This thread controls the agent thread by sending signals |
Camcl_hyp_t | Pose hypothesis |
CAmclPlugin | Adaptive Monte Carlo Localization plugin |
CAmclROSThread | Thread for ROS integration of the Adaptive Monte Carlo Localization |
CAmclThread | Thread to perform Adaptive Monte Carlo Localization |
CASPPlugin | Plugin to access ASP from Fawkes |
CASPThread | ASP environment thread |
CBackend | Backend representation for JSON transfer |
CBackendInfoRestApi | REST API backend for the image |
CBallPosLogPlugin | Simple ball position logger plugin |
CBallPosLogThread | Main thread of ball position logger plugin |
CBatteryMonitor | A battery monitor |
►CBatteryMonitorTreeView | A treeview that retrieves battery data from the robots over remote blackboard connections and displays those |
CBatteryRecord | Column record class for the battery monitor treeview |
Cbblog_entry_header | BBLogger entry header |
Cbblog_file_header | BBLogger file header definition |
CBBLogFile | Class to easily access bblogger log files |
CBBLoggerThread | BlackBoard logger thread |
CBBLogReplayBlockedTimingThread | BlackBoard log replay blocked timing thread |
CBBLogReplayThread | BlackBoard log Replay thread |
CBeepController | Simple speaker beep controller |
CBehaviorEnginePlexilAdapter | Interface adapter to provide logging facilities |
CBlackboardCLIPSFeature | CLIPS blackboard feature |
CBlackboardComputable | Computable providing access to blackboard interfaces |
CBlackboardGraph | BlackboardGraph representation for JSON transfer |
CBlackBoardInterfaceListMaintainer | Opens and maintains multiple interfaces defined by a pattern |
►CBlackboardListenerThread | Keeps a queue of subscribed blackboard events that can be queried in a thread-safe manner |
CChanged | An interface changed |
CCreated | A new interface was created |
CDestroyed | An interface was destroyed |
CEvent | Abstract superclass for blackboard events |
CBlackBoardLoggerPlugin | BlackBoard logger plugin |
CBlackBoardLogReplayPlugin | BlackBoard log replay plugin |
CBlackboardPlexilAdapter | An interface adapter using standard POSIX time facilities to implement LookupNow and LookupOnChange |
CBlackboardRestApi | REST API backend for the blackboard |
CBlackBoardSynchronizationPlugin | BlackBoard synchronization plugin |
CBlackBoardSynchronizationThread | Thread to synchronize two BlackBoards |
CBlocksworldDomainTest | Test with the blocksworld domain |
CBumblebee2CalibGtkWindow | Bumblebee2 calibration GUI main window |
CBumblebee2Plugin | Plugin to segment a tabletop via PCL |
CBumblebee2Thread | Thread to acquire data from Bumblebee2 stereo camera |
CCedarPlugin | CLIPS agent plugin |
CCedarPluginDirectorThread | Plugin manager access for CEDAR |
CCedarThread | Main thread of CEDAR error analysis plugin |
CClipsAgentPlugin | CLIPS agent plugin |
CClipsAgentThread | Main thread of CLIPS-based agent |
CClipsExecutivePlugin | CLIPS executive plugin |
CClipsExecutiveRestApi | REST API backend for the CLIPS executive |
CClipsExecutiveRestApiPlugin | CLIPS Executive REST API plugin |
CClipsExecutiveThread | Main thread of CLIPS-based executive |
CClipsNavGraphPlugin | CLIPS navgraph plugin |
CClipsNavGraphThread | Provide protobuf functionality to CLIPS environment |
CClipsPddlParserPlugin | CLIPS PDDL Parser Plugin |
CClipsPddlParserThread | Plugin thread that provides the pddl-parser CLIPS features |
CCLIPSPlugin | Plugin to access CLIPS from Fawkes |
CClipsProtobufPlugin | CLIPS agent plugin |
CClipsProtobufThread | Provide protobuf functionality to CLIPS environment |
CClipsRestApi | REST API backend for CLIPS |
CClipsRestApiPlugin | CLIPS REST API plugin |
CClipsRmTrigger | |
CClipsRobotMemoryPlugin | CLIPS feature to access the robot memory |
CClipsRobotMemoryThread | CLIPS feature to access the robot memory |
CClipsROSPlugin | CLIPS agent plugin |
CClipsROSThread | ROS integration for CLIPS |
CCLIPSTest | Base class for unit testing with CLIPS |
CClipsTFPlugin | CLIPS navgraph plugin |
CClipsTFThread | Provide protobuf functionality to CLIPS environment |
CCLIPSThread | CLIPS environment thread |
CClockPlexilTimeAdapter | An interface adapter using standard POSIX time facilities to implement LookupNow and LookupOnChange |
CColliActThread | This thread hooks onto Fawkes main loop at the ACT hook |
CColliPlugin | Local odometry based path planning with collision avoidance |
CColliThread | Thread that performs the navigation and collision avoidance algorithms |
CColormapViewerWidget | Select a layer from a colormap and render it to a Gtk::Image |
CColorTrainWidget | This widget implements the complete color training process |
CComputable | Class holding information for a single computable this class also enhances computed documents by additional information, such as the caching time |
CComputablesManager | This class manages registering computables and can check if any computables are invoced by a query |
CConditionalSayDomainTest | Test with the conditional-say domain |
CConfigChangeWatcherTool | Tool to watch and output config changes |
CConfigCLIPSFeature | CLIPS blackboard feature |
CConfigTree | ConfigTree representation for JSON transfer |
CConfigurationPlexilAdapter | Interface adapter to provide logging facilities |
CConfigurationRestApi | REST API backend for plugins |
CCppInterfaceGenerator | Generator that transforms input from the InterfaceParser into valid C++ classes |
CCruizCoreXG1010AcquisitionThread | IMU acquisition thread for CruizCore XG1010 gyros |
Cdependent_false | |
CDepthcamSimThread | Thread simulates a number of depthcams in Gazebo |
CDirectedPerceptionPTU | DirectedPerception PTU implementation |
►CDirectRobotinoComMessage | Robotino communication message |
CChecksumError | Excpetion thrown on checksum errors |
CDirectRobotinoComThread | Thread to communicate with Robotino via OpenRobotino API (v1 or v2) |
CDomainEffect | DomainEffect representation for JSON transfer |
CDomainFact | DomainFact representation for JSON transfer |
CDomainObject | DomainObject representation for JSON transfer |
CDomainObjectType | DomainObjectType representation for JSON transfer |
CDomainOperator | DomainOperator representation for JSON transfer |
CDomainOperatorParameter | DomainOperatorParameter representation for JSON transfer |
CDomainPrecondition | DomainPrecondition representation for JSON transfer |
CDomainPreconditionAtom | DomainPreconditionAtom representation for JSON transfer |
CDomainPreconditionCompound | DomainPreconditionCompound representation for JSON transfer |
CDomainPredicate | DomainPredicate representation for JSON transfer |
CDomainTest | Test setup for domain tests |
CDynamixelActThread | Robotis dynamixel servo act thread |
CDynamixelChain | Class to access a chain of Robotis dynamixel servos |
CDynamixelDriverThread | Driver thread for Robotis dynamixel servos |
CDynamixelPlugin | Driver plugin for Robotis dynamixel servos |
CDynamixelSensorThread | Robotis dynamixel servo sensor thread |
CEclipseAgentThread | This thread creates an ECLiPSe context in which the ECLiPSe interpreter and the program are loaded |
CEclipseCLPPlugin | The ECLiPSe CLP plugin |
CEclipseDebugger | ECLiPSe-clp Debugger GUI Wrapper |
CEclipsePath | Class to determine the location of ECLiPSe-clp programs |
CEffectToCLIPSFactVisitor | Translate a PDDL effect into CLIPS facts |
CEmitter | Helper class which registers and emits a given SyncBarrier |
CEnvironment | Environment representation for JSON transfer |
CEventTrigger | Class holding all information about an EventTrigger |
CEventTriggerManager | Manager to realize triggers on events in the robot memory |
CExampleBlackBoardThread | Simple demonstration for a thread using the BlackBoard |
CExampleFinalizeNettlerThread | Thread of example plugin |
CExampleNetworkThread | Network thread of example plugin |
CExamplePlugin | Simple example plugin |
CExamplePluginClientNetworkReceiver | Example Plugin network ping tool Small class that waits for a reply of the example plugin after a short network message was sent |
CExampleThread | Thread of example plugin |
CExecutionTimeEstimatorLookupEstimatorThread | Get estimates for skill execution times from samples of a mongodb database |
CExecutionTimeEstimatorLookupPlugin | Plugin to get estimates for skill execution times from samples of a mongodb database |
CExecutionTimeEstimatorNavgraphPlugin | Plugin to get estimates for skill execution times from the navgraph |
CExecutionTimeEstimatorNavgraphThread | Get estimates for skill execution times from the navgraph |
CExecutionTimeEstimatorsPlugin | Estimate skill execution times |
CExecutionTimeEstimatorsThread | The plugin thread, initializes the aspect |
CFact | Fact representation for JSON transfer |
CFawkesBeepDaemon | Fawkes beep daemon |
CFawkesRemotePlexilAdapter | Interface adapter to provide logging facilities |
CFestivalPlugin | Festival plugin for Fawkes |
CFestivalSynthThread | Festival Synthesis Thread |
CFirestation | Control GUI for vision related stuff |
CFireVisionNetworkTool | FireVision Network Tool |
CFlitePlugin | Flite plugin for Fawkes |
CFliteSynthThread | Flite Synthesis Thread |
CFountainThread | Fountain main thread |
CFuseTransferWidget | This class implements the logic for a GUI that allows to transfer LUTs via FUSE |
CFuseViewerGtkWindow | Fawkes network camera viewer |
CFvAcquisitionThread | FireVision base application acquisition thread |
CFvAqtVisionThreads | Aquisition-dependant threads |
CFvBasePlugin | FireVision Base Plugin This is the FireVision base plugin |
CFvBaseThread | FireVision base thread |
CFvFountainPlugin | FireVision Fountain Plugin |
CFvRetrieverPlugin | FireVision Retriever Plugin |
CFvRetrieverThread | FireVision retriever thread |
CGazeboNodeThread | Gazebo node handle thread |
CGazeboPlugin | Plugin to access Gazebo from Fawkes |
CGazsimCommPlugin | Plugin simulates communication |
CGazsimCommThread | Plugin simulates and manages communication for Simulation in Gazebo |
CGazsimDepthcamPlugin | Plugin to simulate a depthcam in Gazebo |
CGazsimLaserPlugin | Plugin to simulate the Hokuyo in Gazebo |
CGazsimLocalizationPlugin | Plugin provides the simulated position in Gazebo |
CGazsimRobotinoPlugin | Plugin to simulate the Robotino in Gazebo |
CGazsimTimesourcePlugin | Plugin sets the simulation-time in fawkes |
CGazsimTimesourceThread | Plugin provides the simulation time from gazebo |
CGazsimVisLocalizationPlugin | Plugin visualizes the localization |
CGazsimWebcam | Simulates a single webcam in Gazebo |
CGazsimWebcamPlugin | Plugin to simulate a webcam in Gazebo |
CGlobalStatePlexilAdapter | Interface adapter to provide logging facilities |
CGoal | Goal representation for JSON transfer |
CGologppPlugin | A plugin to integrate Golog++ into Fawkes |
CGossipExampleReceiverPlugin | Robot Group Communication Example Plugin - Receiver |
CGossipExampleReceiverThread | Gossip Example Plugin Thread - Receiver |
CGossipExampleSenderPlugin | Robot Group Communication Example Plugin - Sender |
CGossipExampleSenderThread | Gossip Example Plugin Thread - Sender |
CGossipPlugin | Robot Group Communication Plugin |
CGossipThread | Robot Group Communication |
CHardwareModelsPlugin | Hardware Models plugin |
CHardwareModelsThread | Main thread of Hardware Models Plugin |
CHokuyoUrgAcquisitionThread | Laser acqusition thread for Hokuyo URG laser range finders |
CHokuyoUrgGbxAcquisitionThread | Laser acqusition thread for Hokuyo URG laser range finders |
CImageInfo | ImageInfo representation for JSON transfer |
CImageRestApi | REST API backend for the image |
CIMUAcquisitionThread | IMU acqusition thread |
CIMUPlugin | IMU driver plugin |
CIMUSensorThread | IMU sensor thread |
CInsufficientDataException | Exception that is thrown if there are not enough laser points to do a matching |
CInterfaceChecker | Check interface type and identifier validity |
CInterfaceConstant | Interface generator internal representation of a constant as parsed from the XML template file |
CInterfaceData | InterfaceData representation for JSON transfer |
CInterfaceDigest | Interface digest generator |
►CInterfaceEnumConstant | Interface generator internal representation of a enum constant as parsed from the XML template file |
CEnumItem | Enumeration item |
CInterfaceField | Interface generator internal representation of a field as parsed from the XML template file |
CInterfaceFieldType | InterfaceFieldType representation for JSON transfer |
CInterfaceGeneratorAmbiguousNameException | Thrown if name is ambiguous |
CInterfaceGeneratorInvalidAttributeException | Thrown if illegal attribute is supplied |
CInterfaceGeneratorInvalidContentException | Thrown if document contains illegal content |
CInterfaceGeneratorInvalidDocumentException | Thrown if document was invalid |
CInterfaceGeneratorInvalidFlagException | Thrown if illegal flag is supplied |
CInterfaceGeneratorInvalidTypeException | Thrown if illegal type is supplied |
CInterfaceGeneratorInvalidValueException | Thrown if illegal value is supplied |
CInterfaceGeneratorMissingAttributeException | Thrown if required attribute is missing supplied |
CInterfaceGeneratorReservedIdentifierException | Thrown if something is a reserved identifier |
CInterfaceInfo | InterfaceInfo representation for JSON transfer |
CInterfaceMessage | Interface generator internal representation of a message as parsed from the XML template file |
CInterfaceMessageType | InterfaceMessageType representation for JSON transfer |
CInterfaceParser | Parser used to get information out of interface template |
CInterfacePseudoMap | Interface generator internal representation of a pseudo map as parsed from the XML template file |
CJacoActThread | Jaco Arm control thread |
CJacoBimanualActThread | Jaco Arm act-thread for coordinate bimanual manipulation |
CJacoBimanualGotoThread | Jaco Arm movement thread |
CJacoBimanualOpenraveThread | Jaco Arm thread for dual-arm setup, integrating OpenRAVE |
CJacoGotoThread | Jaco Arm movement thread |
CJacoInfoThread | Jaco Arm information thread |
CJacoOpenraveBaseThread | Base Jaco Arm thread, integrating OpenRAVE |
CJacoOpenraveThread | Jaco Arm thread for single-arm setup, integrating OpenRAVE |
CJacoPlugin | Kinova Jaco Arm plugin |
CJoystickAcquisitionThread | Joystick acqusition thread for Linux joystick API |
►CJoystickActThread | Joystick force feedback actuation thread |
CMessageProcessor | Process incoming messages |
CJoystickBlackBoardActListener | Wake actuator thread on incomin messages |
CJoystickBlackBoardHandler | Handler class for joystick data |
CJoystickBlackBoardLogger | Log joystick data gathered via RemoteBlackBoard to console |
CJoystickForceFeedback | Cause force feedback on a joystick |
CJoystickPlugin | Joystick plugin for Fawkes |
CJoystickQuitHandler | Simple signal handler for ffjoystick |
CJoystickRemoteBlackBoardPoster | Glue to post new data to a RemoteBlackBoard |
CJoystickSensorThread | Joystick sensor thread |
CJoystickTeleOpPlugin | Plugin to remote control a robot using a joystick |
CJoystickTeleOpThread | Remotely control a robot using a joystick |
CKatanaActThread | Katana act thread |
CKatanaCalibrationThread | Katana calibration thread |
CKatanaGotoOpenRaveThread | Class KatanaGotoOpenRaveThread |
CKatanaGotoThread | Katana linear goto thread |
CKatanaGripperThread | Katana gripper thread |
CKatanaMotionThread | Katana motion thread base class |
CKatanaMotorControlThread | Katana motor control thread |
CKatanaPlugin | Plugin to drive Neuronics' Katana arm with Fawkes |
CKatanaSensorAcquisitionThread | Katana sensor acquisition thread |
CKatanaSensorThread | Katana sensor thread |
CKDLParserTest | Test Class for KDLParser |
CLaseEdlAcquisitionThread | Laser acqusition thread for Lase EDL L A laser scanner |
CLaser1080to360DataFilter | Downsample filter from 1080 to 360 values |
CLaser720to360DataFilter | Downsample filter from 720 to 360 values |
CLaserAcquisitionThread | Laser acqusition thread |
CLaserBoxFilterDataFilter | Removes laser data which is represented by a set of boxes |
CLaserCalibration | Abstract base class for laser calibration |
CLaserCircleSectorDataFilter | Erase beams outside specified circle sector |
CLaserClusterPlugin | Plugin to detect a cluster in 2D laser data |
CLaserClusterThread | Main thread of laser-cluster plugin |
CLaserCopyDataFilter | Copy laser data without modification to a new name |
►CLaserDataFilter | Laser data filter |
CBuffer | Laser data buffer |
CLaserDataFilterCascade | Cascade of several laser filters to one |
CLaserDeadSpotCalibrator | Calibrator for dead ranges |
CLaserDeadSpotsDataFilter | Erase dead spots (i.e |
CLaserDrawingArea | Laser drawing area |
CLaserFilterPlugin | Laser filter plugin for Fawkes |
CLaserFilterThread | Laser filter thread |
CLaserGuiGtkWindow | Laser GUI window for Gtkmm |
CLaserGuiHildonWindow | Laser GUI window for Hildon |
CLaserLinesPlugin | Plugin to detect lines in 2D laser data |
CLaserLinesThread | Main thread of laser-lines plugin |
CLaserMapFilterDataFilter | Removes static laser data (laser beams near occupied map cells) |
CLaserMaxCircleDataFilter | Cut of laser data at max distance |
CLaserMinCircleDataFilter | Erase beams below a certain minimum distance distance |
CLaserMinMergeDataFilter | Merge multiple laser data arrays into one |
CLaserPlugin | Laser plugin for Fawkes |
CLaserPointCloudPlugin | Plugin to convert laser data to point clouds |
CLaserPointCloudThread | Thread to exchange transforms between Fawkes and ROS |
CLaserProjectionDataFilter | Projects one laser into another laser's plane |
CLaserReverseAngleDataFilter | Reverse the angle of beams |
CLaserSensorThread | Laser sensor thread |
CLaserSimThread | Thread simulates the Hokuyo in Gazebo |
CLineInfo | Line information container |
CLocalizationSimThread | Thread simulates the Localization in Gazebo |
CLoggingPlexilAdapter | Interface adapter to provide logging facilities |
CLuaAgentContinuousExecutionThread | LuaAgent Periodic Execution Thread |
CLuaAgentPeriodicExecutionThread | LuaAgent Periodic Execution Thread |
CLuaAgentPlugin | LuaAgent Plugin |
CMapLaserGenPlugin | Laser data from map generator plugin |
CMapLaserGenThread | Generate laser data from map and position |
CMetricsPlugin | Plugin to export metrics for Prometheus |
CMetricsRequestProcessor | Metrics web request processor |
CMetricsThread | Thread to export metrics for Prometheus |
CMiniImageProducer | Mini image producer |
CMongoDBClientConfig | Client configuration |
CMongoDBInstanceConfig | Client configuration |
CMongoDBPlugin | MongoDB Connector Plugin |
CMongoDBReplicaSetConfig | MongoDB replica set configuration |
CMongoDBThread | MongoDB Thread |
CMongoLogBlackboardThread | MongoDB Logging Thread |
CMongoLogImagesThread | Thread to export Fawkes images to MongoDB |
CMongoLogLoggerThread | Thread that provides a logger writing to MongoDB |
CMongoLogPlugin | MongoDB Logging Plugin |
CMongoLogPointCloudThread | Thread to store point clouds to MongoDB |
CMongoLogTransformsThread | MongoDB transforms logging thread |
CMongoRRDPlugin | MongoDB RRD Plugin |
CMongoRRDThread | MongoDB RRD Thread |
CMsl2010RefBoxProcessor | Mid-size league refbox repeater |
CNaoFawkesModule | Nao Fawkes Module |
CNaoGuiGtkWindow | Nao GUI main window |
CNaoQiBrokerThread | NaoQi Broker Thread |
CNaoQiButtonPlugin | Plugin to provide NaoQi buttons to Fawkes |
CNaoQiButtonThread | Thread to provide buttons to Fawkes |
►CNaoQiDCMThread | Thread to provide DCM to Fawkes |
CHighFreqThread | Thread to write data at full DCM frequency |
CNaoQiLedPlugin | Plugin to provide NaoQi LEDs to Fawkes |
CNaoQiLedThread | Thread to synchronize with LEDs |
CNaoQiMotionKickTask | NaoQi kick task |
CNaoQiMotionPlugin | Plugin to provide NaoQi motion to Fawkes |
CNaoQiMotionStandupTask | NaoQi standup task |
CNaoQiMotionThread | Thread to provide NaoQi motions to Fawkes |
CNaoQiPlugin | Plugin to access NaoQi from Fawkes |
CNaoQiSpeechSynthPlugin | Plugin to provide NaoQi speech synthesis to Fawkes |
CNaoQiSpeechSynthThread | Thread to provide NaoQi motions to Fawkes |
CNavGraphClustersBlockConstraint | Constraint to block edges close to clusters |
CNavGraphClustersDistanceCostConstraint | Constraint apply linearly scaled costs based on the distance |
CNavGraphClustersPlugin | Block navgraph paths based on laser clusters |
CNavGraphClustersStaticCostConstraint | Constraint apply a static cost factor to blocked edges |
CNavGraphClustersThread | Block navgraph paths based on laser clusters |
CNavGraphGeneratorPlugin | Plugin to generate navgraphs based on given parameters |
CNavGraphGeneratorThread | Thread to perform graph-based path planning |
CNavGraphGeneratorVisualizationThread | Send Marker messages to rviz to show navgraph-generator info |
CNavGraphInteractivePlugin | Interactive navgraph editing plugin |
CNavGraphInteractiveThread | Thread to perform graph-based path planning |
CNavGraphPlexilAdapter | Interface adapter to provide logging facilities |
CNavGraphPlugin | Graph-based global path planning |
CNavGraphROSPubThread | Publish navgaraph to ROS |
CNavGraphStaticConstraintsPlugin | Static constraints for navgraph |
CNavGraphStaticConstraintsThread | Thread to statically block certain nodes from config |
CNavGraphThread | Thread to perform graph-based path planning |
CNavGraphVisualizationThread | Send Marker messages to rviz to show navgraph info |
CNetLogGuiGtkWindow | NetLog GUI main window |
COldCentroid | This class is used to save old centroids in order to check for reappearance |
COpenNiContextThread | OpenNI Context Thread |
COpenNiDataPlugin | Plugin provide raw OpenNI data to Fawkes plugins |
COpenNiDepthThread | OpenNI Depth Provider Thread |
COpenNiHandTrackerPlugin | Plugin to track hands using OpenNI |
COpenNiHandTrackerThread | OpenNI Hand Tracker Thread |
COpenNiImageThread | OpenNI Image Provider Thread |
COpenNiPclOnlyPlugin | Create PCL from pointcloud buffer |
COpenNiPclOnlyThread | OpenNI Point Cloud Provider Thread |
COpenNiPlugin | Plugin to access OpenNI from Fawkes |
COpenNiPointCloudThread | OpenNI Point Cloud Provider Thread |
COpenNiUserTrackerPlugin | Plugin to track users using OpenNI |
COpenNiUserTrackerThread | OpenNI User Tracker Thread |
COpenPRSAgentPlugin | Agent executive using OpenPRS |
COpenPRSAgentThread | OpenPRS agent thread |
COpenPRSExamplePlugin | Example plugin to use OpenPRS from Fawkes |
COpenPRSExampleThread | OpenPRS example thread |
COpenPRSPlugin | Plugin to use OpenPRS from Fawkes |
COpenPRSThread | OpenPRS environment thread |
COpenRaveMessageHandlerThread | OpenRAVE Thread |
COpenRavePlugin | OpenRAVE Connector plugin |
COpenraveRobotMemoryPlugin | Creates an OpenRave Scene for motion planning from data in the robot memory |
COpenraveRobotMemoryThread | Creates an OpenRave Scene for motion planning from data in the robot memory |
COpenRaveThread | OpenRAVE Thread |
COpenRobotinoComThread | Thread to communicate with Robotino via OpenRobotino API (v1 or v2) |
CPanTiltActThread | Pan/tilt act thread |
CPanTiltDirectedPerceptionThread | PanTilt act thread for PTUs from DirectedPerception employing the ASCII protocol |
CPanTiltPlugin | Plugin to drive pan/tilt units with Fawkes |
CPanTiltRX28Thread | PanTilt act thread for RX28 PTU |
CPanTiltSensorThread | Katana sensor thread |
CPanTiltSonyEviD100PThread | PanTilt act thread for the PTU part of the Sony EviD100P camera |
CPclViewerTransferThread | PCL viewer transfer thread |
CPDDLCLIPSFeature | Provide a PDDL parser to a CLIPS environment |
CPddlPlannerPlugin | Starts a pddl planner and writes the resulting plan into the robot memory |
CPddlPlannerThread | Starts a pddl planner and writes the resulting plan into the robot memory |
CPddlRobotMemoryPlugin | Generate PDDL files from the robot memory |
CPddlRobotMemoryThread | Generate PDDL files from the robot memory |
CPitchCalibration | Calibrate the pitch angle of the laser |
CPlan | Plan representation for JSON transfer |
CPlanAction | PlanAction representation for JSON transfer |
CPlayerClientThread | Player Client Thread |
CPlayerF2PThread | Player Fawkes-To-Player Thread |
CPlayerLaserMapper | Laser mapper for player integration |
CPlayerMapperFactory | Player Fawkes mapper factory |
CPlayerMotorPositionMapper | Motor to position mapper for player integration |
CPlayerPlugin | Player plugin for Fawkes |
CPlayerPositionMapper | Position mapper for player integration |
CPlayerPostSyncThread | Synchronization thread Post Sync This thread is called in the POST_LOOP hook to synchronize a Player simulation loop and a Fawkes loop |
CPlayerProxyFawkesInterfaceMapper | Player proxy to Fawkes interface mapper interface |
CPlayerTimeSyncThread | Synchronization thread Time Sync This thread is called in the PRE_LOOP hook to synchronize a Player simulation loop and a Fawkes loop |
CPlexilExecutivePlugin | PLEXIL executive plugin |
CPlexilExecutiveThread | Main thread of PLEXIL executive |
CPlexilLogStreamBuffer | Log Plexil log output to Fawkes logger |
CPlexilNavgraphAccessThread | Access to internal navgraph for Plexil |
►CPlexilTimerThread | Timer support class |
CCallbackListener | Callback listener pure virtual class |
CPlugin | Plugin representation for JSON transfer |
CPluginGenerator | Generate basic plugins from minimal input |
CPluginGuiGtkWindow | Graphical plugin management tool |
CPluginOpRequest | PluginOpRequest representation for JSON transfer |
CPluginOpResponse | PluginOpResponse representation for JSON transfer |
CPluginRestApi | REST API backend for plugins |
CPluginTool | Program to communicate with plugin manager via Fawkes network |
►CPointCloudAdapter | Point cloud adapter class |
CPointFieldInfo | Information about the data fields |
CPointCloudDBMergePipeline | Point cloud merging pipeline |
CPointCloudDBMergePlugin | Plugin to segment a tabletop via PCL |
CPointCloudDBMergeThread | Thread to merge point clouds from database on request |
CPointCloudDBPipeline | Database point cloud pipeline base class |
CPointCloudDBRetrievePipeline | Point cloud retrieve pipeline |
CPointCloudDBRetrievePlugin | Plugin to segment a tabletop via PCL |
CPointCloudDBRetrieveThread | Thread to retrieve point clouds from database on request |
CPointCloudDBROSCommPlugin | Plugin to segment a tabletop via PCL |
CPointCloudDBROSCommThread | Thread to merge point clouds from database on request |
CPointCloudDBStorePlugin | Plugin to segment a tabletop via PCL |
CPointCloudDBStoreThread | Thread to store point clouds from database on request |
CPreconditionToCLIPSFactVisitor | Translate a PDDL precondition into CLIPS facts |
CProcRRDPlugin | Proc RRD Plugin |
CProcRRDThread | Proc RRD Thread |
CProtoboardPlugin | The main class template that generates a domain-specific plugin |
CProtobufCommPlexilAdapter | Interface adapter to provide logging facilities |
CPTUJoystickControl | Remote control PTUs via keyboard |
CRealsense2Plugin | Driver for the Intel RealSense2 cameras |
CRealsense2Thread | Driver for the Intel RealSense Camera providing Depth Data as Pointcloud Inspired by realsense fawkes plugin |
CRealsensePlugin | Driver for the Intel RealSense camera |
CRealsenseThread | Driver for the Intel RealSense Camera providing Depth Data as Pointcloud Inspired by Intel® RealSense⢠Camera - F200 ROS Nodelet |
CRedefineWarningCLIPSFeature | CLIPS warning on redefinition of names |
CRefBoxCommPlugin | Referee Box Communication Plugin for robotic soccer |
CRefBoxCommThread | Referee Box Communication Thread for robotic soccer |
CRefBoxProcessor | Referee Box Communication Processor |
CRefBoxStateHandler | Referee Box state handler for RefBoxProcessor |
CRemoteBlackBoardRefBoxProcessor | Remote BlackBoard refbox repeater |
CRobotinoActThread | Robotino act hook integration thread |
►CRobotinoComThread | Virtual base class for thread that communicates with a Robotino |
CSensorData | Struct to exchange data between com and sensor thread |
CRobotinoIrPclPlugin | Plugin to provide Robotino IR sensor as point cloud |
CRobotinoIrPclThread | Robotino IR distances as point cloud |
CRobotinoPlugin | Plugin to provide Robotino platform support for Fawkes |
CRobotinoRosJointsPlugin | Plugin to publish Robotino joint info via ROS |
CRobotinoRosJointsThread | Robotino IR distances as point cloud |
CRobotinoSensorThread | Robotino sensor hook integration thread |
CRobotinoSimThread | Thread simulate the Robotino in Gazebo by sending needed informations to the Robotino-plugin in Gazebo and recieving sensordata from Gazebo |
CRobotisRX28 | Class to access a chain of Robotis RX28 servos |
CRobotMemory | Access to the robot memory based on mongodb |
CRobotMemoryCallback | Class to register callbacks independent of how many tests are using them at the moment |
CRobotMemoryPlugin | Robot Memory Plugin |
CRobotMemoryTest | Class for Tests of the RobotMemory |
CRobotMemoryTestEnvironment | Environment for running Tests of the RobotMemory Necessary for making object such as the robot memory available in tests |
CRobotMemoryTestPlugin | Gtests for the RobotMemory |
CRobotMemoryTestThread | Gtests for the RobotMemory |
CRobotMemoryThread | Thread that provides a robot memory with MongoDB |
CRobotStatePublisherPlugin | This plugin publishes the robot's transforms given a URDF model and joint values for the robot's joints |
CRobotStatePublisherThread | Thread to publish the robot's transforms |
CRollCalibration | Calibrate the roll angle of a laser |
►CRoomba500 | Roomba 500 series communication class |
CSensorPacketGroupAll | Struct for packet group with everything (SENSPACK_GROUP_ALL) |
►CRoomba500Thread | Roomba 500 integration thread |
CWorkerThread | Worker thread for the Roomba 500 thread |
CRoombaJoystickPlugin | Control Roomba with a Joystick |
CRoombaJoystickThread | Roomba joystick control thread |
CRoombaPlugin | Plugin to interface with a Roomba robot |
CRoombaSensorThread | Roomba sensor hook integration thread |
CRosClockPlugin | Plugin to publish clock to ROS |
CRosClockThread | Thread to publish clock to ROS |
CROSCmdVelPlugin | Plugin to translate ROS Twist messages to Navigator transrot |
CROSCmdVelThread | Thread to translate ROS twist messages to navigator transrot messages |
CRosDynamicReconfigurePlugin | Send dynamic reconfigure commands to ROS |
CRosDynamicReconfigureThread | Performing dynamic reconfiguration between Fawkes and ROS |
CRosImagesPlugin | Plugin exchange transforms between Fawkes and ROS |
CRosImagesThread | Thread to export Fawkes images to ROS |
CRosIMUPlugin | Plugin to publish IMU data to ROS |
CRosIMUThread | Thread to publish IMU data to ROS |
CRosJointPlugin | Plugin publish JointStates to ROS |
CRosJointThread | Thread to publish JointStates to ROS |
CRosLaserScanPlugin | Plugin exchange laser scans between Fawkes and ROS |
CRosLaserScanThread | Thread to exchange point clouds between Fawkes and ROS |
CRosMoveBasePlugin | Send locomotion commands to ROS |
CRosMoveBaseThread | Accept locomotion commands from ROS (emulate move_base) |
CRosNavgraphBreakoutPlugin | Provide navgraph-like API through ROS |
CRosNavgraphBreakoutThread | Provide navgraph-like API through ROS |
CRosNavigatorPlugin | Send locomotion commands to ROS |
CRosNavigatorThread | Send Fawkes locomotion commands off to ROS |
CROSNodeThread | ROS node handle thread |
CROSOdometryPlugin | Plugin to publish odometry to ROS |
CROSOdometryThread | Thread to publish odometry to ROS |
CROSPlugin | Plugin to access ROS from Fawkes |
CRosPointCloudPlugin | Plugin exchange transforms between Fawkes and ROS |
CRosPointCloudThread | Thread to exchange point clouds between Fawkes and ROS |
CRosPosition3DPlugin | Plugin to publish 3D Positions to ROS |
CRosPosition3DThread | Thread to publish Position3Ds to ROS |
CROSRobotDescriptionPlugin | Plugin to publish the robot description to ROS |
CROSRobotDescriptionThread | Thread to publish the robot description to ROS |
CRosSkillerPlugin | Accept skiller commands from ROS |
CRosSkillerThread | Accept skiller commands from ROS |
CROSTalkerPubPlugin | Talker publisher example plugin |
CROSTalkerPubThread | Thread to publish messages via ROS |
CRosTfPlugin | Plugin exchange transforms between Fawkes and ROS |
CRosTfThread | Thread to exchange transforms between Fawkes and ROS |
CRRDExamplePlugin | RRD Example plugin |
CRRDExampleThread | RRD Example Thread |
CRRDPlugin | RRD manager plugin |
CRRDThread | RRD Thread |
Csearch | This class tries to translate the found plan to interpreteable data for the rest of the program |
CSegmentPair | This class represents the segment between a parent and a child joint |
CService | Service representation for JSON transfer |
CSickTiM55xCommonAcquisitionThread | Laser acqusition thread for Sick TiM55x laser range finders |
CSickTiM55xEthernetAcquisitionThread | Laser acqusition thread for Sick TiM55x laser range finders |
CSickTiM55xUSBAcquisitionThread | Laser acqusition thread for Sick TiM55x laser range finders |
CSimpleCLIPSTest | Simple Test class that shows how to do unit testing for CLIPS |
CSkelGuiDepthDrawer | Draw images from camera in texture |
CSkelGuiImageDrawer | Draw images from camera in texture |
CSkelGuiSkeletonDrawer | Draw body skeleton using OpenGL |
CSkelGuiSkeletonDrawer3D | Draw body skeleton using OpenGL (3D) |
CSkelGuiTextureDrawer | Draw images from camera in texture |
CSkill | Skill representation for JSON transfer |
CSkillCall | SkillCall representation for JSON transfer |
CSkillerExecutionThread | Skiller Execution Thread |
CSkillerFeature | Skiller feature base class |
CSkillerNavGraphFeature | Thread to access the navgraph from skiller |
CSkillerPlugin | Skill Execution Runtime Plugin |
CSkillerRestApi | REST API backend for the CLIPS executive |
CSkillerRestApiPlugin | CLIPS Executive REST API plugin |
CSkillerSimulatorExecutionThread | Simulated Skill Execution Thread |
CSkillerSimulatorPlugin | Skill Simulated Execution Plugin |
CSkillGuiBatchRenderer | DOT graph batch renderer |
CSkillGuiCairoRenderInstructor | Graphviz Cairo render plugin instructor |
CSkillGuiGraphDrawingArea | Graph drawing area |
CSkillGuiGraphViewport | Skill FSM Graph Viewport |
CSkillGuiGtkWindow | Skill GUI main window |
CSkillInfo | SkillInfo representation for JSON transfer |
CSkillShellThread | Skill shell thread |
CSlotValue | SlotValue representation for JSON transfer |
CSonyEviD100PVisca | Sony EviD100P Visca controller |
Cspl_gamecontrol_t | SPL RefBox protocol game control struct |
Cspl_robotinfo_t | SPL RefBox protocol robot info struct |
Cspl_teaminfo_t | SPL RefBox protocol team info struct |
CSplRefBoxProcessor | SPL league refbox repeater |
CStaticTransformsPlugin | Plugin to publish static transforms |
CStaticTransformsThread | Thread to regularly publish static transforms |
CStnGeneratorPlugin | Generates an STN representation of a sequential task plan |
CStnGeneratorThread | Generates an STN representation of a sequential task plan |
CSyncBarrierTest | Test SyncBarriers |
CSyncInterfaceListener | Synchronize two interfaces |
CSyncPointManagerTest | Test class for SyncPointManager This class tests basic functionality of the SyncPointManager |
CSyncPointTest | Test class for SyncPoint This class tests basic functionality of SyncPoints |
CSyncPointTestPlugin | Plugin to test syncpoints |
CSyncPointTestThread | Thread to test SyncPoints |
CSyncWriterInterfaceListener | Listener for writer events in bbsync plugin |
CTabletopObjectsPlugin | Plugin to segment a tabletop via PCL |
CTabletopObjectsThread | Main thread of tabletop objects plugin |
CTabletopVisualizationThread | Send Marker messages to rviz |
CTabletopVisualizationThreadBase | Base class for virtualization thread |
CTestComputable | Class providing a computable function |
CTestPlugin | Simple test plugin for QA application |
CTfExamplePlugin | Plugin to publish static transforms |
CTfExampleThread | Main thread of tf example plugin |
Cthread_params | The parameters passed to the threads |
CThreadNamePlexilAdapter | Interface adapter to set thread name |
CTimeOffsetCalibration | Calibrate the time offset of a laser |
CTimeTrackerMainLoopPlugin | Simple TimeTracker MainLoop plugin |
CTimeTrackerMainLoopThread | Main thread of time tracker main loop plugin |
CToLuaInterfaceGenerator | Generator that transforms input from the InterfaceParser into valid ToLua++ package file |
CTrackedLineInfo | Container for a line with tracking and smoothing info |
CTransformComputable | Computable proving positions in other frames by using transforms |
CTransformsGraph | TransformsGraph representation for JSON transfer |
CTransformsRestApi | REST API backend for the transforms |
CVisca | Visca control protocol implementation over a serial line |
CViscaException | Visca exception |
CViscaInquiryRunningException | Visca inquire running exception |
CVisLocalizationThread | Thread simulates the Localization in Gazebo |
►CVisualDisplay2D | 2D visualization processor for VisualDisplay2DInterface |
CCircle | Class representing a circle Line represented by its center point and radius |
CLine | Class representing a line |
CRectangle | Class representing a rectangle |
CShape | Class representing a shape |
CText | Class representing a text object |
CWaitConditionTest | Test class for WaitConditions This class tets basic functionality of WaitConditions, mainly thread cancellation problems |
Cwaiter_thread_params | Struct used for multithreading tests |
CWebcamSimThread | Thread simulates a number of webcams in Gazebo |
CWebviewPlugin | Webview plugin for Fawkes |
CWebviewRestArray | Container to return array via REST |
CWebviewRESTRequestProcessor | REST API web processor |
CWebviewServiceBrowseHandler | Browse handler to detect other Webview instances on the network |
CWebviewStaticRequestProcessor | Static file web processor |
CWebviewThread | Webview Thread |
CWebviewUserVerifier | Webview user verification |
CXabslEngineThread | Xabsl Engine Thread |
CXabslFileInputSource | File input class for Xabsl integration |
CXabslInterfaceFieldWrapper | Interface field wrapper for Xabsl |
CXabslLoggingErrorHandler | Logging error handler for XABSL integration |
CXabslPlugin | XABSL plugin for Fawkes |
CXabslSkillWrapper | Xabsl Skill Wrapper |
►CXmlRpcLogMethods | Wrapper class for logging related XML-RPC methods |
Clog_entries | Get most recent log entries via XML-RPC method |
Clog_get_size | XML-RPC method to get the current cache log size |
Clog_log | XML-RPC method to log a message |
Clog_set_size | XML-RPC method to set maximum size of cache logger |
CXmlRpcPlugin | XmlRpc plugin for Fawkes |
►CXmlRpcPluginMethods | Wrapper class for plugin related XML-RPC methods |
Cplugin_list | Plugin list XML-RPC method |
Cplugin_load | XML-RPC method to load a plugin |
Cplugin_unload | XML-RPC method to unload a plugin |
CXmlRpcRequestProcessor | XML-RPC web request processor |
CXmlRpcThread | XML-RPC Thread |
CYawCalibration | Calibrate the yaw angle of the back laser using the front laser |
CYUVSpaceDemo | YUV color space demo |
CYuvViewerGtkWindow | Tool to show the YUV color space |