#include <MultiSenseTypes.hh>
Public Member Functions | |
RemoteHeadConfig () | |
RemoteHeadConfig (const std::vector< RemoteHeadSyncGroup > &sync_groups) | |
void | setSyncGroups (const std::vector< RemoteHeadSyncGroup > &sync_groups) |
std::vector< RemoteHeadSyncGroup > | syncGroups () const |
Private Attributes | |
std::vector< RemoteHeadSyncGroup > | m_syncGroups |
Definition at line 2011 of file Legacy/include/MultiSense/MultiSenseTypes.hh.
|
inline |
Default constructor with no sync groups
Definition at line 2017 of file Legacy/include/MultiSense/MultiSenseTypes.hh.
|
inline |
Constructor allowing definition of sync groups
sync_groups | A vector of remote head syncronization groups |
Definition at line 2025 of file Legacy/include/MultiSense/MultiSenseTypes.hh.
|
inline |
Set the groups of remote head cameras to be synchronized
sync_groups | A vector of remote head synchronization groups to set |
Definition at line 2034 of file Legacy/include/MultiSense/MultiSenseTypes.hh.
|
inline |
Query the groups of remote head cameras to be synchronized
Definition at line 2041 of file Legacy/include/MultiSense/MultiSenseTypes.hh.
|
private |
The groups of remote head cameras to be synchronized
Definition at line 2046 of file Legacy/include/MultiSense/MultiSenseTypes.hh.