Solar
Classes | Enumerations | Functions
SolAR Namespace Reference

Classes

class  Log
 Specifies the Log interface class and MACRO's used to manage the logs. More...
 
class  Timer
 

Enumerations

enum class  FrameworkReturnCode : long {
  _STOP = 1 , _SUCCESS = 0 , _ERROR_ = -1 , _NOT_IMPLEMENTED = -2 ,
  _ERROR_LOAD_IMAGE = -10 , _ERROR_ACCESS_IMAGE = -11
}
 

Functions

_BCOM_SHARED std::string getSolARFrameworkVersion ()
 This method returns the version of the SolAR Framework.
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Type Documentation

◆ FrameworkReturnCode

enum class SolAR::FrameworkReturnCode : long
strong
Enumerator
_STOP 

means stop the process

_SUCCESS 

Successfull operation

_ERROR_ 

unknown error, better stop!!

_ERROR_LOAD_IMAGE 

Cannot load Image

_ERROR_ACCESS_IMAGE 

Cannot acces Image