TwiceAsNice  2019-02-18
Variables
Basda::Command::Action Namespace Reference

Variables

const std::string OPEN = "Open Device"
 
const std::string CLOSE = "Close Device"
 
const std::string RESET = "Reset Device"
 
const std::string INIT = "Init Device"
 
const std::string DEINIT = "Deinit Device"
 
const std::string ACTIVATE = "Activate Device"
 
const std::string DEACTIVATE = "Deativate Device"
 
const std::string MOVETOHOME = "Moving Home"
 
const std::string MOVETOHOMESINGLE = "Moving Home Single Motor"
 
const std::string MOVEOUTOFLIMIT = "Moving out of Limit"
 
const std::string MOVETOLIMIT = "Moving to Limit"
 
const std::string MOVETOPOSITIVELIMIT = "Moving to positive Limit"
 
const std::string MOVETONEGATIVELIMIT = "Moving to negative Limit"
 
const std::string MOVEABSOLUTE = "Moving Absolute"
 
const std::string MOVERELATIVE = "Moving Relative"
 
const std::string PREPAREEXTERNALPROFILE = "Prepare External Profile"
 
const std::string STARTEXTERNALPROFILE = "Start External Profile"
 
const std::string DUMPSTATUSINFORMATION = "Dump Status Info"
 
const std::string CHAT = "chat"
 
const std::string DONTPARSE = "Don't Parse!"
 
const std::string RECEIVEDATARAW = "Receive Raw Data"
 

Variable Documentation

◆ ACTIVATE

const std::string Basda::Command::Action::ACTIVATE = "Activate Device"

◆ CHAT

const std::string Basda::Command::Action::CHAT = "chat"

◆ CLOSE

const std::string Basda::Command::Action::CLOSE = "Close Device"

◆ DEACTIVATE

const std::string Basda::Command::Action::DEACTIVATE = "Deativate Device"

◆ DEINIT

const std::string Basda::Command::Action::DEINIT = "Deinit Device"

◆ DONTPARSE

const std::string Basda::Command::Action::DONTPARSE = "Don't Parse!"

◆ DUMPSTATUSINFORMATION

const std::string Basda::Command::Action::DUMPSTATUSINFORMATION = "Dump Status Info"

◆ INIT

const std::string Basda::Command::Action::INIT = "Init Device"

◆ MOVEABSOLUTE

const std::string Basda::Command::Action::MOVEABSOLUTE = "Moving Absolute"

◆ MOVEOUTOFLIMIT

const std::string Basda::Command::Action::MOVEOUTOFLIMIT = "Moving out of Limit"

◆ MOVERELATIVE

const std::string Basda::Command::Action::MOVERELATIVE = "Moving Relative"

◆ MOVETOHOME

const std::string Basda::Command::Action::MOVETOHOME = "Moving Home"

◆ MOVETOHOMESINGLE

const std::string Basda::Command::Action::MOVETOHOMESINGLE = "Moving Home Single Motor"

◆ MOVETOLIMIT

const std::string Basda::Command::Action::MOVETOLIMIT = "Moving to Limit"

◆ MOVETONEGATIVELIMIT

const std::string Basda::Command::Action::MOVETONEGATIVELIMIT = "Moving to negative Limit"

◆ MOVETOPOSITIVELIMIT

const std::string Basda::Command::Action::MOVETOPOSITIVELIMIT = "Moving to positive Limit"

◆ OPEN

const std::string Basda::Command::Action::OPEN = "Open Device"

◆ PREPAREEXTERNALPROFILE

const std::string Basda::Command::Action::PREPAREEXTERNALPROFILE = "Prepare External Profile"

◆ RECEIVEDATARAW

const std::string Basda::Command::Action::RECEIVEDATARAW = "Receive Raw Data"

◆ RESET

const std::string Basda::Command::Action::RESET = "Reset Device"

◆ STARTEXTERNALPROFILE

const std::string Basda::Command::Action::STARTEXTERNALPROFILE = "Start External Profile"