This is the complete list of members for InertialSense, including all inherited members.
BootloadFile(const string &comPort, const string &fileName, const string &bootloaderFileName, int baudRate=IS_BAUD_RATE_BOOTLOADER, pfnBootloadProgress uploadProgress=NULLPTR, pfnBootloadProgress verifyProgress=NULLPTR, pfnBootloadStatus infoProgress=NULLPTR, bool updateBootloader=false) | InertialSense | static |
BootloadFile(const string &comPort, const string &fileName, int baudRate=IS_BAUD_RATE_BOOTLOADER, pfnBootloadProgress uploadProgress=NULLPTR, pfnBootloadProgress verifyProgress=NULLPTR, bool updateBootloader=false) | InertialSense | static |
BroadcastBinaryData(uint32_t dataId, int periodMultiple, pfnHandleBinaryData callback=NULL) | InertialSense | |
BroadcastBinaryDataRmcPreset(uint64_t rmcPreset=RMC_PRESET_INS_BITS, uint32_t rmcOptions=0) | InertialSense | |
Close() | InertialSense | |
CloseServerConnection() | InertialSense | |
CreateHost(const string &ipAndPort) | InertialSense | |
DisableLogging() | InertialSense | private |
EnableLogging(const string &path, cISLogger::eLogType logType, float maxDiskSpacePercent, uint32_t maxFileSize, const string &subFolder) | InertialSense | private |
GetClientServerByteCount() | InertialSense | inline |
GetDeviceCount() | InertialSense | |
GetDeviceInfo(int pHandle=0) | InertialSense | inline |
GetEvbFlashConfig(int pHandle=0) | InertialSense | inline |
GetFlashConfig(int pHandle=0) | InertialSense | inline |
GetPorts() | InertialSense | |
GetSerialPort(int pHandle=0) | InertialSense | inline |
GetSysCmd(int pHandle=0) | InertialSense | inline |
GetTimeoutFlushLoggerSeconds() | InertialSense | inline |
HasReceivedResponseFromAllDevices() | InertialSense | private |
HasReceivedResponseFromDevice(size_t index) | InertialSense | private |
InertialSense(pfnHandleBinaryData callback=NULL) | InertialSense | |
IsOpen() | InertialSense | |
LoggerEnabled() | InertialSense | inline |
LoggerThread(void *info) | InertialSense | privatestatic |
m_clientBuffer | InertialSense | private |
m_clientBufferBytesToSend | InertialSense | private |
m_clientServerByteCount | InertialSense | private |
m_clientStream | InertialSense | private |
m_cmInit | InertialSense | private |
m_cmPorts | InertialSense | private |
m_comManagerState | InertialSense | private |
m_disableBroadcastsOnClose | InertialSense | private |
m_gpComm | InertialSense | private |
m_gpCommBuffer | InertialSense | private |
m_lastLogReInit | InertialSense | private |
m_logger | InertialSense | private |
m_logMutex | InertialSense | private |
m_logPackets | InertialSense | private |
m_logThread | InertialSense | private |
m_serialServer | InertialSense | private |
m_tcpClient | InertialSense | private |
m_tcpServer | InertialSense | private |
OnClientConnected(cISTcpServer *server, socket_t socket) OVERRIDE | InertialSense | protectedvirtual |
OnClientConnectFailed(cISTcpServer *server) OVERRIDE | InertialSense | protectedvirtual |
OnClientConnecting(cISTcpServer *server) OVERRIDE | InertialSense | protectedvirtual |
OnClientDataReceived(cISTcpServer *server, socket_t socket, uint8_t *data, int dataLength) | iISTcpServerDelegate | inlineprotectedvirtual |
OnClientDisconnected(cISTcpServer *server, socket_t socket) OVERRIDE | InertialSense | protectedvirtual |
OnPacketReceived(const uint8_t *data, uint32_t dataLength) | InertialSense | protected |
Open(const char *port, int baudRate=IS_COM_BAUDRATE_DEFAULT, bool disableBroadcastsOnClose=false) | InertialSense | |
OpenSerialPorts(const char *port, int baudRate) | InertialSense | private |
OpenServerConnection(const string &connectionString) | InertialSense | |
RemoveDevice(size_t index) | InertialSense | private |
SendData(eDataIDs dataId, uint8_t *data, uint32_t length, uint32_t offset) | InertialSense | |
SendRawData(eDataIDs dataId, uint8_t *data, uint32_t length=0, uint32_t offset=0) | InertialSense | |
SetEvbFlashConfig(const evb_flash_cfg_t &evbFlashCfg, int pHandle=0) | InertialSense | |
SetFlashConfig(const nvm_flash_cfg_t &flashConfig, int pHandle=0) | InertialSense | |
SetLoggerEnabled(bool enable, const string &path=cISLogger::g_emptyString, cISLogger::eLogType logType=cISLogger::eLogType::LOGTYPE_DAT, uint64_t rmcPreset=RMC_PRESET_PPD_BITS, float maxDiskSpacePercent=0.5f, uint32_t maxFileSize=1024 *1024 *5, const string &subFolder=cISLogger::g_emptyString) | InertialSense | |
SetSysCmd(const system_command_t &sysCmd, int pHandle=0) | InertialSense | |
SetTimeoutFlushLoggerSeconds(time_t timeoutFlushLoggerSeconds) | InertialSense | inline |
StepLogger(InertialSense *i, const p_data_t *data, int pHandle) | InertialSense | privatestatic |
StopBroadcasts(bool allPorts=true) | InertialSense | |
Update() | InertialSense | |
~InertialSense() | InertialSense | virtual |