Activity

From 02/28/2012 to 03/28/2012

03/28/2012

07:35 PM Revision 391 (cca): Some headers ("all.h") to include a whole bunch of cca headers (for convenience)
Deleted junction since this can easily be done (and should) via RSB scopes anordman
05:20 PM Bug #975 (Resolved): Check reset of not yet started components
Applied in changeset r390. Anonymous
03:27 PM Bug #975 (Resolved): Check reset of not yet started components
Check reset of not yet started components (eg. should not load). Anonymous
05:19 PM Bug #855 (Resolved): Fix stream operator for DTOs
Anonymous
05:18 PM Revision 390 (cca): Component loading component no longer part of initialization
fixes #975 anordman
01:30 PM Bug #973: Type filter for input ports
Upstream dependency to #515. Anonymous
01:21 PM Bug #973 (New): Type filter for input ports
Use type filter for input ports, so that only events with the specified payload type are received.
Right now static ...
Anonymous

03/23/2012

04:00 PM Tasks #294 (Resolved): Tests, Tests, Tests ...
Anonymous
04:00 PM Bug #313 (Resolved): Think about what default states/action a CCANode has
Defined in @rst.cbse.ComponentState@ Anonymous
03:56 PM Feature #868: State Changing
Basically done. Inherit from source:trunk/cca/src/cca/Component.h Anonymous
03:38 PM Feature #970 (New): PortTriggered processing for set of ports
Anonymous
03:37 PM Feature #969 (New): ModerateProcessing for set of ports
Anonymous

03/21/2012

05:42 PM Bug #961 (Resolved): Comparing component states does not work
Applied in changeset r389. Anonymous
12:59 PM Bug #961: Comparing component states does not work
Asa workaround instead of ... Anonymous
05:42 PM Revision 389 (cca): Implemented and tested comparison operator for ComponentState
fixes #961 anordman
04:55 PM Bug #968 (Resolved): Segfault in component info printing, if unconfigured ports
Applied in changeset r388. Anonymous
04:55 PM Revision 388 (cca): Fixed printing of components with unconfigured ports
fixes #968 anordman
04:51 PM Support #960: Component exception throwing is catched somewhere
The problem is, that the component state changed is triggered over RSB (when sent over network), so the thread catchi... Anonymous
04:14 PM Revision 387 (cca): Minor improvements in component monitor
anordman
04:12 PM Revision 386 (cca): Minor improvements in component monitor
anordman
03:50 PM Feature #962 (Resolved): Provide onReset hook for components
Applied in changeset r385. C. Emmerich
12:53 PM Feature #962: Provide onReset hook for components
Reset is not yet working! It seems that instead of 'onReset' the hook 'onStop' is called... C. Emmerich
03:50 PM Revision 385 (cca): fixes #962
C. Emmerich
03:37 PM Revision 384 (cca): Minor improvements in component monitor
anordman
03:16 PM Revision 383 (cca): Basic version of an CCA Component Monitor (in the examples)
Components now stop and publish their (stop) when being destructed anordman

03/20/2012

04:19 PM Revision 382 (cca): Component info now also printing data ports again
anordman
03:59 PM Bug #968 (Resolved): Segfault in component info printing, if unconfigured ports
Anonymous
03:28 PM Revision 381 (cca): Somehow eliminated calling of state-change hooks. Added again.
refs #929 anordman

03/19/2012

01:50 PM Bug #952 (Resolved): Error: Pose has no member setValue
Applied in changeset r563. Anonymous
11:52 AM Revision 380 (cca): Non-compiling code over the weekend, shame on me!
I`m sorry, guys. anordman

03/16/2012

04:51 PM Revision 379 (cca): Added resetting of CCA components and basic tests
Needs to be further tested
refs #962
anordman
04:48 PM Feature #962 (Feedback): Provide onReset hook for components
onReset hook was already there but reset was not possible from outside.
Reset can now be requested from outside via ...
Anonymous
04:06 PM Feature #962 (Resolved): Provide onReset hook for components
It is desirable to reset components to an initial state. In order to conduct the necessary reset steps, the component... C. Emmerich
03:17 PM Bug #961 (Resolved): Comparing component states does not work
In order to let a component get to know in which state it is, component states should be comparable, e.g.... C. Emmerich
02:15 PM Support #960 (New): Component exception throwing is catched somewhere
If I want a component to crash when it is requested to change in a component state that is not supported, I am not ab... C. Emmerich
02:10 PM Bug #959 (Resolved): Test for component to not be stopped twice
IMO, the hook 'OnStop' is called *twice*, if the component is requested to change its component state to OFF. Plz che... C. Emmerich

03/15/2012

02:00 PM Bug #952 (Resolved): Error: Pose has no member setValue
In order to provide a common interface for DTOs you should ensure that all DTOs are child classes of 'ContainingDoubl... C. Emmerich

03/14/2012

01:20 PM Feature #929 (Resolved): Provide hooks for changing between the different execution modes
Applied in changeset r378. Anonymous
01:01 PM Feature #929 (In Progress): Provide hooks for changing between the different execution modes
Anonymous
01:18 PM Revision 378 (cca): Hooks for state changes
fixes #929 anordman

03/12/2012

04:40 PM Bug #940 (Resolved): Wrong naming of statechange scope
Applied in changeset r377. Anonymous
04:24 PM Bug #940 (Resolved): Wrong naming of statechange scope
Statechange input scopes of cca BaseComponents automatically convert the components name to lower cases. C. Emmerich
04:33 PM Revision 377 (cca): Don`t lower case for scope names
fixes #940 anordman

