Classes | Typedefs

AP_Var.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_VarI
class  AP_Var< type >

Typedefs

typedef AP_Var< float > AP_Float
typedef AP_Var< int8_t > AP_Int8
typedef AP_Var< uint8_t > AP_Uint8
typedef AP_Var< int16_t > AP_Int16
typedef AP_Var< uint16_t > AP_Uint16
typedef AP_Var< int32_t > AP_Int32
typedef AP_Var< uint32_t > AP_Unt32
typedef AP_Var< bool > AP_Bool

Typedef Documentation

typedef AP_Var<bool> AP_Bool

Definition at line 149 of file AP_Var.h.

typedef AP_Var<float> AP_Float

Definition at line 142 of file AP_Var.h.

typedef AP_Var<int16_t> AP_Int16

Definition at line 145 of file AP_Var.h.

typedef AP_Var<int32_t> AP_Int32

Definition at line 147 of file AP_Var.h.

typedef AP_Var<int8_t> AP_Int8

Definition at line 143 of file AP_Var.h.

typedef AP_Var<uint16_t> AP_Uint16

Definition at line 146 of file AP_Var.h.

typedef AP_Var<uint8_t> AP_Uint8

Definition at line 144 of file AP_Var.h.

typedef AP_Var<uint32_t> AP_Unt32

Definition at line 148 of file AP_Var.h.