Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITACTC
Commits
9024a769
Commit
9024a769
authored
Oct 03, 2016
by
Jonas Stienen
Browse files
Little class to struct conversion
parent
71c8213b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITANCTC.h
View file @
9024a769
...
...
@@ -73,9 +73,8 @@ public:
* of the object, they can also be set in yaw, pitch and
* roll convention.
*/
class
ITA_CTC_API
Pose
struct
ITA_CTC_API
Pose
{
public:
inline
Pose
()
{};
VistaVector3D
vPos
;
//!< Position vector
...
...
@@ -105,9 +104,12 @@ public:
* the corresponding setters/getters
*
*/
class
ITA_CTC_API
Config
struct
ITA_CTC_API
Config
{
public:
inline
Config
()
{
voLoudspeaker
.
clear
();
}
enum
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment