Open FFBoard
Open source force feedback firmware
ParsedCommand Struct Reference

#include <CommandHandler.h>

Public Attributes

uint32_t cmdId =0
 
int64_t adr = 0
 
int64_t val = 0
 
uint8_t instance = 0xFF
 
CommandHandlertarget = nullptr
 
CMDtype type = CMDtype::none
 
CommandInterfaceoriginalInterface = nullptr
 Command interface on which this command was received. nullptr indicates a broadcast. More...
 

Detailed Description

Definition at line 66 of file CommandHandler.h.

Member Data Documentation

◆ adr

int64_t ParsedCommand::adr = 0

Definition at line 69 of file CommandHandler.h.

◆ cmdId

uint32_t ParsedCommand::cmdId =0

Definition at line 68 of file CommandHandler.h.

◆ instance

uint8_t ParsedCommand::instance = 0xFF

Definition at line 71 of file CommandHandler.h.

◆ originalInterface

CommandInterface* ParsedCommand::originalInterface = nullptr

Command interface on which this command was received. nullptr indicates a broadcast.

Definition at line 74 of file CommandHandler.h.

◆ target

CommandHandler* ParsedCommand::target = nullptr

Definition at line 72 of file CommandHandler.h.

◆ type

CMDtype ParsedCommand::type = CMDtype::none

Definition at line 73 of file CommandHandler.h.

◆ val

int64_t ParsedCommand::val = 0

Definition at line 70 of file CommandHandler.h.


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