Public Member Functions | Protected Member Functions | Package Attributes | Private Attributes
org.ros.android.android_camera_viewer.MainActivity Class Reference
Inheritance diagram for org.ros.android.android_camera_viewer.MainActivity:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MainActivity ()
void onResume ()
boolean onTouchEvent (MotionEvent event)

Protected Member Functions

void init (NodeMainExecutor nodeMainExecutor)
void onCreate (Bundle savedInstanceState)

Package Attributes

ServiceConnection serviceConnection

Private Attributes

int cameraId
RosImageView
< sensor_msgs.CompressedImage > 
image
Intent intent
URI masterUri
AndroidAudioRecordService myService
String package_name
RosCameraPreviewView rosCameraPreviewView

Detailed Description

Author:
ethan.rublee@gmail.com (Ethan Rublee)
damonkohler@google.com (Damon Kohler)

Definition at line 47 of file android_camera_viewer/src/org/ros/android/android_camera_viewer/MainActivity.java.


Constructor & Destructor Documentation


Member Function Documentation

void org.ros.android.android_camera_viewer.MainActivity.init ( NodeMainExecutor  nodeMainExecutor) [inline, protected]
void org.ros.android.android_camera_viewer.MainActivity.onCreate ( Bundle  savedInstanceState) [inline, protected]
boolean org.ros.android.android_camera_viewer.MainActivity.onTouchEvent ( MotionEvent  event) [inline]

Member Data Documentation

RosImageView<sensor_msgs.CompressedImage> org.ros.android.android_camera_viewer.MainActivity.image [private]
Initial value:
 new ServiceConnection(){

            @Override
                public void onServiceConnected(ComponentName name,IBinder service){
                myService = ((AndroidAudioRecordService.MyBinder)service).getService();
                startService(intent);
                myService.setNode(package_name);
            }

            @Override
                public void onServiceDisconnected(ComponentName name){
                myService = null;
            }
        }

Definition at line 63 of file android_camera_viewer/src/org/ros/android/android_camera_viewer/MainActivity.java.


The documentation for this class was generated from the following file:


jsk_android_apps
Author(s): Kazuto Murase
autogenerated on Thu Jun 6 2019 18:03:46