TwiceAsNice  2019-02-18
Public Attributes | List of all members
Basda::MoConModuleProfile::Segment Struct Reference

Single segment of a MoCon profile. More...

#include <Profile.h>

Collaboration diagram for Basda::MoConModuleProfile::Segment:
Collaboration graph

Public Attributes

int position
 position in counts More...
 
int velocity
 velocity in counts/cycle More...
 
int acceleration
 acceleration in counts/cycle^2 More...
 
int jerk
 jerk in counts/cycle^3 More...
 
int numberOfCycles
 number of cycles (duration) More...
 
Nice::I64 startCycle
 absolute start cycle of this segment More...
 
Nice::Date startDate
 start date of this segment More...
 

Detailed Description

Single segment of a MoCon profile.

Member Data Documentation

◆ acceleration

int Basda::MoConModuleProfile::Segment::acceleration

acceleration in counts/cycle^2

◆ jerk

int Basda::MoConModuleProfile::Segment::jerk

jerk in counts/cycle^3

◆ numberOfCycles

int Basda::MoConModuleProfile::Segment::numberOfCycles

number of cycles (duration)

◆ position

int Basda::MoConModuleProfile::Segment::position

position in counts

◆ startCycle

Nice::I64 Basda::MoConModuleProfile::Segment::startCycle

absolute start cycle of this segment

◆ startDate

Nice::Date Basda::MoConModuleProfile::Segment::startDate

start date of this segment

◆ velocity

int Basda::MoConModuleProfile::Segment::velocity

velocity in counts/cycle


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