Home Previous Up Next Index

armarx::TopicRecorderInterface

Overview

interface TopicRecorderInterface

Operation Index

startRecording
isRecording
stopRecording
setOutputFilename

Operations

void startRecording(int maxDuration)

bool isRecording()

void stopRecording()

void setOutputFilename(string newFilename)


Home Previous Up Next Index