03/10/2012

10:22 PM Revision 376 (cca): arno: removed annoying warning (statechangeconverrter)
C. Emmerich
07:48 PM Revision 375 (cca): * Added BeatProvider to derive from when providing a beat for a CCA system
* Added tests for BeatProvider
* Started ComponentInfo conversion (for remote sending)
* Cleaning up rsb handlers whe...
anordman

03/08/2012

10:38 PM Revision 374 (cca): Deriving DTO from rsc printable made trouble
anordman
10:30 PM Revision 373 (cca)
anordman
06:20 PM Revision 372 (cca): Fixed two warnings
anordman
06:03 PM Revision 371 (cca): Extended component info and printing
anordman

03/07/2012

05:44 PM Enhancement #931 (Rejected): Provide socket transport for remote port configuration
So far, a REMOTE port configuration uses spread, regardless of which transports are enabled or set in rsb transport c... C. Emmerich
12:15 PM Feature #929: Provide hooks for changing between the different execution modes
Hooks installed. To be tested Anonymous
10:57 AM Feature #929 (Resolved): Provide hooks for changing between the different execution modes
Provide hooks for changing between the different execution modes (execution, online learning, offline learning).
Pro...
Anonymous

03/02/2012

07:53 PM Revision 370 (cca): Logging
anordman
05:48 PM Tasks #917 (Resolved): Review processing strategies for CCA Components
Fixed through #919 Anonymous
04:41 PM Tasks #917 (Resolved): Review processing strategies for CCA Components
The CCA Base Component creates default input and output ports. This breaks some of the processing strategies, e.g.:
...
Anonymous
05:47 PM Tasks #919 (Resolved): Statechange and beat port have to be seperated from data ports
Applied in changeset r367
State and beat ports are now special ports, separated from data ports, with extra handling...
Anonymous
04:43 PM Tasks #919 (Resolved): Statechange and beat port have to be seperated from data ports
We probably need to separate between statechange and beat port on the one hand and usual _data ports_ on the other ha... Anonymous
05:45 PM Revision 369 (cca): More component lifecycle tests
anordman
05:38 PM Revision 368 (cca): Fixed component state change to 'off'
Extended component tests anordman
05:23 PM Revision 367 (cca): Refactored components default ports to be special ports
anordman
02:54 PM Revision 366 (cca): Minor bugfix
anordman
02:48 PM Revision 365 (cca): Component now has helper method to publish it`s own state
Component automatically publishes new state if state transition successful anordman
02:32 PM Revision 364 (cca): Fixed port numbering and component tests
refs #913 anordman
02:18 PM Revision 363 (cca): Minor bugfix
anordman
02:10 PM Tasks #913 (Resolved): Default configuration for component info and component state ports
Applied in changeset r362. Anonymous
11:57 AM Tasks #913 (Resolved): Default configuration for component info and component state ports
Default configuration for component info and component state ports.
* Component state should be published on default...
Anonymous
02:09 PM Revision 362 (cca): Defaut configuration for components default ports
fixes #913 anordman
11:50 AM Revision 361 (cca): Bugfix in output port configuration of components
anordman
11:38 AM Tasks #912 (Resolved): Default configuration for components
Provide solutions for default configuration inside components as much as possible. The goal would be that one can alw... Anonymous

03/01/2012

04:26 PM Revision 360 (cca): Extended Component
* Now has a component state
* Extended lifecycle
* Processing now separated into three different states:
** Execution...
anordman
04:24 PM Revision 359 (cca): Component state naming
anordman
04:24 PM Revision 358 (cca): Component state naming
anordman
03:26 PM Revision 357 (cca): Fixed for changes in RSB (namespace change of AnnotatedData)
anordman
02:50 PM Revision 356 (cca): Fixed and tested ComponentState Converter
anordman
02:35 PM Revision 355 (cca): ComponentState Converter (untested)
anordman
02:34 PM Revision 354 (cca): ComponentState Converter (untested)
anordman
02:34 PM Revision 353 (cca): Rough draft of ComponentState DTO
* ComponentState Converter anordman

02/28/2012

05:08 PM Revision 352 (cca): * Some restructuring
* Introduced Component (extending CCANode) anordman
 

Also available in: Atom