Uses of Class
org.deepjava.runtime.ppc32.Task
-
-
Uses of Task in org.deepjava.runtime.mpc5200.demo
Subclasses of Task in org.deepjava.runtime.mpc5200.demo Modifier and Type Class Description classCAN1TestTest class for the CAN1 module on the mpc5200.
Demonstrates the periodic sampling of a 3-dimensional force sensor.classEPOStest1Test class for an EPOS module (motor controller) connected to the CAN1 bus on the mpc5200.
A motor position is moved forward and backward.classExceptionDemoTest class which periodically throws aArrayIndexOutOfBoundsException.classSimpleBlinkerDemoSimple blinker application demo.classSPIDemoTest class demonstrating the use of aMAX5500DAC connected to a PSC on the mpc5200.
The PSC runs in SPI mode.classUART3DemoDemo for System.out using UART on PSC3.classUART3InOutReflectorDemo for InputStream and OutputStream using UART3.
Received characters will be sent back immediately.classUART6DemoDemo for System.out using UART on PSC6.Fields in org.deepjava.runtime.mpc5200.demo declared as Task Modifier and Type Field Description (package private) static TaskExceptionDemo. t -
Uses of Task in org.deepjava.runtime.mpc555
Subclasses of Task in org.deepjava.runtime.mpc555 Modifier and Type Class Description classDateTimeDate and time class. -
Uses of Task in org.deepjava.runtime.mpc555.demo
Subclasses of Task in org.deepjava.runtime.mpc555.demo Modifier and Type Class Description classBlueRSCmdIntDemoSimple application for demonstrating the usage of the BlueRSCmdInt driver with a Stollmann BlueRS+I module.classBlueRSDemoDemo Application for the BlueRS driver.classHLC1395DemoDemo application for the HLC1395Plused driver.classMotorDemo1Demo application for motor controller.classRobi2LedBlinkerDemoWenn der Roboter autonom betrieben werden soll, d.h.classRobi2LineTaskDemo application for the NTB Robi2.classRobi2MotorDemoRobi2 Motor Demo.classRobi2ObstacleTaskDemo application for the NTB Robi2.classRobi2SensorProximityDemo_LedThis class is part of the Robi2SensorProximityDemo.classRobi2SensorProximityDemo_OutThis class is part of the Robi2SensorProximityDemo.classSimpleBlinkerDemoSimple blinker application demo.classSystemInOutReflectorDemo for InputStream and OutputStream using SCI2.
Received characters will be sent back immediately.classSystemOutDemo1Demo for System.out using SCI1.classSystemOutDemo2Demo for System.out using SCI2.classVL53L0XTestclassWifiDemoFields in org.deepjava.runtime.mpc555.demo declared as Task Modifier and Type Field Description (package private) static TaskActionableTest. t -
Uses of Task in org.deepjava.runtime.mpc555.driver
Subclasses of Task in org.deepjava.runtime.mpc555.driver Modifier and Type Class Description classBlueRSDriver for the Stollmann BlueRS+I Bluetooth Module.
The module supports one emulated serial connection using the Bluetooth Serial Port Profile (SPP).classBlueRSCmdIntInterface for the BlueRS driver to send and receive positive integer values.classHD44780UDriver for character display with 2 - 4 rows and 16 columns.
Display controller: HD44780U
Connected on the system bus of the mpc555.classHLC1395PulsedDriver for up to 16 pulsed and multiplexed HLC1393 reflection distance sensors.
The driver needs 5 digital outputs of the MPIOSM and a single analog input of QADC-A.classRN131Driver for Roving RN-131C WiFly Module.classRobi2This driver is used for the Robi2.classVL53L0X -
Uses of Task in org.deepjava.runtime.mpc555.driver.ffs
Subclasses of Task in org.deepjava.runtime.mpc555.driver.ffs Modifier and Type Class Description classFileTransferfiles can be manually uploaded over SCI2, uses interrupt driven SCI driver -
Uses of Task in org.deepjava.runtime.ppc32
Methods in org.deepjava.runtime.ppc32 with parameters of type Task Modifier and Type Method Description static voidTask. install(Task task)Installs a new Task.static voidTask. remove(Task task)Removes an installed task
-