|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulingClock | |
|---|---|
| hmi.elckerlyc | The Hmi BML realizer Elckerlyc. |
| hmi.elckerlyc.bridge | RealizerBridge implementations that are specific to the ElckerlycRealizer. |
| hmi.elckerlyc.scheduler | |
| hmi.environment.avatars | This package contains code for loading avatars, mixed systems, face bindings, etc. |
| Uses of SchedulingClock in hmi.elckerlyc |
|---|
| Fields in hmi.elckerlyc declared as SchedulingClock | |
|---|---|
private SchedulingClock |
ElckerlycRealizer.schedulingClock
|
| Constructors in hmi.elckerlyc with parameters of type SchedulingClock | |
|---|---|
ElckerlycRealizer(BMLParser bmlparser,
SchedulingClock c,
BMLScheduler bmlScheduler,
Planner... planners)
Constructs a ElckerlycRealizer facade and hooks up the planners to it |
|
ElckerlycRealizer(BMLParser p,
SchedulingClock c,
Planner... planners)
Constructs a ElckerlycRealizer facade and hooks up the planners to it Uses a BMLScheduler with a SmartBodySchedulingStrategy |
|
ElckerlycRealizer(SchedulingClock c,
Planner... planners)
Constructs a ElckerlycRealizer facade and hooks up the planners to it Uses the default BMLParser as BMLParser and a BMLScheduler with a SmartBodySchedulingStrategy. |
|
| Uses of SchedulingClock in hmi.elckerlyc.bridge |
|---|
| Fields in hmi.elckerlyc.bridge declared as SchedulingClock | |
|---|---|
private SchedulingClock |
LoggingRealizerBridge.clock
|
| Constructors in hmi.elckerlyc.bridge with parameters of type SchedulingClock | |
|---|---|
LoggingRealizerBridge(org.slf4j.Logger logger,
RealizerBridge outBridge,
SchedulingClock clock)
|
|
| Uses of SchedulingClock in hmi.elckerlyc.scheduler |
|---|
| Classes in hmi.elckerlyc.scheduler that implement SchedulingClock | |
|---|---|
class |
PhysicsSchedulingClock
SchedulingClock whos getTime is guarded by the physics sync |
class |
SystemSchedulingClock
Scheduling clock backed by a SystemClock |
| Fields in hmi.elckerlyc.scheduler declared as SchedulingClock | |
|---|---|
private SchedulingClock |
BMLScheduler.schedulingClock
|
| Constructors in hmi.elckerlyc.scheduler with parameters of type SchedulingClock | |
|---|---|
BMLScheduler(BMLParser s,
SchedulingClock c,
SchedulingStrategy ss)
|
|
| Uses of SchedulingClock in hmi.environment.avatars |
|---|
| Methods in hmi.environment.avatars with parameters of type SchedulingClock | |
|---|---|
VirtualHuman |
VirtualHumanBuilder.buildVirtualHuman(VirtualHumanSpec spec,
String id,
VirtualWorld vw,
SchedulingClock c)
Load the virtual human, with the parameters that have been set. |
VirtualHuman |
GenericVirtualHumanBuilder.buildVirtualHuman(VirtualHumanSpec spec,
String id,
VirtualWorld vw,
SchedulingClock c)
Load the virtual human, with the parameters that have been set. |
protected void |
GenericVirtualHumanBuilder.initBMLRealizer(SchedulingClock c)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||